.login-content {
    background-image: url("/Clients/img/AlterLifeBG.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: right;
    align-items: end;
}

.login-form .login_logo img {
    content: url("/Clients/img/alterlife_logo.png");
}

.login-form .login_logo {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

.utility {
    display: block !important;
    text-align: center;
}

.login-box {
    background-color: rgba(0, 0, 0, 0.93) !important;
    width: 50% !important;
    height: 100% !important;
    float: right !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;

}

.login-form {
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}

.login-head {
    color: #FFF101;
    border: none !important;
}

.login-head i {
    display: none !important;
}

.form-group label {
    color: #FFF101 !important;
}

.form-group input {
    background-color: #8080806e;
    border: none !important;
    border-radius: 23px;
    color: white;
    width: 360px;
}

.form-control:focus {
    background-color: #8080806e;
    border: none !important;
    border-radius: 23px;
    color: white;
}

.form-group.btn-container button {
    background-color: #FFF101;
    border: none !important;
    border-radius: 23px;
    color: black;
    width: 360px;
}