﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700;&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Inter",serif;
    color: #0b3f56;
    margin: 0px;
    padding: 0px;
}

.popup-footer-group .btn {
    padding: 6px 13px;
    margin: 8px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}


.login-page {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
/*    background-image: url(../images/home-bg.jpg);*/
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
/*    background-color: rgba(11, 63, 86, 0.7);*/
}

    .login-page .login-form {
        margin: auto;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 30px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
        width: 350px;
    }

        /* Animation */
        .login-page .login-form .blobs_1, .login-page .signup-form .blobs_1, .login-page .forgot-form .blobs_1 {
            background: #c5006b;
            width: 200px;
            height: 200px;
            position: absolute;
            top: -95px;
            left: 210px;
            opacity: 0.05;
            -webkit-animation: circlemoves 15s ease-in-out infinite alternate;
            animation: circlemoves 15s ease-in-out infinite alternate;
        }

        .login-page .login-form .blobs_2, .login-page .signup-form .blobs_2, .login-page .forgot-form .blobs_2 {
            background: #ff6c36;
            width: 145px;
            height: 145px;
            position: absolute;
            top: 196px;
            left: -81px;
            opacity: 0.05;
            -webkit-animation: circlemoves 15s ease-in-out infinite alternate;
            animation: circlemoves 15s ease-in-out infinite alternate;
        }

        .login-page .login-form .blobs_5, .login-page .signup-form .blobs_5, .login-page .forgot-form .blobs_5 {
            background: #795548;
            width: 110px;
            height: 110px;
            position: absolute;
            top: 14px;
            left: -15px;
            opacity: 0.05;
            -webkit-animation: circlemoves 15s ease-in-out infinite alternate;
            animation: circlemoves 15s ease-in-out infinite alternate;
        }

        .login-page .login-form .blobs_6, .login-page .signup-form .blobs_6, .login-page .forgot-form .blobs_6 {
            background: #00b5b5;
            width: 100px;
            height: 100px;
            position: absolute;
            bottom: -20px;
            left: 44px;
            opacity: 0.05;
            -webkit-animation: circlemoves 15s ease-in-out infinite alternate;
            animation: circlemoves 15s ease-in-out infinite alternate;
        }

        .login-page .login-form .blobs_7, .login-page .signup-form .blobs_7, .login-page .forgot-form .blobs_7 {
            background: #ff8c00;
            width: 52px;
            height: 52px;
            position: absolute;
            bottom: 75px;
            right: -9px;
            opacity: 0.05;
            -webkit-animation: circlemoves 15s ease-in-out infinite alternate;
            animation: circlemoves 15s ease-in-out infinite alternate;
        }

        .login-page .login-form .imgcontainer, .login-page .signup-form .imgcontainer, .login-page .forgot-form .imgcontainer {
            text-align: center;
            margin: 24px 0 12px 0;
            position: relative;
        }

        .login-page .login-form .input-control, .login-page .signup-form .input-control, .login-page .forgot-form .input-control {
            padding: 15px 30px 30px 30px;
            position: relative;
        }

            .login-page .login-form .input-control input[type=text], .login-page .login-form .input-control input[type=password] {
                width: 100%;
                padding: 12px 20px;
                margin: 8px 0;
                display: inline-block;
                border-bottom: 2px solid #ccc;
                border-top: 0;
                border-left: 0;
                border-right: 0;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border-radius: 5px;
                font-size: 14px;
                color: #666;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
            }

input[type="text"]:focus {
    border-radius: 5px;
    border-bottom: 2px solid #5076db;
    outline: none !important;
}

.login-page .login-form .input-control .password-field-show {
    position: relative;
    display: block;
}

.login-page .login-form .input-control .login-btns {
    text-align: center;
}

    .login-page .login-form .input-control .login-btns button {
        background-color: #0062cc;
        color: white;
        padding: 5px 15px;
        margin: 8px 0;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        border: 2px solid transparent;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

@keyframes circlemoves {
    0% {
        border-radius: 25% 69% 58% 42% / 52% 72% 65% 56%;
    }

    10% {
        border-radius: 75% 28% 50% 48% / 70% 44% 55% 29%;
    }

    20% {
        border-radius: 47% 53% 29% 67% / 30% 40% 59% 69%;
    }

    30% {
        border-radius: 72% 25% 65% 45% / 33% 63% 33% 65%;
    }

    40% {
        border-radius: 63% 35% 55% 43% / 25% 25% 75% 75%;
    }

    50% {
        border-radius: 35% 63% 73% 33% / 63% 25% 73% 35%;
    }

    60% {
        border-radius: 25% 75% 25% 73% / 75% 53% 45% 25%;
    }

    70% {
        border-radius: 38% 59% 63% 32% / 72% 62% 32% 24%;
    }

    80% {
        border-radius: 53% 44% 36% 62% / 35% 32% 72% 60%;
    }

    90% {
        border-radius: 24% 74% 72% 32% / 40% 49% 49% 60%;
    }

    100% {
        border-radius: 60% 29% 29% 65% / 68% 75% 30% 32%;
    }
}
/* End */

.page-section .content-detail {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* -- LOADER RELATED STYLES */
.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.navbar-text a {
    color: #fff !important;
}

.loader-img {
    text-align: center;
    padding-top: 25%;
}

    .loader-img img {
        border: 2px solid #fff;
        border-radius: 25px;
        padding: 7px;
        background: #fff;
    }
/* Loader styles end */

input.error, select.error, textarea.error {
    border: 1px solid #ff5666 !important;
    box-shadow: 0px 0px 5px 5px rgb(255 86 102 / 40%) !important;
}

label.error {
    display: none !important;
}

/* --- COMMON STYLES --- */
.cmodal .modal-header {
    color: #fff !important;
    background-color: #0791dc !important;
}
.cmodal .modal-title {
font-size:17px;
}
.cmodal .modal-body .otp-text {
    font-size: 15px;
}
.cmodal .modal-body .otp-text b {
    color: #0791dc;
}
    /* --- COMMON STYLES --- */
    @media (max-width: 480px) {
        .login-page .login-form {
        width: 100%;
    }
}
