@font-face {
    font-family: 'Avenir-Book';
    src: url('../fonts/Avenir-Book/Avenir-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir-Book/Avenir-Book.woff') format('woff'), url('../fonts/Avenir-Book/Avenir-Book.ttf')  format('truetype'), url('../fonts/Avenir-Book/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-------------------- 23. Login ------------------- */
body{
    background-color: #d84890;
    font-family: 'Avenir-Book';
}
.login-bg {
    background: url('../../images/bg.jpg') center/cover no-repeat;
    position: relative;
    z-index: 1;
}
.login-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    max-width: 650px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.login-form-head img {
    max-width: 400px;
    margin: 0 auto;
}
.text-login {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}
.text-login p {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    text-transform: initial;
    margin-top: 10px;
}
.login-box form {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
}
.login-form-head {
    margin-bottom: 15px;
}
.login-box .form-control {
    background-color: #ffffff !important;
    border-radius: 50px;
    padding: 0 30px;
    border-color: transparent;
    color: #6f6f6f !important;
    font-size: 18px;
    line-height: 20px;
    box-shadow: none;
    height: 55px;
}
.login-box .form-control:focus {
    box-shadow: inset 0 0 2px 1px #ff4694;
}
.btn-login {
    border-radius: 50px;
    padding: 15px 0;
    background-color: #ff4694;
    border-color: #ff4694;
    font-size: 18px;
    line-height: 20px;
    margin-top: 30px;
}
.btn-login:hover {
    background-color: #363287;
    border-color: #363287;
}
a.link-forget {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-top: 50px !important;
    display: block;
}
a.link-forget:hover {
    color: #2c2588;
    text-decoration: none;
}
.alert-success,.alert-danger {
    border-radius: 50px;
    text-align: center;
}
.form-group {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.alert-danger span {
    display: block;
    font-weight: 300;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff0ff8;
    border-color: #ff0ff8;
}
.btn-subscribe {
    padding: 10px 15px;
    border-radius: 50px;
}
.success-message {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}
@media (max-width: 992px) {
    .success-message {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 568px) {
    .text-login {
        font-size: 20px;
        line-height: 25px;
    }
    .login-form-head img {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
}
/*-------------------- END Login ------------------- */
