@font-face {
    font-family: 'Inter-Regular';
    src: url('../font/Inter.ttf');
}

body {
    margin: 0;
    font-family: 'Inter-Regular';
    overflow: hidden;
}

form {
    position: absolute;
    top: 35vh;
    left: 36.85vw;

    width: 26.3vw;

    display: flex;
    flex-direction: column;
    align-items: end;
}

input {
    outline: none;
    
    border: solid 0.2vw #B7B7B7;
    border-radius: 0.5vw;

    width: 25vw;

    padding: 0.5vw;
    font-size: 1.1vw;

    margin-bottom: 0.5vw;
    user-select: none;
}

p {
    font-weight: bold;
    font-size: 1.1vw;
    width: 100%;
    text-align: start;
    user-select: none;
}

button {
    background-color: #F54747;
    
    border: none;
    border-radius: 0.8vw;

    font-size: 1.1vw;
    
    padding: 0.5vw 1.8vw 0.5vw 1.8vw;
    
    color: white;

    cursor: pointer;

    user-select: none;
}

button:hover {
    background-color: #FF5B5B;
}

button:focus  {
    background-color: #FF7979;
}

img {
    width: 8vw;

    position: absolute;
    margin: 1vw;

    user-select: none;
}

/* SENHA */
.senha {
    height: 3vw;
    padding: 0;
    margin: 0;

    display: flex;
}

#visibility {
    width: 1.4vw;
    height: 1vw;
    margin: 0;
    padding: 0;
    
    position: absolute;
    margin-left: 24vw;
    margin-top: 0.8vw;

    cursor: pointer;
}

.link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a {
    font-size: 1.1vw;
    text-decoration: none;
    font-weight: 550;
    color: rgb(117, 117, 117);
}