body{
background: rgb(25,174,255);
background: linear-gradient(180deg, rgba(25,174,255,1) 0%, rgba(0,98,224,1) 100%);
background-repeat: no-repeat;

}

.wrap{
width: 100%;
max-width:500px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
padding: 5em;
}

form{text-align: center;}
input{display:block;margin: 50px auto;width:500px;border-radius: 5px;color: #ffffff;}
input[type="submit"]{height:40px;background-color: rgba(255,255,255,0);border:2px solid #ffffff;font-weight: bold;}
img{width:100%;}
.countdown{color: #ffffff;}
