﻿main {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    max-width: 100%;
    display: flex;
    background: var(--white);
    align-items: center;
    justify-content: center;
}


form {
    width: max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

main > a > svg {
    position: fixed;
    top: 8px;
    left: 14px;
}

form > h1 {
    font-weight: 800;
    text-align: center;
    font-size: 39px;
}

form > span {
    text-align: center;
    font-weight: 400;
    margin: 5px 0 10px 0;
}

form > label {
    max-width: 400px;
    width: 90% !important;
}

form > button {
    max-width: 400px;
    width: 90% !important;
}

form > p {
    margin-top: 12px;
    text-align: center;
    margin-bottom: 13px;
}



.btn-purple {
    margin-top: 16px;
}

.btn-light {
    position: absolute;
    bottom: 21px;
}
