* {
    font-family: Montserrat;
}

@font-face {
    font-family: Montserrat;
    src: url(font/Montserrat.ttf);
}

body {
    font-weight: 250;
    font-size: 1rem;
}

button {
    border: none;
    cursor: pointer;
    background: none;
}

.contenido {
    width: 35vw;
    height: 75vh;
    display: flex;
    margin: 5rem auto;
    align-items: center;
    border-radius: 0.7rem;
    flex-direction: column;
    background: #ffffff;

}

.fa-xmark {
    cursor: pointer;
    color: #3a0552;
    font-weight: bold;
    font-size: 1.2rem;
    padding-right: 1rem;
}

.fa-circle-user {
    color: #ffffff;
    font-size: 3.9rem;
}

p {
    color: #ffffff;
    font-size: 1.15rem;
    margin-top: 0.5rem;
    padding: 1.5rem;
    border: 1px solid white;
    border-radius: 0.2rem;
    transition: 0.5s;


}

form {
    display: flex;
    flex-direction: column;
}

input {
    width: 20vw;
    height: 5vh;
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
    border-radius: 0.6rem;
    border: 1.5px solid black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.fila2 {
	margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#enviar {
    width: 20vw;
    height: 5vh;
    color: white;
    font-size: 1.2rem;
    margin-top: 1.6rem;
    border-radius: 0.6rem;
    background: #0087E0;
}


.fa-eye, .fa-eye-slash{
    color: grey;
}

.small-link {
    margin-top: 15px;
    font-size: 13px;
    color: #555;
    text-align: center;
    font-family: Arial, sans-serif;
}

.small-link span {
    margin-right: 5px;
}

.small-link a {
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s;
}

.small-link a:hover {
    text-decoration: underline;
    color: #0056b3;
}
