@import url("mobile_login.css");
@import url("tablet_login.css");
@media only screen and (min-width: 1025px) {
    body{
        background-color: #FFFFFF !important;
        font-family: system-ui, -apple-system, "system-ui", Roboto, Helvetica, Arial, sans-serif !important;
    }
    .welcomeWebSiteContainer {
        width: 100%;
        min-height: 100vh; 
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        flex-direction: column;
    }
    
    .welcomeWebSiteContainer > .welcomeFormContainer--Card {
        width: 370px;
        color: #000;
        font-family: system-ui, -apple-system, "system-ui", Roboto, Helvetica, Arial, sans-serif !important;
        margin-top: auto;
        margin-bottom: auto; 
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .formContentWelcomeNext{
        margin-bottom: 20px;
    }
    .welcomeWebSiteContainer > .welcomeFormContainer--Card > .welcomeFormTitle{
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center; 
        text-align: center;
    }
    .logo-auth{
        width: 33px;
        height: 33px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
        border-radius: 5px;
        user-select: none;
    }
    .welcomeWebSiteContainer > .welcomeFormContainer--Card > .welcomeFormTitle span{
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        color: #000;
        text-align: center;
    }
    .formFloatWebsite{
        margin-bottom: 9px;
        position: relative;
        width: 100%;
    }
    .formFloatWebsite input,
    .formFloatWebsite select{
        padding: 15px;
        border: 1px solid transparent;
        border-radius: 4px;
        width: 100%;
        background-color: #F5F5F5;
        outline: none;
        box-shadow: none;
        font-size: 16px;
        font-weight: 400;
        color: #000;
    
    }
    .formFloatWebsite input:focus,
    .formFloatWebsite select:focus{
        border: 1px solid #D0D0D0;
    }
    .formFloatWebsite input::placeholder,
    .formFloatWebsite select::placeholder{
        font-size: 15px;
    }
    .formFloatWebsite button{
        background-color: #1da1f1;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        line-height: 21px;
        border-radius: 999px;
        box-shadow: none;
        outline: none;
        width: 100%;
        padding: 13px;
        border: none;
        margin-bottom: 7px;
    }
    .formFloatWebsite button:disabled{
        color: #fff;
        cursor:no-drop;	
        opacity: 0.65;
    }
    .otherWelcomePageSelect {
        width: 100%;
        display: block;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }
    
    .forgetPassWelcome {
        font-size: 15px;
        line-height: 21px;
        font-weight: 400;
        color: #999;
        text-decoration: none;
    }
    
    .forgetPassWelcome:hover {
        text-decoration: underline;
    }
    .otherLinerContent{
        width: 100%;
        margin-bottom: 13px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .line {
        min-width: 30px;
        max-width: max-content;
        height: 0;
        border: .5px solid rgba(0, 0, 0, 0.15);
        margin: 10px;
        display:inline-block;
    }
    .otherLoginContentCard{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .socialLoginBtnBtn{
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        padding: 13px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 999px;
        box-sizing: border-box;
        margin: 0;
        margin-bottom: 8px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-decoration: none !important;
        transition-duration: 0.2s;
    }
    .socialLoginBtnBtn svg{
        width: 25px;
        height: 25px;
        fill: #000;
        margin-right: 10px;
    }
    .socialLoginBtnBtn img{
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .socialLoginBtnBtn i{
        position: absolute;
        right: 20px;
        margin-right: 545px;
        font-size: 13px;
        color: #000;
    }
    .socialLoginBtnBtn:hover{
        background-color: rgba(0, 0, 0, 0.055);
    }
    .footerWelcomePageWrapper{
        position: relative;
        bottom: 20px;
        font-size: 12px;
        line-height: 17px;
        font-weight: 400;
        color: #999;
        text-align: center;
    }
    .footerWelcomePageWrapper span{
        margin-right: 7px;
    }
    .footerWelcomePageWrapper a{
        text-decoration: none;
        color: #999;
        margin-right: 7px;
        &:hover{
            text-decoration: underline;
        }
    }
    .backtoPage{
        position: relative;
        background-color: transparent;
        width: 100%;
        margin-top: 20px;
        border-left: 4px solid #1da1f1;
    }
    .backtoPage i{
        position: relative;
        font-size: 25px;
        color: #000;
        margin-left: 10px;
        transition-duration: 0.3s;
    }
    .backtoPage i:hover{
        margin-left: 20px;
    }
    .notRegisterForWebsite__Coming{
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        color: #F9197E;
        padding: 20px;
        border: 1px solid #D9D9D9;
        border-radius: 2px;
        box-sizing: border-box;
        margin: 0;
        margin-bottom: 8px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-decoration: none !important;
        transition-duration: 0.2s;
    }
    .formFloatWebsite label {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
        display: block;
        margin-top: 10px;
    }
    
    .formFloatWebsite p {
        font-size: 14px;
        color: #6c757d;
        margin-bottom: 10px;
    }
    
    .dob-select {
        display: flex;
        gap: 10px;
    }
    
    .dob-select select {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 12px;
        border: 1px solid transparent;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #1E1E1E;
        color: #fff;
    }
    
    .dob-select select:focus {
        outline: none;
        border-color: rgba(0, 0, 0, 0.15);
    }
    .vp-mobile-apps{
        margin-top: 20px;
    }
    .vp-mobile-apps a{
        text-decoration: none !important;
        margin-right: 5px;
    }
    .vp-mobile-apps a svg{
        width: 100px;
        height: 35px;
    }
    .vp-mobile-apps a img{
        width: 110px;
        height: 35px;
        object-fit: contain;
    }
    .google-play-store-vp-app{
        width: 120px !important;
        height: auto !important;
    }
}