.user-section-outer-wrapper{margin: auto; width:100%; height: 100%; background-color: #FFFFFF;}
.user-section-container-wrapper{width:100% !important; min-height:600px;}
.user-section-container-wrapper .row{height:650px;}
.user-section-left-wrapper,.user-section-space-wrapper,.user-section-right-wrapper{height:100%;}
/* .user-section-left-wrapper{background: url(../images/login.svg) no-repeat #4A728A center; background-size:70%;} */
/* .user-section-left-wrapper{
    background:  #4A728A center; 
    background-size:70%;
} */
.user-section-right-wrapper{display:flex; align-items: center; }
.user-section-form-content-wrapper{min-height:200px; width:100%;}
.user-section-logo-wrapper{
     width:100%;
     /* height:75px;  */
     text-align:center;
    }
.user-section-logo-wrapper img{ 
    height:100%;
    width: 65%;
}
.user-section-title-wrapper{
    width:100%; 
    text-align:center; 
    font-size: 22px; 
    color: #696969;
    font-weight: 700;
}
.user-section-error-wrapper{width:100%; height:40px; color:red;}
.user-section-form-wrapper{width:100%;}
.user-section-form-wrapper input[type="text"], 
.user-section-form-wrapper input[type = "password"] {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69696966;
    border-radius: 2px !important;
    height: 3.5rem;
    padding: 6px;
    outline: none;
}
.user-section-form-wrapper input[type="submit"] {
    width: 100%;
    padding: 10px 15px !important;
    border: 1px solid #4A728A !important;
    border-radius: 5px !important;
    background-color: #d61f2b !important;
    color: #FFF !important;
    margin-top: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    height: 3.5rem;
    border: none !important;
    
}
.user-section-left-wrapper img{
    width: 100%;
    height: 100%;
}
.user-section-form-wrapper .js-form-type-textfield{
    margin-bottom: 1rem;
}
.user-section-form-wrapper #edit-name--description, .user-section-form-wrapper #edit-pass--description{display:none;}
.user-section-link-wrapper{width:100%; text-align:center; margin-top: 30px;}
.user-section-link-wrapper a { color: #696969; font-size: 15px; font-weight: bold; text-decoration: none;}
.user-section-link-wrapper a:hover{color: #696969;}
.user-pass p{display:none;}


#user-login-form {
	        margin:auto;
	}
	.js-form-type-password  {
		        margin-bottom:16px;
		}
