section {
    height: 100vh;
}

.box {
    width: 600px;
    min-width: 300px;
    padding: 28px;
    margin: 0 16px;
    box-shadow: 2px 2px 8px gray;
    border-radius: 4px;
}

.logo a {
    width: 50%;
    text-decoration: none;
    color: #3B59A5;
}

.info {
    text-align: justify;
}

.input {
    border: 1px solid white;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    border: 1px solid gray;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    min-height: 78px;
    padding: 23px 36px;
    font-weight: 500;
    line-height: 31px;
    background-image: none;
    transition: .3s ease-in-out;
}

.btn-reset-link,
.btn-reset-password {
    background-color: #3B59A5;
    border: 1px solid white;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 23px;
    width: 100%;
}

.btn-reset-link:hover,
.btn-reset-password:hover {
    background-color: #3B59A5;
    color: white;
    opacity: 0.9;
    transition: 0.3s;
    box-shadow: none;
}