@import url(style.css);

.sidenote {
    text-decoration: wavy;
    font-size: 12px;
    color: gray;
}
.loginBox {
    background-color: var(--secondary-color-o);
    border: var(--secondary-color-b) 5px solid;
    border-radius: 10px;
    width: 500px;
    max-height: 700px;
    padding-bottom: 30px;
    margin: auto;
    margin-top: 50px;
    font-size: 20px;
}
.credForm {
    padding-left: 15px;
}
.containerV {
    display: flex;
    flex-direction: column;
}
input {
    width: 70%;
}
#registerBtn {
    border: none;
    font-size: 14px;
    margin-left:10px;
    max-height: 24px;
    margin-top: 9px;
}
