﻿.modal-login {
    color: #636363;
    width: 450px;
}

    .modal-login .modal-body {
        padding-top: 0px;
    }

    .modal-login .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-login .modal-header {
        border-bottom: none;
        position: relative;
        justify-content: center;
        /*background-color: #5C77D0;*/
        background-color: var(--main-color);
        margin: -20px -20px 0px -20px;
    }
        .modal-login .modal-header img{
            height:45px;
        }

        .modal-login h5 {
            text-align: center;
            margin: 40px 0;
            color: #333;
        }

    .modal-login .cnt-input {
        width: 80%;
        margin: 0 auto;
    }

    .modal-login .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .modal-login .form-control:focus {
        border-color: #1C8FBB;
    }

    .modal-login .form-control {
        border-radius: 3px;
        outline: none !important;
        font-size: 15px;
    }

    .modal-login .btn {
        outline: none !important;
    }

        .modal-login .btn.signup-btn {
            border-radius: 4px;
        }

    .modal-login .social-btn .btn {
        border-radius: 50%;
    }

    .modal-login .signin-form form {
        border-radius: 5px;
        margin-bottom: 20px;
        background: #fff;
    }

    .modal-login .signin-form a {
        color: #3762EF;
        text-decoration: none;
    }

    .modal-login .signin-form h2 {
        text-align: center;
        font-size: 34px;
        margin: 10px 0 15px;
    }

    .modal-login .signin-form .hint-text {
        color: #999;
        text-align: center;
        margin-bottom: 20px;
    }

    .modal-login .signin-form .form-group {
        margin-bottom: 20px;
    }

    .modal-login .signin-form .btn {
        font-size: 15px;
        line-height: 26px;
        padding: 6px 30px;
        border-radius: 20px;
        text-align: center;
        background-color: #B7BED1;
        color: #fff;
    }

    .modal-login .signin-form .btn-cancel{
        background-color:transparent;
        border-color: #B7BED1;
        color: #B7BED1;
    }

    .modal-login .signin-form .btn-cancel:hover{
        background-color: #B7BED1;
        color:#fff;
    }

    .modal-login .signin-form .small {
        font-size: 13px;
    }

    .modal-login .signup-btn {
        text-align: center;
        border-color: #B7BED1;
        transition: all 0.4s;
    }

        .modal-login .signup-btn:hover {
            background: #5C77D0;
        }

    .modal-login .or-seperator {
        margin: 50px 0 15px;
        text-align: center;
        border-top: 1px solid #e0e0e0;
    }

        .modal-login .or-seperator b {
            padding: 0 10px;
            width: 40px;
            height: 40px;
            font-size: 16px;
            text-align: center;
            line-height: 40px;
            background: #fff;
            display: inline-block;
            border: 1px solid #e0e0e0;
            border-radius: 50%;
            position: relative;
            top: -22px;
            z-index: 1;
        }

    .modal-login .cnt-btn-bottom {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        line-height: 40px;
    }

        .modal-login .cnt-btn-bottom .col-btn {
            position: relative;
            width: 50%;
            float: left
        }

        .modal-login .cnt-btn-bottom .social-btn,
        .modal-login .cnt-btn-bottom .label-social {
            float: left;
            width: 50%;
        }

    .modal-login .social-btn a {
        width: 36px;
        height: 36px;
        display: inline-block;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
    }

        .modal-login .social-btn a:first-child {
            margin-right: 10px;
            background-color: #3B5997;
        }

        .modal-login .social-btn a:last-child {
            margin-right: 0;
            background-color: #DC4E42;
        }

        .modal-login .social-btn a i {
            color: #fff;
            font-size: 18px;
        }

    .modal-login label.error {
        margin-bottom: 0px;
    }

    .modal-login #formregister h5 {
        margin: 20px 0;
    }

    .modal-login .register_popup {
        border: 1px solid #eee;
        position: absolute;
        left: 118px;
        top: -10px;
        background-color: #698AF1;
        width: 130px;
        content: '';
        display: none;
    }

        .modal-login .register_popup:after {
            display: inline-block;
            margin-left: 0px;
            vertical-align: 0.255em;
            content: "";
            border-top: 5px solid transparent;
            border-right: 5px solid #698AF1;
            border-bottom: 5px solid transparent;
            border-left: 5px solid transparent;
            position: absolute;
            left: -10px;
            top: calc(50% - 5px);
        }

        .modal-login .register_popup ul {
            list-style-type: none;
            padding-left: 0px;
            margin-bottom: 0px;
        }

            .modal-login .register_popup ul li {
                line-height: 32px;
                padding: 0 10px;
            }
                .modal-login .register_popup ul li:hover {
                    background-color: #5c77d0;
                }
                .modal-login .register_popup ul li a {
                    color: #fff;
                }

                @media (max-width: 566.98px) {
                    .modal-login .social-btn a {
        width: 28px;
        height: 28px;
        line-height: 30px;
    }

        .modal-login .social-btn a i {
            color: #fff;
            font-size: 16px;
        }

    .modal-login .cnt-btn-bottom .col-btn {
        width: 40%;
    }

        .modal-login .cnt-btn-bottom .col-btn.small {
            width: 60%;
        }

    .modal-login .cnt-btn-bottom .social-btn {
        width: 45%;
    }

    .modal-login .cnt-btn-bottom .label-social {
        width: 55%;
    }

    .modal-login .cnt-btn-bottom {
        position: relative;
    }

    .modal-login .signin-form .btn {
        width: 100%;
        background-color: #4D78D4;
        border-radius: 8px;
    }

    .modal-login .modal-body {
        padding: 0px;
    }

    .modal-login .cnt-input {
        width: 100%;
    }

    .modal-login .form-control {
        border-radius: 8px;
    }

    .modal-login .modal-header {
        border-radius: 0px;
    }
}
