﻿.register > .card {
    width: 100%;
    height: 910px;
    background: rgba(0,0,0,0.5);
    border-radius: 16px;
    backdrop-filter: blur(40px);
    margin-top: 28px !important;
}

.helpdesk {
    filter: invert(1);
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.register {
    /*width: 480px;*/
    max-width: 480px;
    width: 100%;
    max-height: 910px;
    height: 100%;
}

.image_logo {
    height: 117.85px;
}

.register-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 67px;
    padding-left: 0%;
    padding-right: 0%;
}

.card_footer {
    display: flex;
    justify-content: center;
    width: 100%;
    background: rgba(0,0,0,0.2);
    border-radius: 0px 0px 16px 16px;
    text-align: center;
}

#man-user {
    width: 21px;
    height: 19.33px;
    filter: invert(1);
    margin-left: 21px;
    position: fixed;
    margin-top: 9px;
}

#email {
    width: 20px;
    height: 22.33px;
    filter: invert(1);
    margin-left: 21px;
    position: fixed;
    margin-top: 9px;
}

}

.form-control {
    font-family: poppins !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-align: left !important;
    color: white !important;
    line-height: 21px !important;
    vertical-align: top !important;
}

.helpdesk {
    right: 16.78%;
    display: none;
}

.helpdesk-img {
    filter: invert(1);
    right: 13.92px;
    position: absolute;
    top: 14.04px;
}

#next {
    margin-top: 1%;
    text-align: center;
    width: 100%;
}

.btn-next {
    margin-top: 18px;
    display: flex;
    width: 100%;
    height: 35px;
    border: 0px solid rgba(255,255,255,0.2);
    border-radius: 25px;
    gap: 10px;
    background: #F528FD !important;
    font-family: poppins !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #FCFCFC;
    text-align: center;
}


    .btn-next:disabled {
        height: 35px;
        background: rgba(255,255,255,0.2) !important;
        color: #000000;
    }

.bottom {
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
    background: rgba(0,0,0,0.2);
    border-radius: 0px 0px 16px 16px;
    font-family: poppins !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 160%;
    width: 368px;
    height: 62px;
}

#bottom-first {
    margin-top: 11px;
}

#name-valid1 {
    /*margin-left: 120px;*/
    font-family: poppins !important;
    font-weight: 300 !important;
    font-style: italic !important;
    font-size: 11px !important;
    text-align: center;
    display: flex;
    justify-content: center;
}

#name-valid2 {
    /*margin-left: 120px;*/
    font-family: poppins !important;
    font-weight: 300 !important;
    font-style: italic !important;
    font-size: 11px !important;
    text-align: center;
    display: flex;
    justify-content: center;
}

#email-valid {
    font-family: poppins !important;
    font-weight: 300 !important;
    font-style: italic !important;
    font-size: 11px !important;
    text-align: center;
    display: flex;
    justify-content: center;
}

input:-webkit-autofill {
    -webkit-transition-delay: 99999s;
    background-color: transparent;
}

#hideIcon1 {
    opacity: 0.2;
    filter: invert(1);
}

#hideIcon2 {
    opacity: 0.2;
    filter: invert(1);
}

#password {
    width: 20px;
    height: 21.33px;
    filter: invert(1);
    margin-left: 17px;
    position: fixed;
    margin-top: 8px;
}

#con-password {
    width: 21px;
    height: 21.33px;
    filter: invert(1);
    position: fixed;
    margin-top: 9px;
    margin-left: 17px
}

#conPasswordInput {
    /*margin-top: -23px;*/
}

#arrow {
    /*filter: invert(30%) sepia(57%) saturate(6619%) hue-rotate(281deg) brightness(119%) contrast(99%);*/
    padding-right: 4px;
}

.row-btn {
    margin-top: 10px;
    margin-bottom: 30px;
}

.btn-back {
    display: flex;
    width: 100%;
    height: 50px;
    /*border: 1px solid #F528FD;*/
    border-radius: 25px;
    font-family: poppins;
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    background: rgba(0,0,0,0);
    max-width: 130px;
    justify-content: center;
    cursor:pointer;
}

.btn-create {
    width: 100%;
    height: 50px;
    border: 0px solid rgba(245,40,253,0.2);
    border-radius: 25px;
    font-family: poppins;
    font-weight: 500;
    font-size: 16px;
    max-width: 190px;
    cursor: pointer;
}

.btn-create:disabled {
    cursor: unset;
}

#pass-valid1 {
    /* margin-left: 92px;
    margin-top: -22px;
    margin-bottom: 37px;*/
    font-family: poppins !important;
    font-weight: 300 !important;
    font-style: italic !important;
    font-size: 11px !important;
     text-align: center;
    /* text-align: center;*/
    display: flex;
    line-height: normal;
    justify-content: center;
}

#pass-valid2 {
    /*   margin-left: 49px;
    margin-top: -22px;*/
    font-family: poppins !important;
    font-weight: 300 !important;
    font-style: italic !important;
    font-size: 11px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    /*width: 67%;*/
    line-height: normal;
    margin: 0 auto;
}
#pass-msg {
    /*   margin-left: 49px;
    margin-top: -22px;*/
    font-family: poppins !important;
    font-weight: 300 !important;
    font-style: italic !important;
    font-size: 11px !important;
    text-align: center;
    line-height: 16px;
    display: flex;
    justify-content: center;
    /*width: 67%;*/
    margin: 0 auto;
}

#pass-msg1 {
    /*   margin-left: 49px;
    margin-top: -22px;*/
    font-family: poppins !important;
    font-weight: 300 !important;
    font-style: italic !important;
    font-size: 11px !important;
    text-align: center;
    line-height: 16px;
    display: flex;
    justify-content: center;
    /*width: 67%;*/
    margin: 0 auto;
}

#pass-msg2 {
    /*   margin-left: 49px;
    margin-top: -22px;*/
    font-family: poppins !important;
    font-weight: 300 !important;
    font-style: italic !important;
    font-size: 11px !important;
    text-align: center;
    line-height: 16px;
    display: flex;
    justify-content: center;
    /*width: 67%;*/
    margin: 0 auto;
    padding-top: 10px;
}

h1, .h1 {
    height: 100%;
    width: 200%;
    font-size: 3.3125rem;
    line-height: 1.15em;
    margin-top: 21%;
    margin-left: 18%;
    color: white;
}

#failMessage {
    width: 174%;
    position: absolute;
    left: 36%;
    top: 111%;
}

.register_input_div {
    display: flex;
    width: 100%;
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.2);
    height: 50px;
    align-items: center;
    margin-bottom: 10px;
}

.register_input_img {
    height: 25px;
    width: 25px;
    filter: invert(1);
    margin-left: 20px;
    margin-right: 13px
}

.register_input_field {
    width: 80%;
    background: none;
    border: 0px;
    color: white;
    font-family: poppins ! important;
}
.register_password_input_field{
    width: 70% !important;
}

.back {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
}

.paddingTop-div {
    padding-top: 20px;
}

.paddingTop-div-30 {
    padding-top: 0px;
}

.btn-login {
    font-family: poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    text-transform: none;
    cursor: pointer;
    position: relative;
    padding: 12px 30px;
    margin: 0.3125rem 1px;
    text-decoration: none;
    letter-spacing: 0;
    border: 0;
    outline: 0;
}

.btn-login:disabled {
    cursor: unset;
}


.card-body {
    padding-bottom: 0px !important;
}

@media only screen and (max-width: 1400px) {
    .register_input_div {
        height: 45px;
        border-radius: 22.5px;
        margin-top: 20px;
    }

    .register_input_img {
        height: 20px;
        width: 20px;
    }

    .paddingTop-div {
        padding-top: 0px;
    }

    .paddingTop-div-30 {
        /*padding-top: 20px;*/
    }

    .back {
        padding-top: 30px;
    }

    .row-btn {
        margin-top: 0px;

    }

    .vcCard > .card > .card-body {
        padding-bottom: 5px !important;
    }

    .btn-back {
        font-size: 12px;
        height: 45px;
    }

    .btn-create {
        font-size: 12px;
        height: 45px;
    }

    .login_form {
        margin-bottom: -30px !important;
        margin-top: 40px !important;
    }
}

.vcCard {
    max-height: 700px;
}

.card_footer {
    /*max-height: 73px !important;*/
}

@media only screen and (max-width: 960px) {
    .vcCard {
        /*max-height: unset !important;*/
    }

    .login_form{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .register_password_input_field {
        width: 65%;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1024px) {

    @media only screen and (max-height: 600px) {
        .login_form {
            padding-top: 0px !important;
            margin-top: 0px !important;
        }
    }

    .login_form {
        padding-top: 6.3158vh !important;
        padding-left: 5.2632vh !important;
        padding-right: 5.2632vh !important
    }

    .register_input_div {
        height: 5.2632vh !important;
        border-radius: 2.6316vh !important;
        margin-bottom: 0px;
    }

    #hideIcon1,
    #hideIcon2{
        width: 3vh !important;
    }

    .input_field {
        font-size: 1.6842vh !important;
    }

    .register_input_img {
        width: 2.1053vh !important;
        height: 2.1053vh !important;
        margin-left: 2.1053vh !important;
        margin-right: 1.3684vh !important;
    }

    .btn-back {
        height: 5.2632vh !important;
        width: 13.6842vh !important;
        border-radius: 2.6316vh !important;
        max-width: none !important;
        font-size: 1.6842vh !important;
    }

    .btn-create {
        border-radius: 2.6316vh !important;
        height: 5.2632vh !important;
        /*width: 20vh !important;*/
        max-width: none !important;
        font-size: 1.6842vh !important;
    }

    .card_footer {
        height: 9.0526vh !important;
        max-height: none !important;
        align-items: center;
    }


    .TAndC {
        font-size: 1.1737vh !important;
        width: 30.7368vh !important;
    }

    /*-------- Language DropDownList Style --------*/
    .card-body > div > .text > div > form > div > select {
        font-size: 1.4737vh !important;
    }

    .selection {
        font-size: 1.6842vh !important;
    }

    select.form-control:not([size]):not([multiple]) {
        line-height: 1.4737vh !important;
    }

    .form-control {
        width: 14.9535vh !important;
        height: auto !important;
    }

    /*-------- END Language DropDownList Style --------*/

    /*-------- Input Validatoion --------*/

    #name-valid1 {
        font-size: 1.2632vh !important;
        padding-top: 0.5263vh !important;
    }

    #name-valid2 {
        font-size: 1.2632vh !important;
        padding-top: 0.5263vh !important;
    }

    #email-valid {
        font-size: 1.2632vh !important;
        padding-top: 0.5263vh !important;
    }

    #pass-valid1,
    #pass-valid2,
    #pass-msg1,
    #pass-msg2 {
        font-size: 1.2632vh !important;
        padding-top: 1.0526vh !important;
        line-height: 1.6842vh !important;
    }

    @media only screen and (orientation: landscape) and (min-width: 1024px) {
        .login_form {
            padding-top: 0px !important;
            padding-left: 5.2632vh !important;
            padding-right: 5.2632vh !important;
            margin-top: 0px !important;
        }

        .image-div {
            margin-bottom: 6.3315vh !important;
        }

        .pb-md-4 {
            padding-bottom: 0px !important;
        }

        .register_input_div {
            height: 5.2632vh !important;
            border-radius: 2.6316vh !important;
        }

        .input_field {
            font-size: 1.6842vh !important;
        }

        .register_input_img {
            width: 2.1053vh !important;
            height: 2.1053vh !important;
            margin-left: 2.1053vh !important;
            margin-right: 1.3684vh !important;
        }

        .btn-back {
            height: 5.2632vh !important;
            width: 13.6842vh !important;
            border-radius: 2.6316vh !important;
            font-size: 1.6842vh !important;
        }

        .btn-create {
            border-radius: 2.6316vh !important;
            height: 5.2632vh !important;
            width: 100% !important;
            max-width: 100% !important;
            font-size: 1.6842vh !important;
        }

        .card_footer {
            height: 9.0526vh !important;
            max-height: none !important;
            align-items: center;
        }


        .TAndC {
            font-size: 1.1737vh !important;
            width: 30.7368vh !important;
        }

        /*-------- Language DropDownList Style --------*/
        .card-body > div > .text > div > form > div > select {
            font-size: 1.4737vh !important;
        }

        .selection {
            font-size: 1.6842vh !important;
        }

        select.form-control:not([size]):not([multiple]) {
            line-height: 1.4737vh !important;
        }

        .form-control {
            width: 14.9535vh !important;
            height: auto !important;
        }

        /*-------- END Language DropDownList Style --------*/

        /*-------- Input Validatoion --------*/

        #name-valid1 {
            font-size: 1.2632vh !important;
            padding-top: 0.5263vh !important;
        }

        #name-valid2 {
            font-size: 1.2632vh !important;
            padding-top: 0.5263vh !important;
        }

        #email-valid {
            font-size: 1.2632vh !important;
            padding-top: 0.5263vh !important;
            line-height: 1.6842vh !important;
        }

        #pass-valid1,
        #pass-valid2,
        #pass-msg1,
        #pass-msg2 {
            font-size: 1.2632vh !important;
            padding-top: 1.0526vh !important;
            line-height: 1.6842vh !important;
        }

        #pass-msg1 {
            padding-top: 0 !important;
        }

        /*-------- END Input Validatoion --------*/

        .paddingTop-div {
            padding-top: 2.1053vh !important;
        }
    }


    @media only screen and (max-height: 920px) {
        .register_input_div {
            height: 40px;
        }

        .register_input_img {
            height: 20px;
            width: 20px;
        }

        .paddingTop-div {
            padding-top: 10px;
        }

        .paddingTop-div-30 {
            /*padding-top: 20px;*/
        }

        .back {
            padding-top: 30px;
        }

        .row-btn {
            margin-top: 0px;
        }

        .vcCard > .card > .card-body {
            padding-bottom: 5px !important;
        }

        .btn-back {
            font-size: 12px;
            height: 35px;
        }

        .btn-create {
            font-size: 12px;
            height: 35px;
        }

        

        @media only screen and (max-height: 800px) {
            .login_form {
                margin-bottom: -30px !important;
                padding-top: 0px !important;
            }

            .paddingTop-div {
                padding-top: 0px !important;
            }

            .register_input_div{
                margin-top: 10px !important;
            }
        }

    }
}

/* XiaoMi Pad 5 Resolution 1600px * 2560px */
@media only screen and (min-width: 1300px) and (min-height: 2100px) and (orientation: portrait) {
    .register_input_div {
        height: 150px;
        border-radius: 75px;
        margin-bottom: 30px;
        border: 2px solid rgba(255,255,255,0.2);
    }

    .register_input_img {
        height: 50px;
        width: 50px;
    }

    @media (min-width: 1440px){
        .register_password_input_field {
            width: 65% !important
        }
    }

    #pass-msg {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    #pass-msg2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .btn-create {
        height: 150px;
        border-radius: 75px !important;
        width: 100%;
        max-width: none;
        font-size: 45px;
    }

    .row-btn{
        margin-top: 200px;
    }

    .back {
        padding-top: 30px;
    }

    .btn-back {
        height: 150px;
        border-radius: 75px !important;
        width: 100%;
        max-width: 100%;
        font-size: 45px;
    }

    .login_form {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

    #email-valid{
        font-size: 37.5px !important;
    }

    #pass-valid2 {
        font-size: 37.5px !important;
    }

    #name-valid1 {
        font-size: 37.5px !important;
    }

    #name-valid2 {
        font-size: 37.5px !important;
    }

    #pass-valid1 {
        font-size: 37.5px !important;
    }

    #pass-msg1 {
        font-size: 37.5px !important;
        line-height: 40px;
    }

    .register_input_img {
        height: 80px;
        width: 80px;
        margin-left: 40px;
    }

    img {
        width: 90px;
    }

    .paddingTop-div{
        padding-top: 50px;
    }
}

/* iPad Air and iPad Mini */
@media only screen and (min-width: 760px) and (max-width: 899px) and (min-height: 1024px) and (max-height: 1400px) and (orientation: portrait) {
    .register_input_div{
        height: 70px;
        border-radius: 35px;
    }

    #pass-msg {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    #pass-msg2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .login_form {
        padding-top: 30px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .btn-back {
        height: 70px;
        border-radius: 35px;
        width: 100%;
        max-width: 100%;
        font-size: 18px;
    }
    .btn-create {
        height: 70px;
        border-radius: 35px !important;
        width: 100%;
        max-width: none;
        font-size: 18px;
    }


    #email-valid {
        font-size: 20px !important;
        padding-top: 10px;
    }

    #name-valid1 {
        font-size: 20px !important;
        padding-top: 10px;
    }

    #name-valid2 {
        font-size: 20px !important;
        padding-top: 10px;
    }

    #pass-valid1 {
        font-size: 16px !important;
    }

    #pass-valid2 {
        font-size: 16px !important;
    }

    #pass-msg1 {
        font-size: 16px !important;
    }


    .paddingTop-div {
        padding-top: 30px;
    }

    .register_input_img{
        margin-left: 30px; 
    }

    .back{
        padding-top: 100px;
    }


    @media (max-width: 780px) {
        .image_logo {
            width: 120px !important;
            height: 117.85px !important;
        }

        .register_input_div{
            height: 60px;
            border-radius: 30px;
        }
    }
}

/* Surface Pro 7 resoltuion 912px * 1368px */
@media only screen and (min-width: 900px) and (max-height: 1400px) and (orientation: portrait) {
    .register_input_div {
        height: 80px;
        border-radius: 40px;
        border: 1.5px solid rgba(255,255,255,0.2);
    }

    #pass-msg {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .login_form {
        padding-top: 30px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .btn-back {
        height: 70px;
        border-radius: 35px;
        width: 100%;
        max-width: 100%;
        font-size: 20px;
    }

    .btn-create {
        height: 70px;
        border-radius: 35px !important;
        width: 100%;
        max-width: none;
        font-size: 20px;
    }

    #email-valid {
        font-size: 20px !important;
    }

    #pass-valid2 {
        font-size: 20px !important;
    }

    #name-valid1 {
        font-size: 20px !important;
    }

    #name-valid2 {
        font-size: 20px !important;
    }

    #pass-valid1 {
        font-size: 20px !important;
    }

    .paddingTop-div {
        padding-top: 30px;
    }
}

/* XiaoMi Pad 5 Resolution 1600px * 2560px */
    @media only screen and (min-width: 2560px) and (min-height: 1600px) and (orientation: landscape) {
        #pass-msg {
            font-size: 20px !important;
            line-height: 25px;
        }

        .btn-create {
            height: 75px !important;
            border-radius: 37.5px !important;
            width: 100% !important;
            max-width: none;
            font-size: 20px;
        }

        .btn-back {
            height: 75px !important;
            border-radius: 37.5px !important;
            width: 100% !important;
            max-width: 100%;
            font-size: 20px;
        }

        .register_password_input_field {
            width: 75% !important;
        }

        .register_input_div {
            height: 75px;
            border-radius: 37.5px;
            border: 2px solid rgba(255,255,255,0.2);
        }

        .image_logo {
            width: 200px;
            height: 196.4px;
        }

        #email-valid {
            font-size: 20px !important;
        }

        #pass-valid2 {
            font-size: 20px !important;
        }

        #name-valid1 {
            font-size: 20px !important;
        }

        #name-valid2 {
            font-size: 20px !important;
        }

        #pass-valid1 {
            font-size: 20px !important;
        }

        .paddingTop-div {
            padding-top: 30px;
        }

        .register_input_img{
            width: 40px;
            height: 40px;
            margin-left: 30px;
        }
    }

@media only screen and (min-width: 250px) and (max-width: 300px){
    .register_input_img{
        margin-left: 10px !important;
    }

    #hideIcon2{
        margin-right: 10px !important;
    }

    #hideIcon1{
        margin-right: 10px !important;
    }

    img{
        width: 20px !important;
    }
}


/* Samsung A03 resoltuion 720px * 1600px */
@media only screen and (min-width: 720px) and (max-width: 1599px) and (min-height: 1300px) and (max-height: 2099px) and (orientation: portrait) {
    .register_input_div {
        height: 80px;
        border-radius: 40px;
        margin-bottom: 15px;
        border: 1.5px solid rgba(255,255,255,0.2);
    }

    .register_input_img {
        height: 35px;
        width: 35px;
    }

    @media (min-width: 920px) and (orientation: portrait){
        .register_password_input_field {
            width: 80% !important;
        }
    }

    @media (min-width:800px) and (max-width: 919px) and (orientation: portrait) {
        .register_password_input_field {
            width: 75% !important;
        }
    }

    #pass-msg {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    #pass-msg2 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .btn-create {
        height: 80px;
        border-radius: 40px !important;
        width: 100%;
        max-width: none;
        font-size: 30px;
    }

    .back {
        padding-top: 30px;
    }

    .btn-back {
        height: 80px;
        border-radius: 40px !important;
        width: 100%;
        max-width: 100%;
        font-size: 30px;
    }

    .login_form {
        padding-top: 50px;
    }

    #email-valid {
        font-size: 25px !important;
    }

    #pass-valid2 {
        font-size: 20px !important;
    }

    #name-valid1 {
        font-size: 20px !important;
    }

    #name-valid2 {
        font-size: 20px !important;
    }

    #pass-valid1 {
        font-size: 20px !important;
    }

    .paddingTop-div{
        padding-top: 30px;
    }

    #pass-msg1 {
        font-size: 20px !important;
        line-height: 30px;
    }

    .row-btn{
        margin-top: 80px;
    }
}

    @media only screen and (max-width: 300px) {
        .register_password_input_field {
            width: 60%;
        }
    }

    @font-face {
        font-family: 'poppins';
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src: url("/fonts/Poppins-Regular-400.ttf") format('truetype')
    }

    @font-face {
        font-family: 'poppins';
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        src: url("/fonts/Poppins-Medium-500.ttf") format('truetype')
    }

    @font-face {
        font-family: 'poppins';
        font-weight: 300;
        font-style: italic;
        font-display: swap;
        src: url("/fonts/Poppins-Light-Italic-300.ttf") format('truetype')
    }

    ::-ms-reveal {
        display: none;
    }


    .img-logo-footer {
        width: 60px;
        height: auto;
    }
      