.v-100 {
    height: 650px;
}

p.title-login {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700
}

button.submit {
    border-radius: 30px;
    background-color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

button.submit > svg {
    margin-left: 10px;
}

button.submit:hover {
    transform: scale(1.08);
    background-color: #000;
}

.forgot-password {
    text-decoration: none;
    cursor: pointer;
    color: #000000;
}
.forgot-password > span {
    text-decoration: underline;
}

@media only screen and (max-width: 992px) {
    .logo > img {
        max-width: 80%;
        max-height: 250px
    }
}
