.user-section-outer-wrapper {
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

.user-section-container-wrapper {
    width: 100% !important;
    min-height: 600px;
}
.path-partner-register .user-section-container-wrapper{
    min-height: 780px;
}

.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: 100%;
    /* background: url(../images/login.svg) no-repeat #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: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden */
}

.user-section-logo-wrapper img {
    width: 80%;
    margin-left: 3rem;
    /* margin-top: 30px; */

}

.user-section-title-wrapper {
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-size: 20px;
    color: #696969;
}

.user-section-error-wrapper {
    width: 100%;
    height: 25px;
    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;
    padding: 8px 10px;
    box-shadow: none !important;
}

.user-section-form-wrapper input[type="submit"] {
    width: 100%;
    padding: 10px 15px !important;
    border: 1px solid #4A728A !important;
    border-radius: 5px !important;
    background-color: #4A728A !important;
    color: #FFF !important;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.user-section-form-wrapper input[type="submit"]:hover {
    background-color: #fff !important;
    color: #4A728A !important;
}

.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;
}

.user-section-link-wrapper a:hover {
    color: #696969;
}

.user-pass p {
    display: none;
}

.user-section-outer-customer-wrapper {
    background-image: url("../../../../../modules/custom/webshop/images/customer_login.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: absolute;
    top: 0; */
    width: 100%;
}

.user-section-customer-title-wrapper {
    color: #171725;
    font-size: 1.875rem;
    padding: 12px 0px;
    font-weight: bold;
    text-align: center;
}


.user-section-form-customer-wrapper input[type="text"],
.user-section-form-customer-wrapper input[type="password"] {

    width: 100%;
    max-width: 100%;
    border: 1px solid #E0E2E9 !important;
    border-radius: 8px !important;
    padding: 8px 10px;
    box-shadow: none !important;
}
.user-section-container-wrapper input[type="text"],
.user-section-container-wrapper input[type="email"],
.user-section-container-wrapper input[type="password"]{
    width: 100%;
    max-width: 100%;
    border: 1px solid #E0E2E9 !important;
    border-radius: 8px !important;
    padding: 8px 10px;
    box-shadow: none !important;
}
.user-section-form-customer-wrapper input[type="submit"] {
    width: 100%;
    padding: 10px 15px !important;
    border: 1px solid #11BF79    !important;
    border-radius: 5px !important;
    background-color: #11BF79 !important;
    color: #FFF !important;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.user-section-customer-link-wrapper{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.user-section-customer-link-wrapper a {
    color: #0062FF;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.user-section-customer-link-wrapper a:hover {
    color: #0062FF;
}
.user-section-customer-signup-wrapper{
    color: #9fa4bd;
    padding: 12px 0px;
    font-weight: bold;
    text-align: center;
}
.user-section-customer-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_register_form{
    background-color: #0062FF;
}


.user-section-register-title-wrapper{
    color: #171725;
    font-size: 1.875rem;
    padding: 12px 0px;
    font-weight: bold;
    text-align: center;
}
.register-submit-button  {
    width: 100%;
    padding: 10px 15px !important;
    border: 1px solid #11BF79    !important;
    border-radius: 5px !important;
    background-color: #11BF79 !important;
    color: #FFF !important;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.social-login-buttons  a{
    border: 1px solid #E0E2E9; 
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    padding: 6px;
  }
