
body{
     background: linear-gradient(90deg,rgba(2,0,36,1) 0%,rgba(9,9,121,1) 35%,rgba(0,212,255,1) 100%);
     background-size: cover;
     align-items: center;
     justify-content: center;
     display: flex;
     min-height: 100vh;
}
a:link{
     color: white;
}

.wrapper{
     position:absolute; 
     top: 30%;
     width: 317px;
     height: 340px;
     padding: 20px;
 }
 
.input-box input{   
     width: 98%;
     height: 35px;
     background: white;
     font-family: 'Roboto Condensed';
     font-style: italic;
     font-size: 16px;
     margin-bottom: 8px;
     border: 2px;
     border-radius: 5px;
 }
 
 .submit{
   
     background-color:black;
     border-radius: 5px;
     color: rgb(9, 169, 233);
     width: 100%;
     height: 36px;
     font-size: 16px;
     font-family: 'Roboto Condensed';
     margin-bottom: 6px;
 }

 .logo {
     position: absolute;top: 10%;
 }

 .logo2 {
     position: absolute;top: 22%;   
 }

.checkbox {
     color: white;
}

 