﻿body {
    background: radial-gradient(60% 120% at 50% 50%, rgba(181, 36, 217, 0.5)0%, rgba(112,0,255,0.3) 54.17%, rgba(17,18,46,0)100%);
    background-color: black;
}

.vcCard > .card {
    width: 100%;
    height: 910px;
    background: rgba(0,0,0,0.5);
    border-radius: 16px;
    backdrop-filter: blur(40px);
    margin-top: 28px !important;
}

.vcHomeCard > .card {
    width: 100%;
    background: rgba(0,0,0,0.5);
    border-radius: 16px;
    backdrop-filter: blur(40px);
    margin-top: 28px !important;
}

.vcHomeCard {
    /*width: 480px;*/
    max-width: 480px;
    width: 100%;
}

.vcCard {
    /*width: 480px;*/
    max-width: 480px;
    width: 100%;
    max-height: 910px;
    height: 100%;
    min-height: 910px;
}

.card-body > .text > div > form {
    color: white; 
    justify-content: normal !important;
}

.card-body > div > .text > div > form > div > select {
    color: white;
    -webkit-appearance: auto;
    font-size: 14px;
    font-family: poppins;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    background-image: none;
}

    .card-body > div > .text > div > form > div > select > option {
        background: rgba(0, 0, 0, 0.5);
    }

.vcCard-header-temparary {
    padding-bottom: 0 !important;
}

.vcCard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 67px;
}


.helpdesk {
    filter: invert(1)
}


.image_logo {
    width: 120px;
    height: 117.85px;
}

.input_Form_temparary {
    padding-top: 40px !important;
}

.input_Form {
    width: 100%;
    margin: auto !important;
    padding-top: 80.15px;
}

.TAndC {
    font-family: poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #888888;
    width: 292px;
    padding-top: 11px;
}

.card_footer {
    display: flex;
    justify-content: center;
    width: 100%;
    /*height: 86px;*/
    background: rgba(0,0,0,0.2);
    border-radius: 0px 0px 16px 16px;
    text-align: center;
    height: 100%;
    max-height: 86px;
}

    .TAndC > a {
        color: #F528FD !important;
        cursor: pointer;
    }

.login_form {
    padding-right: 50px;
    padding-left: 50px;
}

.vcCard_input_field {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    height: 50px;
    background: rgba(0,0,0,0.2);
}

.vcCard_input_field > div {
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}
    .vcCard_input_field_div {
        padding-left: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

.input_field {
    background: none;
    border: 0px;
    color: white;
    font-family: poppins;
    font-weight: 400;
    font-size: 16px;
    width: 82%;
}

.flex-center {
    display: flex;
    justify-content: center
}

@media only screen and (max-width: 400px) {
    .vcCard {
        max-width: 350px;
        width: 100%;
        max-height: 600px;
        height: 100%;
    }

    .vcHomeCard {
        max-width: 350px;
        width: 100%;
    }

    .vcCard-temporary {
        /* max-width: 320px;
        width: 100%;
        max-height: 700px;
        height: 100%;*/
    }

}
@media only screen and (max-width: 1400px) {
    .vcCard {
        max-width: 350px;
        width: 100%;
        max-height: 700px;
        height: 99vh;
        min-height: 585px;
    }

    .vcHomeCard {
        max-width: 350px;
        width: 100%;
    }

    .login-header {
        padding-bottom: 0;
    }

    .vcCard > .card {
        width: 100%;
        height: 100%;
        margin-top: 5px !important;
    }

    .vcHomeCard > .card {
        width: 100%;
        margin-top: 5px !important;
    }

    .login-header-temparary {
        margin-top: -20px;
    }

    .image-div {
        padding-top: 0 !important;
    }

    .image_logo_temporary {
        width: 80px !important;
        height: 77.85px !important;
    }

    .image_logo {
        width: 100px;
        height: 97.85px;
    }

    .input_Form {
        padding-top: 25px;
    }

    .input_Form_temparary {
        padding-top: 40px !important;
    }

    .TAndC {
        font-size: 12px;
    }

    .card_footer{
        height: 76px;
    }

    .vcCard > .card > .card-body {

        padding-bottom: 0;
        padding-top: 0px;
    }
    
    .vcHomeCard > .card > .card-body {
        padding-bottom: 35px;
    }

    .login_form {
        padding-right: 0;
        padding-left: 0;
    }

        .login_form > .form-group {
            margin: 0 !important;
            padding: 0;
        }

    .vcCard_input_field_temporary {
        height: 35px;
    }
        .vcCard_input_field_temporary_div {
            padding-left: 23px;
            padding-top: 4px;
            padding-bottom: 2px;
        }

        .vcCard_input_field_temporary > div {
            padding-left: 23px;
            padding-top: 4px;
            padding-bottom: 2px;
        }

    .input_field, .btn-login, .form-check {
        font-size: 12px !important;
    }
}

@media only screen and (max-height: 920px) {
    .vcCard {
        max-width: 350px;
        width: 100%;
        max-height: 700px;
        height: 99vh;
        min-height: 585px;
    }

    .vcHomeCard {
        max-width: 350px;
        width: 100%;
    }

    .login-header {
        padding-bottom: 0;
    }

    .vcCard > .card {
        width: 100%;
        height: 100%;
        margin-top: 5px !important;
    }

    .vcHomeCard > .card {
        width: 100%;
        margin-top: 5px !important;
    }

    .login-header-temparary {
        margin-top: -20px;
    }

    .image-div {
        padding-top: 0 !important;
    }

    .image_logo_temporary {
        width: 80px !important;
        height: 77.85px !important;
    }

    .image_logo {
        width: 100px;
        height: 97.85px;
    }

    .input_Form {
        padding-top: 25px;
    }

    .input_Form_temparary {
        padding-top: 40px !important;
    }

    .TAndC {
        font-size: 12px;
    }

    .card_footer {
        height: 76px;
    }

    .vcCard > .card > .card-body {
        padding-bottom: 0;
        padding-top: 0px;
    }

    .vcHomeCard > .card > .card-body {
        padding-bottom: 35px;
    }

    .login_form {
        padding-right: 0;
        padding-left: 0;
    }

        .login_form > .form-group {
            margin: 0 !important;
            padding: 0;
        }

    .vcCard_input_field_temporary {
        height: 35px;
    }

        .vcCard_input_field_temporary > div {
            padding-left: 23px;
            padding-top: 4px;
            padding-bottom: 2px;
        }
        .vcCard_input_field_temporary_div {
            padding-left: 23px;
            padding-top: 4px;
            padding-bottom: 2px;
        }

    .input_field, .btn-login, .form-check {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 960px) {
    .input_field, .btn-login, .form-check {
        font-size: 16px;
    }
}

@media only screen and (max-width: 960px) {

    .card_background{
        margin-bottom: 20px;
    }
    .home_logo {
        width: 80px !important;
        height: 77.85px !important;
    }

    @media only screen and (max-height: 1000px) {
        /*.image_logo {
            width: 100px !important;
            height: 97.85px !important;
        }*/

        /*.vcCard {
            max-width: 100%;
            width: 100%;
            max-height: 100%;
            height: 99vh;
        }*/

        .input_Form_temparary {
            padding-top: 40px !important;
            padding-left: 10px;
            padding-right: 10px;
        }

        .Background {
            padding: 0;
        }

        .TAndC {
            font-size: 12px;
            width: 100%;
            padding-left: 40px;
            padding-right: 40px;
        }

        .forgot_password {
            font-size: 16px;
        }
    }
}

@media only screen and (max-width: 300px) {
    @media only screen and (min-height: 650px) {
        .input_Form_temparary {
            padding-top: 40px !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
}
@media only screen and (max-height: 650px) {
    .input_Form_temparary {
        padding-top: 0px !important;
    }
}
