.error_msg{
    font-size: 13px;
    padding: 7px;
    border: 1px solid #b92b27;
    color: #b92b27;
    clear: both;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.register_info{
    margin-top: 20px;
    font-size: 12px;
    color: #637381;
    margin-bottom: 0px !important;
    text-align: center;
}
.register_info a{font-weight:bold;}

.normal_fw{font-weight:400 !important;}
.alt_email_tip{font-size: 10px;margin-top: 3px;}

.form-block {
	padding: 20px;/*
    background: #fff;    
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); */
}

@media (max-width: 1199.98px) {
    .content .contents, .content .bg {
        width: 100%; 
    } 
} 

@media (max-width: 768px) {
    
    .form-block, .login_section .social-login{padding: 0px !important;}
    .bx_PR{padding:10px !important;}  
    .bx_PR{
        box-shadow: unset !important;
    	border: unset !important;
    } 
    .reg_top{padding-top:0px !important;}
} 

@media (max-width: 480px) {
    .normal_fw {
    	padding: 10px 15px;
    }
} 
    
.content .contents .form-group input, .content .bg .form-group input, #regForm input {  
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 10px;
    height: 45px;
}
    
.content .contents .form-group.last, .content .bg .form-group.last {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; 
    margin-bottom: 10px !important;
}

.content .contents .form-control, .content .bg .form-control {
    border-radius: 3px; 
}

.content .contents .form-control:active, .content .contents .form-control:focus, .content .bg .form-control:active, .content .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
}

.iti{width:100%;}

.social_divider{
    position: relative;
    border-top: 1px solid #dbdae5;
    margin: 40px 0;
    margin-top:25px;
    margin-bottom:25px;
}

.social_divider:after {
    content: "OR";
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translate(-50%);
    color: #dbdae5;
    background: #fff;
    /*border: 1px solid #eeeeee;
    border-radius: 50%;*/
    padding: 5px;
    font-size:11px;
}
.left_icon_input {
	background: #fff;
    border-right: 0px;
    width: 40px;
    color: #ddd;
}
.fs_17{font-size:17px;}
.border-lt-0 {
	padding-left:0px;
	border-left:0px;
}

.content .btn-pill {
    border-radius: 3px;
}
.fs_12{font-size:12px;}

.login_section .social-login{
	padding: 20px;
    padding-top: 0;
    padding-bottom: 0px;
}
.social-login a {    
    border: 1px solid #9CA1AB;
    padding: 5px 3px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 3px;
    padding-left:10px;    
    font-size:13px;
}
.strikeit {
    display: flex;
    flex-direction: row;
}

.strikeit:after, .strikeit:before {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #e9eaec;
    margin: auto;
}
.strikeit:before {
    margin-right: 5px;
    max-width: 50px;
}
.strikeit:after {
    margin-left: 5px;
    max-width: 50px;
}
.social-login a svg{
	margin-right:5px;
}

.social-login a.facebook {
    background: #3b5998; 
}
   
.social-login a.twitter {
    background: #1da1f2; 
}
    
/*.social-login a.google {
    background: #ea4335; 
} 
*/
 
.center_md_item{
	justify-content: center;
}
/*
.d-flex{display: unset !important;}*/