.login-box {
    height: 40vh;
  
}

.login-items {
    width: 40vh;
    border-style:solid;
    border-width:1px;
    border-color:#8c918d;
    background: #cdcdcd;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 10px;
}

input {
    border-width: 0px;
    color: black;
}


.login-button{
    color: white;
    background: #626262;
    border-radius: 6px;
    width: 15vh;
}

body{
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 2%, rgba(159,215,218,1) 63%, rgba(170,159,218,1) 87%);

}

