html, body{
   margin : 0;
   padding: 0; 
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
input,
button,
textarea,
span,
div,
html,
body,
html a {
  font-family:"Prompt",'Roboto',sans-serif;
  font-weight: 300;
}

.loading-screen {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.25);;
    width: 100%;
    height: 100%;
}

.loginPage{
    padding: 0;
    width: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction : column;
    /* background: url("../image/BG.png") no-repeat  center center fixed; */
    min-height: 100vh;
    min-height: -webkit-fill-available;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.logo-space{
    height: 70px;
}

.loginPage-iframe{
    padding: 0;
    width: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction : column;
    min-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.loginContent{
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 600px;
    padding: 25px 44px;
    font-size : 16px;
    color : #484848;
    border :  1px solid rgba(52, 51, 49, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    background-color: white;
}

.login-wp{
   display: flex;
   flex-direction : column;
   height: 100%;
}


.page-content{
    padding-top : 45px;
}

.page-footer{
    margin-top : 25px;
    margin-bottom: 10px;
}

.error-msg{
    margin: 20px 0px;
    min-height: 21px;
    font-size: 14px;
    line-height: normal;
    color: #EA5754;
}

.error-text{
    font-size: 14px;
    line-height: normal;
    color: #EA5754;
    text-align: left;
}

.error-one{
    margin: 10px 0px;
    min-height: 10px;
}

.error-two{
    margin: 0px 0px;
    min-height: 0px;
}

.title-text{
    font-size: 20px;
    font-weight: 400;
}

.detail-text{
    color: #484848;
    opacity: 0.5;
    margin-top : 10px;
    font-size : 16px;
    font-weight: 300;
    line-height: 1;
}

.detail-text-sm{
    color: #484848;
    opacity: 0.5;
    margin-top : 10px;
    font-size : 15.6px;
    font-weight: 300;
    line-height: 1;
}

.sub-text{
    font-size: 14px;
    text-decoration: none;
}

.link-text{
    display: inline-block;
    cursor: pointer;
    color: #4894D3;    
}

.link-text:hover{
   text-decoration: underline;
}

.logo-img{
    /* width :30%; */
    width: 140px;
    height: auto;
    position: absolute;
    top : -70px ;
    transform: translateX(-50%);
}

/* .lock-img{
    width :30%;
    max-width: 160px;
    height: auto;
} */

.email-img{
    width :50%;
    max-width: 280px;
    height: auto;
    margin-top : 40px;
}

.check-img{
    width :40%;
    max-width: 100px;
    height: auto;
    margin-top :50px;
    margin-bottom : 20px;
}

.header-wp{
   margin-top: 25px;
}

.input-wp{
    position: relative;
}

.input-space{
    margin-top: 14px;
}

.txt-input{
    width:  100% !important;
    border-radius: 5px;
    border:  0.5px solid rgba(52, 51, 49, 0.3);
    padding : 12px 16px;
    font-size: 16px;
    font-weight: 200;
    box-sizing: border-box;
}

.txt-input-complete{
    border-radius: 5px;
    border: 2px solid #005AB2;
}

.input-error{
    border: 2px solid #EF6D6D;
}

.error{
    z-index: 2;
}

.label-input {
    position: absolute;
    top : 0;
    left: 0;
    color : white;
    background-color: #005AB2;
    font-weight: 200;
    margin-left: 15px;
    margin-top: -19px;
    border-radius: 12px;
    padding: 5px 15px;
    box-sizing: border-box;
}

.label-input-error{
    background-color: #EF6D6D;
}

.login-btn{
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 16px;
    height: 50px;
    border-radius: 5px;
    color : white;
    width: 100%;
    background-color: #4894D3;
    border: none;
    /* box-shadow: 0px 20px 30px rgba(0,0,0,0.1); */
    cursor: pointer;
}

.reg-btn{
    font-size: 16px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    color : white;
    border: none;
    background-color : #4894D3;
    /* box-shadow: 0px 20px 30px rgba(0,0,0,0.1); */
    cursor: pointer;
}

.reg-btn-rev{
    font-size: 16px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    color : #4894D3;
    border: 1px solid #4894D3;
    background-color : white;
    cursor: pointer;
    margin-bottom: 15px;
}

.cancel-btn{
    font-size: 16px;
    height: 50px;
    width: 200px;
    border-radius: 5px;
    color : white;
    border: none;
    background-color : #EF6D6D;
    box-shadow: 0px 20px 30px rgba(0,0,0,0.1);
    cursor: pointer;
}

.reg-btn-dis{
    background-color : #CECCCC;
    cursor: auto; 
}

::-webkit-input-placeholder { 
    text-align: left;/* Chrome/Opera/Safari */
    color: rgba(72, 72, 72,0.5);
  }
  ::-moz-placeholder { /* Firefox 19+ */
    text-align: left;
    color: rgba(72, 72, 72,0.5);
  }
  :-ms-input-placeholder { /* IE 10+ */
    text-align: left;
    color: rgba(72, 72, 72,0.5);
  }
  :-moz-placeholder { /* Firefox 18- */
    text-align: left;
    color: rgba(72, 72, 72,0.5);
}

.social-wp{
    text-align: center;
    font-size: 14px;
}

.divider{
    border-top : 1px solid rgba(52, 51, 49, 0.2);
    margin: 25px -44px
}

.social-login{
    font-size: 14px;
    margin-top: 14px;
    display: flex;
    justify-content:  space-between;
}

.social-btn{
    width: 145px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}

.facebook-login{
    background: #3C5A99;
    color : white;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
}

.google-login{
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    color :black;
}

.social-btn>div{
    margin-left: 13px;
}

.social-btn>img{
    object-fit: contain;
}

.name-input{
    display: flex;
}

.input-gap{
    width: 10px;
}

.policy-check{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.policy-check input:checked {
    background-color : red;
}
/* custom checkmark end */



/*alert*/
.alert-email-wp{
    width:90%;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px; 
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.alert-email-content{
    position: relative;
    padding:  60px 80px 30px 80px;
}

.alert-email-img{
    width: 80px;
    height: 80px;
    position: absolute;
    top : -40px ;
    transform: translateX(-50%);
    border: 5px solid #FFFFFF;
    border-radius: 50%;
}


@media only screen and (max-width: 767px){
    .loginContent{
        border : none;
        height: 100vh;
        padding:  25px 15px;
        overflow: hidden;
    }

    .logo-img{
        width: 110px;
        height: auto;
        position: static;
        transform: none;
    }

    .page-content{
        padding-top : 0px;
    }

    .social-login{
        font-size: 14px;
    }
   
    .logo-space{
        height: 0px;
    }

    .social-btn{
        width:50%;
    }

    .btn-space{
        width: 11px;
    }
   
    .logo-space{
        height: 0px;
    }  

    .alert-email-content{
        padding:  60px 50px 30px 50px;
    }
    
}


@media only screen and (max-height: 650px) and (min-width: 375px) and (max-width: 767px) {
    .error-msg{
        margin: 5px 0px;
    }

    .verify-error{
        margin: 20px 0px;
    }

    .divider{
        border-top : 1px solid rgba(52, 51, 49, 0.2);
        margin-top : 10px;
        margin-bottom : 10px;
    }

    .txt-input{
        padding : 8px 12px;
    }

    /* signup fix*/
    .signup_input{
        padding : 6px 12px;
    }

    #signup_submit{
        height: 40px;
    }

     /* signup end*/
    
    .reg-btn-rev{
        margin-bottom: 10px;
    }   

    .header-wp{
        margin-top: 5px;
     }
}

@media only screen and (max-height: 699px) and (min-width: 768px) {
    .logo-img{
        width: 110px;
        top : -55px ;
    }

    .page-content{
        padding-top : 30px;
    }

    #signup-content{
        padding-top : 5px;
    }

    .error-msg{
        margin: 5px 0px;
    }

    .verify-error{
        margin: 20px 0px;
    }

    .loginContent{
        height: 80vh;
        min-height: 485px;
    }

    .divider{
        border-top : 1px solid rgba(52, 51, 49, 0.2);
        margin-top : 10px;
        margin-bottom : 10px;
    }

    .txt-input{
        padding : 8px 12px;
    }

    /* signup fix*/
    .signup_input{
        padding : 6px 12px;
    }

    #signup_submit{
        height: 40px;
    }

     /* signup end*/

    .logo-space{
        height: 55px;
    } 
    
    .reg-btn-rev{
        margin-bottom: 10px;
    }   
}



@media only screen and (max-width: 374px){
    .loginContent{
        padding:  15px 15px;
    }

    .error-msg{
        margin: 5px 0px;
    }

    .social-btn{
        width:  100%;
        height: 45px;
    }

    .divider{
        border-top : 1px solid rgba(52, 51, 49, 0.2);
        margin: 10px -15px;
    }

    .txt-input{
        padding : 8px 12px;
    }

    .signup_input{
        padding : 6px 12px;
    }

    .header-wp{
        margin-top: 5px;
     }

     .email-img{
        width :50%;
        max-width: 280px;
        height: auto;
        margin-top : 30px;
    }
    
    .check-img{
        width :40%;
        max-width: 100px;
        height: auto;
        margin-top :40px;
    }

    .page-footer{
        margin-top : 15px;
        margin-bottom: 10px;
    }
}


@media only screen and (max-height: 564px) and (max-width: 767px) {
    .loginContent{
       overflow-y: auto;
    }
}

/* #resend_verify_form{
    margin-top : -30px;
} */

.error-wp{
    margin-top : -60px;
}



.hide{
    display : none;
}




