body{
	font-family: 'DM Sans', sans-serif;
	background:#fff !important;
}
.header_login{
	width:100%;
	min-height:238px;
	background:#53c2b9;
}
.ld_container{
	max-width:1300px;
	margin:auto;
	width:100% !important;
}
.logo_div{
	max-width: 370px;
    display: flex;
    margin: auto;
    min-height: 238px;
    justify-content: center;
    align-items: center;
}
.Ld_login_body{
	max-width: 370px;
    display: block;
    margin: auto;
}
.LD_h1{
	font-family: 'DM Sans', sans-serif;
	font-size:30px;
	font-weight:400;
	color:#000;
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;
}
.LD_sign_inDiv{
	display:flex;
}
.LD_sign_F1{
	display:flex;
	width:36px;
	align-items:center;
}
.LD_sign_F1 img{
	width:30px;
}
.LD_sign_F2{
	display:flex;
	flex:1 1 auto;
	align-items:center;
}
.LD_sign_btn {
    background: #1a73e8;
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-radius: 5px !important;
}
.LD_sign_btn:hover,.LD_sign_btn:focus {
    background: #1a73e8 !important;
    color: #fff !important;
	box-shadow:none !important;
	outline:0 !important;
}
.LD_or_div{
	min-height: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-top: 10px;
    margin-bottom: 10px;
}
.LD_or_text{
	    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: absolute;
}
.LD_line{
	width:100%;
	height:2px;
	border-bottom:1px solid #505050;
}
.LD_label{
	font-size:18px;
	color:#000;
	font-weight:bold;
}
.LD_form_control .form-control {
    border: 1px solid #505050 !important;
	padding: 4px 10px !important;
	background:#f5f5f5;
	font-weight:bold;
	color:#000;
	font-size:16px !important;
}
.LD_form_control .form-control:focus {
   box-shadow:none !important;
   outline:0 !important;
}
.LD_forgot_text{
	font-weight:500;
	font-size:16px;
	color:#58c3b9;
}
.LD_forgot_text:hover, .LD_forgot_text:focus{
	text-decoration:none;
	color:#58c3b9 !important;
}
.LD_login_btn {
    background: #58c3b9;
    width: 100%;
    color: #fff;
    font-size: 18px;
	height:40px;
    border-radius: 5px !important;
}
.margT30{
	margin-top:30px;
}
.LD_login_btn:hover,.LD_login_btn:focus {
    background: #58c3b9 !important;
    color: #fff !important;
	box-shadow:none !important;
	outline:0 !important;
}
.LD_sLine{
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	display:block;
	height:2px;
	border-bottom:1px solid #989898;
}
.Ld_dont_text{
	font-size:14px;
	color:#505050;
	text-align:center;
	margin-bottom:50px;
}
.LD_sign_text{
	font-weight:500;
	font-size:14px;
	color:#58c3b9;
}
.LD_sign_text:hover, .LD_sign_text:focus{
	text-decoration:none;
	color:#58c3b9 !important;
}
.LD_footer{
	min-height:90px;
	background:#edfcfb;
}
.LD_workflows{
	min-height:85px;
	display:flex;
	align-items:center;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.LD_privacy_div{
	min-height:85px;
	display:flex;
	align-items:center;
	font-size:12px;
	justify-content:flex-end;
}
.LD_privacy_div .LD_privacy{
	font-weight:bold;
	font-size:12px;
	color:#000;
}
.LD_privacy_div .LD_privacy:hover, .LD_privacy_div .LD_privacy:focus{
	text-decoration:none;
	color:#000 !important;
}
.LD_social_div{
    display: flex;
    min-height: 85px;
    align-items: center;
    justify-content: center;
}
.LD_social_div .LD_social_item{
	display:block;
	width:40px;
	height:40px;
}
.LD_social_div .LD_social_item img{
	display:block;
	width:40px;
	height:40px;
}

/**Signup-page**/
.header_SignUp{
	width:100%;
	min-height:40px;
	background:#53c2b9;
}
.logo_signup_div{
	width:154px;
	padding-top:3px;
}
.logo_signup_div img{
	width:100%;
}
.Ld_sign_log_text{
	font-size:16px;
	color:#fff;
	font-weight:500;
	float:right;
	margin-top:8px;
}
.Ld_sign_log_text:hover,
.Ld_sign_log_text:focus{
	color:#fff;
	text-decoration:none !imporant;
}
.Ld_signup_body{
	max-width: 370px;
    display: block;
    margin: auto;
}
.LD_bannerDiv{
	max-width:720px;
	min-height:400px;
	margin:auto;
	margin-bottom:0px;
	margin-top:10px;
}
.LD_bannerDiv img{
	width:100%;
}
.LD_signupnew_h1{
	font-family: 'DM Sans', sans-serif;
	font-size:30px;
	font-weight:400;
	color:#000;
	text-align:center;
	margin-bottom:8px;
	margin-top:0px;
}
.create_free{
	font-size:18px;
	font-weight:400;
	color:#000;
	text-align:center;
	margin-bottom:30px;
}

.LD_create_btn {
    background: #58c3b9;
    width: 100%;
    color: #fff;
    font-size: 18px;
	height:40px;
    border-radius: 5px !important;
}
.LD_create_btn:hover,.LD_create_btn:focus {
    background: #58c3b9 !important;
    color: #fff !important;
	box-shadow:none !important;
	outline:0 !important;
}
.Ld_agree_text{
	font-size:14px;
	color:#505050;
	text-align:left;
	margin-bottom:50px;
}
/**Signup-page end**/


/**Contact-page**/
.header_Contact{
	width:100%;
	min-height:238px;
	background:#53c2b9;
}
.Ld_Contact_body{
	max-width: 770px;
    display: block;
    margin: auto;
	padding-top:15px;
}
.LD_contact_h1{
	font-family: 'DM Sans', sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#000;
	text-align:left;
	margin-bottom:20px;
	margin-top:10px;
}
.Get{
	font-size:16px;
	color:#000;
	margin-top:40px;
}
.LD_heading_text{
	font-family: 'DM Sans', sans-serif;
	font-size:30px;
	font-weight:400;
	color:#58c3b9;
	text-align:left;
	margin-bottom:22px;
	margin-top:10px;
}

.LD_back_btn {
    background: #000;
    width: 100%;
    color: #fff;
    font-size: 18px;
	height:40px;
    border-radius: 5px !important;
	margin-bottom:15px;
}
.LD_back_btn:hover,.LD_back_btn:focus {
    background: #000 !important;
    color: #fff !important;
	box-shadow:none !important;
	outline:0 !important;
}
.LD_sub_btn {
    background: #58c3b9;
    width: 100%;
    color: #fff;
    font-size: 18px;
	height:40px;
    border-radius: 5px !important;
	margin-bottom:15px;
}
.LD_sub_btn:hover,.LD_sub_btn:focus {
    background: #58c3b9 !important;
    color: #fff !important;
	box-shadow:none !important;
	outline:0 !important;
}
.LD_recaptchaFlex{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	min-height:100px;
	margin-bottom:30px;
}
.LD_recaptcha{
	    background: #f1f1f1;
    min-height: 80px;
    min-width: 250px;
}
.margB30{
	margin-bottom:30px;
}
/**Contact-page**/



@media (max-width:992px){
	.LD_social_div{
		min-height:60px;
	}
	.LD_workflows {
		min-height: 60px;
		justify-content:center;
	}
	.LD_privacy_div {
		min-height: 60px;
		justify-content: center;
	}
}


.dropdownmenu_ul{
	width:310px;
	margin:0px;
	padding:20px;
}
.dropdownmenu_ul li{

}
.PofileDiv{
	display:flex;
}
.PofileDivF1{
	width:46px;
	display:flex;
}
.PofileDivF2{
	flex:1 1 auto;
	display:flex;
	padding-left:10px;
	flex-direction:column;
}
.ProfilePic{
	width:46px;
	border-radius:50%;
	height:46px;
	background:#f1f1f1;
	border:1px solid #s212121;
}
.name_title{
	font-size:18px;
	font-weight:bold;
	color:#212121;
}

.name_title2{
	font-size:14px;
	color:#555555;
	font-weight:normal;
}
.profile_setting{
	font-size:14px;
	color:#00756e;
	font-weight:bold;
}

.profile_setting:hover{
	text-decoration:none;
	color:#00756e;
}
.pf_sLine {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    height: 2px;
    border-bottom: 1px solid #989898;
}

.dropdownmenu_ul.dropdown-menu>li>a:hover,
.dropdownmenu_ul.dropdown-menu>li>a:focus {
    text-decoration: none;
    background-color: #cdeae8;
}
.Help_text{
	float: left;
    color: #00756e !important;
    text-decoration: none;
    width: auto;
    display: inline-block !important;
    padding: 0px !important;

}
.logout_text{
	float: right;
    color: #00756e !important;
    text-decoration: none;
    width: auto;
    display: inline-block !important;
    padding: 0px !important;
}
.dropdownmenu_ul.dropdown-menu>li.divFlex>a:hover{
	background-color:transparent !important;
}
.divFlex{
	display:flex;
    justify-content: space-between;
}
.dropdownmenu_ul{
		border-color:#b7b7b7 !important;
		box-shadow:none;
}



