* {
    margin: 0;
    padding: 0;
}


body {
    background: rgba(34, 31, 31, 0.306);
}

.main {
    margin-top: 50px;
    display: flex;
    justify-self: center;
    align-items: center;
    width: 30vw;
    border: 3px solid black;
    box-shadow: 0 0 15px black;
}

.cont {
    background: rgba(34, 31, 31, 0.265);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30vw;
    height: 40vw;
}

input {
    margin: 20px 0;
    height: 20px;
    padding: 1px;
}

#login {
    border-radius: 5px;
}

#password {
    border-radius: 5px;
}

#btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    border-radius: 20px;
    text-decoration: none;
    background: white;
    color: black;
    width: 100px;
    height: 25px;
    font-size: 19px;
    margin-bottom: 10px;
}
