@media only screen and (min-width: 991px) {
    .login .modal-dialog {
        width: 365px !important;
    }
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.login .modal-header {
    padding: 15px 20px;
}
.login .modal-title {
    color: #333 !important;
    font-weight: 700 !important;
}
.login button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.login .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.login .social {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
}
.login .social .google {
    background-color: #f74933;
}
.login .social .circle {
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    margin: 0 17px;
    padding: 15px 16px;
    opacity: 1;
}
.login .circle {
    stroke: #ff3939;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all .5s ease-in-out;
}
.login .division {
    float: none;
    margin: 10px auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.login .division span {
    color: #424242;
    font-size: 17px;
}
.login .division .line.l {
    left: 0;
}
.login .division .line {
    border-top: 1px solid #dfdfdf;
    position: absolute;
    top: 14px;
    width: 42%;
}
.login .division .line.r {
    right: 0;
}
.login .division .line {
    border-top: 1px solid #dfdfdf;
    position: absolute;
    top: 14px;
    width: 42%;
}
.login a {
    text-decoration: none;
}
.login .form input[type="text"], .login .form input[type="password"] {
    border-radius: 3px;
    border: none;
    background-color: #e8f0fe;
    font-size: 14px;
    height: 46px;
    margin-bottom: 10px;
    padding: 13px 15px;
    width: 100%;
}
.login #turnstile-login-container,
.login #turnstile-register-container {
    justify-items: center;
}
.login .modal-footer {
    padding: 15px;
}
.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.login .btn-login, .registerBox .btn-register, .forgotPasswordBox .btn-forgot {
    background-color: #398ee7;
    border: none;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 15px;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 #410000;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}