﻿.login {
    background: #d9d9d9;
}

    .login a {
        text-decoration: none;
    }

    .login .bg-img {
        background: url('/img/anmum.png') top left repeat;
        background-size: cover;
        top: 0;
        bottom: 0;
        text-align: left;
        opacity: 1;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 30px;
        z-index: 10;
    }

    .login .form-check-input:checked {
        display: none;
    }

    .login .form-section {
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
        background: #fff;
    }

        .login .form-section .form-box {
            width: 100%;
            position: relative;
        }

    .login .login-inner-form {
        max-width: 450px;
        color: #535353;
        width: 100%;
        text-align: center;
    }

        .login .login-inner-form h3 {
            margin-bottom: 2rem;
        }

        .login .login-inner-form p a {
            color: #535353;
            font-weight: 500;
        }

        .login .login-inner-form img {
            margin-bottom: 15px;
            height: 30px;
        }

        .login .login-inner-form .form-group {
            margin-bottom: 25px;
        }

        .login .login-inner-form .form-control {
            outline: none;
            width: 100%;
            padding: 10px 25px;
            font-size: 16px;
            outline: 0;
            font-weight: 400;
            color: #535353;
            height: 55px;
            border-radius: 15px;
            border: 1px solid rgb(223, 223, 223);
            background-color: rgb(223, 223, 223);
        }

        .login .login-inner-form .btn-md {
            cursor: pointer;
            height: 55px;
            color: #fff;
            padding: 15.5px 50px 14.5px 50px;
            font-size: 17px;
            font-weight: 400;
            border-radius: 3px;
        }

        .login .login-inner-form input[type=checkbox], input[type=radio] {
            margin-right: 3px;
        }

        .login .login-inner-form button:focus {
            outline: none;
            outline: 0 auto -webkit-focus-ring-color;
        }

        .login .login-inner-form .btn-theme.focus, .btn-theme:focus {
            box-shadow: none;
        }

        .login .login-inner-form .btn-theme {
            background: rgb(114,69,155);
            border: none;
            border-radius: 15px;
            color: #fff;
        }

            .login .login-inner-form .btn-theme:hover {
                background: rgb(134,89,175);
            }

        .login .login-inner-form .checkbox .terms {
            margin-left: 3px;
        }

    .login .information {
        color: #fff;
        max-width: 450px;
    }

        .login .information h1 {
            color: #fff;
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .login .information p {
            color: #fff;
            margin-bottom: 25px;
            line-height: 25px;
            font-size: 15px;
        }

    .login .none-2 {
        display: none;
    }

    .login .btn-section {
        margin-bottom: 30px;
    }

    .login .login-inner-form .terms {
        margin-left: 3px;
    }

    .login .login-inner-form .form-check {
        float: left;
        margin-bottom: 0;
        padding-left: 0;
    }

        .login .login-inner-form .form-check a {
            color: #535353;
            float: right;
        }

    .login .login-inner-form .form-check-input {
        display: none;
    }

    .login .login-inner-form .form-check label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 20px;
        top: 0;
        height: 20px;
        margin-left: -25px;
        border: 1px solid #fff;
        border-radius: 2px;
        background-color: rgb(223, 223, 223);
    }

    .login .login-inner-form .form-check-label {
        padding-left: 25px;
        margin-bottom: 0;
        font-size: 16px;
    }

    .login .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
        background-color: #ffa637;
        border-color: #ffa637;
    }

    .login .login-inner-form input[type=checkbox]:checked + label:before {
        font-weight: 600;
        color: #fff;
        line-height: 17px;
        font-size: 14px;
        content: "\2713";
        padding-left: 1px;
    }

    .login .login-inner-form input[type=checkbox], input[type=radio] {
        margin-top: 4px;
        background-color: rgb(223, 223, 223);
    }

    .login .login-inner-form .checkbox a {
        font-size: 16px;
        color: rgb(177,152,199) !important;
        float: right;
    }

.form-group a {
    font-size: 16px;
    color: rgb(177,152,199) !important;
}

.login h1 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}

.login .typing > * {
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50);
}

@keyframes typingAnim {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.login .social-list a {
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
    border-radius: 50%;
}

    .login .social-list a i {
        transition: transform 0.4s linear 0s;
    }

    .login .social-list a:hover {
        transform: rotate(360deg);
        border-radius: 50px;
    }

        .login .social-list a:hover i {
            transform: rotate(-360deg);
        }

.login .social-list .buttons {
    display: flex;
}

.login .social-list a {
    text-decoration: none !important;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 0 4px 5px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

    .login .social-list a i {
        position: relative;
        z-index: 3;
    }

    .login .social-list a.facebook-bg {
        color: #4867aa !important;
    }

    .login .social-list a.twitter-bg {
        color: #33CCFF !important;
    }

    .login .social-list a.google-bg {
        color: #db4437 !important;
    }

    .login .social-list a.linkedin-bg {
        color: #2392e0 !important;
    }

footer div p {
    color: #fff
}

@media (max-width: 992px) {
    .login .bg-img {
        display: none;
    }

    .login .form-section {
        padding: 35px 15px;
    }
}

@media (min-width: 992px) {
}
