@font-face {
    font-family: Sen;
    src: url('./fonts/Sen/Sen-Regular.ttf');
    src:url('./fonts/Sen/Sen-Bold.ttf');

}
html{
    font-family: Sen;
    font-size: 1.3vw;
}
#firstDiv{
    position: absolute;
    top:0;
    left:0;
    width:100vw;
    height: 100vh;
    /* background-color:white; */
    /* background:url("./images/loginPage/loginBG.png");
    background-position: bottom;
    background-size: 500px 500px;
    background-repeat:repeat; */
    overflow: hidden;
   
}
#loginBG{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background:url("./images/loginPage/loginBG.png");
    /* background-position: bottom; */
    background-size: 500px 500px;
    background-repeat:repeat;
    opacity: 0.3;
}
.centerAlign{
    display: flex;
    justify-content: center;
    align-items: center;
}
#secondDiv{
    position: absolute;
    width:90%;
    height: 90%;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0.4vw 0.4vw 1.2vw 0vw;
    border-radius: 2vh;
    background: rgba(255, 255, 255, 0.75);    
}

#welcomeTextDiv{
    position: absolute;
    width:50%;
    height: 100%;
    border-radius: 2vh 0vh 0vh 2vh;
    font-size: 2.5vh;
    /* background: linear-gradient(180.07deg, #F7406E 0.06%, rgba(255, 108, 64, 0) 99.94%); */
    /* background: url('./images/loginPage/loginCharacter.png');
    background-size: 100% auto; */
    /* align-items: center;
    justify-content: center;
    display: flex; */
    overflow: hidden;
    background-image: url('./images/loginPage/loginCharacter.gif');
    background-position: center;
    background-size: auto 100%;
}

#loginCharacter{
    position: absolute;
    width: 100%;
}

#welcomeText1{
    position: absolute;
    left: 5%;
    top: 5%;
    width:90%;
    font-size: 1.2em;
    color: white;
    
    
}

#welcomeText2{
    position: absolute;
    left: 5%;
    top:10%;
    width:90%;
    color: white;
    text-align: left;
}


#signUpWindow{
    position: absolute;
    --signupwidth:66vh;
    width: var(--signupwidth);
    left:calc(50% + (50% - var(--signupwidth))/2);
    height: 90vh;
    font-size: 2vh;
    /* backdrop-filter: blur(5px); */
    
    
}

#EdukleLogo{
    position: absolute;
    width:45%;
    left: 27.5%;
    top:7%
}
#signupHeading{
    position: absolute;
    width: 100%;
    top:19%;
    height: 5%;
    color: #F7406E;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}

.signupPageInput{
    position: absolute;
    left:10%;
    height:6%;
    border-radius: 0.5em;
    font-size: 1.6em;
    border:0px solid black;
    background: #FEF0EC;
    /*box-shadow: inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.25);*/
    box-shadow: rgba(99, 99, 99, 0.2) 0.2vw 0.2vw 0.2vw 0vw;
    font-family: Roboto;
    text-align: center;
    font-family: Sen;

    
}
.signupPageInput:focus{
    outline: none !important;
    border: 0.2vw solid #fbe0d8;
}

#enterMobileText{
    position: absolute;
    left:10%;
    top:38%;
    font-size: 1.4em;
    color: #F7406E;
}

#countryCode{
    top:44%;
    text-align: center;
    width:26%;
    font-size: 1.2em;
}




#parentPhone{
    top:44%;
    left:38%;
    width:47%; 
    letter-spacing:0.2em; 
}

#parentPhone::placeholder{
    letter-spacing: normal;
    font-size: 0.8em;
}

#popUpMessage{
    position: absolute;
    top:51.5%;
    left:10%;
    width:75%;
    text-align: center;
    font-size: 1.1em;
}

#enterOtpText1{
    position: absolute;
    left:10%;
    top:55%;
    font-size: 1.4em;
    color: #F7406E;
    display: none;
}

#enterOtpText2{
    position: absolute;
    left:10%;
    top:69%;
    width: 75%;
    text-align: center;
    font-size: 1em;
    color: #222222;
    display: none;
}

.otpCode{
    top:61%;
    width:10% !important;
    display: none;
}

/*to hide arrow inside input box*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#otpCode2{
    left: 23% !important;
}

#otpCode3{
    left: 36% !important;
}

#otpCode4{
    left: 49% !important;
}

#otpCode5{
    left: 62% !important;
}

#otpCode6{
    left: 75% !important;
}

#recaptcha-container{
    position: absolute;
    top:70%;
    left:30%;
}



/* #signupButton{
    
} */
#verifyButton{
    display: none;
}

.loginButton{
    position: absolute;
    width:40%;
    height:8%;
    border-radius: 2em;
    font-size: 1.7em;
    border:0px solid black;
    left: 30%;
    top:88%;
    background: #F7406E;
    color: white;
    cursor: pointer;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0.2vw 0.2vw 0.4vw; */
}

.loginButton:hover{
    background-color: #CEF0EA;
    color: black;
}

/*high end landscape device like iphone max*/
@media only screen and (min-aspect-ratio:1366/767){
    #secondDiv{
        width:80%;
    }
}

/*low end potrait device like ipad potrait*/
@media only screen and (max-aspect-ratio:1/1) and (min-aspect-ratio:768/1099){
    #welcomeTextDiv{
        width:100% !important;
        height: 18vh !important;
        background-color: #F7406E !important;
        background-image: url('./images/loginPage/loginCharacterPotrait.gif');
        background-size: 100% auto !important;
        background-repeat: no-repeat !important;
        border-radius: 2vh 2vh 2vh 2vh !important;
    }
    
    #welcomeText1{
        top: 15%;
        text-align: center;
        
    }
    #welcomeText2{
        
        top:30% !important;
        
    }
     
    #signUpWindow{
        
        position: absolute;
        --signupwidth:51.33vh;
        width: var(--signupwidth);
        left:calc(50% - var(--signupwidth)/2);
        height: 70vh;
        font-size: 1.55vh;
        top:20vh;
        
    }
}

/*high end potrait like galxy s5, pixel2, iphone max or  latest smart phones*/
@media only screen and (max-aspect-ratio:768/1100){
    #secondDiv{
        width:95%;
    }
    #welcomeTextDiv{
        font-size: 2vh;
        width:100% !important;
        height: 18vh !important;
        background-color: #F7406E !important;
        background-image: url('./images/loginPage/loginCharacterPotrait.gif');
        background-size: 100% auto !important;
        background-repeat: no-repeat !important;
        border-radius: 2vh 2vh 2vh 2vh !important;
    }
    
    #welcomeText1{
        top: 15%;
        text-align: center;
        
    }
    #welcomeText2{
        
        top:30% !important;
        
    }
     
    #signUpWindow{
        position: absolute;
        --signupwidth:49.13vh;
        width: var(--signupwidth);
        left:calc(50% - var(--signupwidth)/2);
        height: 67vh;
        font-size: 1.4888vh;
        top:20vh;
        
    }
}




/*Loading animation*/
.loader {
    border: 0.4em solid #ffb0c9;
    border-radius: 200px;
    border-top: 0.4em solid #74092b;
    width: 2.4em;
    height: 2.4em;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    z-index: 999;
    display: none;
    position: absolute;
    left:45%;
    top:47%;
  }
  /* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }