html { 
    
    width: 100svw;
    height: 100svh;
    background: #3e6fa3;
    overflow: hidden;
    

}
body {
	font-size: 16px;
    color: white;
    height: 100svh;
    width: 100svw;
    background: #3e6fa3;
    overflow: hidden;
    
    margin: 0 auto;
    
    
}
input ,label,select{
        width: 75%;
        height: 20%;
        text-align :middle;
}
form{
    position:absolute;
        top:10dvh;
        right:0;
        left:0;
    text-align: center;
    
}

#logo{
    display: block;
      margin-left: auto;
      margin-right: auto;
      width: 30dvw;
}

#eagel{
    margin-top: 5dvh;
     width: 10dvw;
     height: auto;

}

