.login{
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 300px;
    box-shadow: 0 0 20px rgb(0, 17, 255);
    border-radius: 15px;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    transform: translate(150%, 30%);
    text-align: center;
    opacity: 80%;
}

h2{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #0407ce;
    margin-bottom: 25px;
}

input{
    padding: 11px 10px;
    border: 1px solid rgb(5, 9, 247);
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #ffffff;
    outline: none;
    color: #000000;
    font-size: 10px ;
    text-align: left;
}