
html{
    font-size:14px;
}



.Domebg {
    background-image: url(../Images/BG01.jpg);
    background-size: cover;
    width: 100vw;
    height: 100dvh;
    position: fixed;
    z-index: -99;
    overflow: auto;
}
.wrap {
    position: absolute;
    width: 375px;
    
   /* height: 630px;*/
     margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
} 
.mainPart{
    margin-top:-20px;
}
.NYmainPart {
    margin-top: 20px;
}

.LPmainPart {
    margin-top: 20px;
}

.safeIMG {
    background-image: url('../Images/safe.jpg');
    background-size: cover;
    background-position: center center;
    width: 307px;
    height: 465px;
}



input, select {
    font-size: 16px;
}

input:focus{
    font-size:16px;
}