body,html{
background-image: linear-gradient(180deg, #ffff93 0, #f4ff9a 7.14%, #dcffa2 14.29%, #c3ffaa 21.43%, #a8ffb1 28.57%, #8dffb7 35.71%, #70ffbb 42.86%, #53f2bc 50%, #33e3bc 57.14%, #00d5bc 64.29%, #00cabd 71.43%, #00c0be 78.57%, #00b8c0 85.71%, #00b2c3 92.86%, #00aec7 100%);
background-size: 100% 2000px;
background-repeat: no-repeat;
height:100%;
}


input {

border-radius: 20px;
text-align: center;
border:0px;


}

input:focus{

background-color: #d6eaf8;


}