:root {
    --login-bg: #4A728A;
    --white: #fff;
    --box-bg: #69696966;
}

.login-height {
    height: 100vh;
}

.login-form {
    justify-content: center;
    flex-direction: column;
    display: flex;
}

form.user-pass p,
#edit-name--description,
#edit-pass--description {
    display: none;
}

.js-form-type-textfield,
.js-form-type-password,
#edit-actions {
    margin-bottom: 20px;
}

/* New css for bwelcome login page */

.user-section-left-wrapper img {
    width: 100%;
}

.user-section-link-wrapper a {
    color: #696969;
    font-size: 15px;
    font-weight: bold;
    text-decoration: 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-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-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-content-wrapper {
    min-height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-section-right-wrapper {
    display: flex;
    align-items: center;
}