﻿.modal-box {
    left: -35px !important;
}

.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

    .modal-box header,
    .modal-box .modal-header {
        padding: 1.25em 1.5em;
        border-bottom: 0;
    }

        .modal-box header h3,
        .modal-box header h4,
        .modal-box .modal-header h3,
        .modal-box .modal-header h4 {
            margin: 0;
        }

    .modal-box .modal-body {
        padding: 2em 1.5em;
        padding-top: 0px;
    }

    .modal-box footer,
    .modal-box .modal-footer {
        padding: 1em;
    }

.theme-btn {
    background: #1c3645;
    padding: 10px 16px;
    color: #fff !important;
    transition: all ease-in-out 0.3s;
    cursor: pointer !important;
    border-radius:50px;
}

    .theme-btn:hover {
        background: #ff7382;
    }

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 12%;
    right: 2%;
    text-decoration: none;
    color: #1c3645;
}

    a.close:hover {
        color: #222;
        -webkit-transition: color 1s ease;
        -moz-transition: color 1s ease;
        transition: color 1s ease;
    }

.modal-box {
    width: 100% !important;
    top: 33% !important;
    left: 0;
    height: 260px;
}

@media (min-width: 32em) {
    .modal-box {
        width: 70%;
    }
}

.signup-box {
    width: fit-content();
    margin: 0 auto;
}

select.select2 {
    display: block !important;
    visibility: hidden;
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
    width: 190px;
    height: 20px;
}

.body {
    width: 100%;
    background-color: #f7f8fc;
    padding: 70px 0px;
}

.sign-up {
    /*background-image: url('../images/login-bg.png');*/
    background-size: 100% 100%;
    overflow: hidden;
    box-shadow: 0px 0px 13px #e6e6e6;
    border-radius: 8px;
}

.login-logo img {
    width: 125px;
    max-width: 125px;
}

.sign-up-title {
    color: #131a46;
    font-size: 26px;
    font-weight: 600;
}

h3.box-title {
    color: #f7915b;
}

.theme-btn-praimery, .theme-btn-secondry {
    border: none;
    outline: none;
    padding: 9px 16px !important;
    border-radius: 4px;
    height: 35px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-btn-praimery {
    background-color: #131944;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.theme-btn-secondry {
    background-color: #f7915b;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.theme-btn-praimery:hover {
    background-color: #f7915b;
    color: #fff;
}

.theme-btn-secondry:hover {
    background-color: #131944;
    color: #fff;
}

.sign-up-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin-top: 20px;
}

    .sign-up-btns li {
        margin-left: 15px;
    }

@media (max-width:776px) {
    .login-logo img {
        width: 68px;
        max-width: 68px;
    }

    .sign-up {
        padding: 30px 0px;
    }
}

.theme-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.login-page {
    width: 100%;
    height: 100%;
    /*background-image: url('../../Content/images/sign-up-background.jpg');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00063a !important;
}

.login-card {
    overflow: hidden;
    border-radius: 5px;
}

.login-left {
    padding: 20px;
    padding-right: 40px;
}

button#btnLogin:hover {
    background: #f3d5d3;
    color: #02a05d;
}

.login-left h4 {
    color: #fff;
    font-size: 26px;
}

.login-left ul {
    list-style: none;
    padding-left: 0;
    margin-top: 75px;
    text-align: center;
}

    .login-left ul li {
        margin-bottom: 38px;
    }

        .login-left ul li a {
            width: 100%;
            padding: 10px 16px;
            border-radius: 50px;
            color: #fff;
            transition: all ease-in-out 0.3s;
        }

            .login-left ul li a i {
                margin-right: 10px;
            }

            .login-left ul li a:hover {
                background: #123347 !important;
            }

            .login-left ul li a.facebook {
                background: #3b5998;
            }

            .login-left ul li a.twitter {
                background: #00aced;
            }

            .login-left ul li a.google {
                background: #c32e10;
            }

.login-box-msg {
    font-weight: 600;
    font-size: 32px;
    color: #181d45;
}

button.btn.btn-primary.btn-block.btn-flat {
    background: #02a05d;
    color: #fff;
    font-size: 21px;
    margin-bottom: 0;
    width: fit-content;
    border: none;
}

.footer a {
    color: #244457;
    font-size: 18px;
}

.login-box-body .nav-item {
    width: 50%;
    text-align: center;
}

.login-box-body .nav-link.active {
    color: #fff !important;
    background-color: #02a05d !important;
}

.login-box-body .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #fff;
    background: #000;
    margin-right: 10px;
}

.otp-input {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .otp-input input {
        width: 70px;
        height: 70px;
        font-size: 30px;
        text-align: center;
        box-shadow: 0px 0px 12px #eee;
    }

.custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .custom-row img {
        width: 50%;
        margin-left: auto;
    }

.modal.fade.in .lab-modal-body {
    bottom: 0;
    opacity: 1;
}




.close {
    margin-top: -20px;
    margin-right: 0px;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
}

.popup-button {
    margin-top: 70px;
}
