body{
 background-image: radial-gradient(circle, white 10%, white 10%, moccasin);
}

/* Leht */
.login-box{
background-color: white;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
position: relative;
transform: translate(0%, 0%);
padding: 20px;
height: 80vh;
width: 50vw;
}

.login-sisu{
text-align: center;
line-height: 30px;
}

input[type=text] {
    padding-left: 5px;
    height: 30px;
    width: 300px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    border-radius: 15px;
    background-color: white;
    font-family: 'Hammersmith One';
    font-size: 16px;
}

input[type=password] {
    padding-left: 5px;
    height: 30px;
    width: 300px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    border-radius: 15px;
    background-color: white;
    font-family: 'Hammersmith One';
    font-size: 16px;
}

.login-button {
    display: inline-block;
    background-color: #BF3232;
    color: white;
    padding: 0.8rem 2rem;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 700;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    white-space: nowrap;
}
