/*  */
.login-body{
    background: white; 
    height: 100vh;
    position: relative;
    overflow: hidden !important;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 10%;
    display: flex;

    justify-content: center;
    align-items: start; 
}

/* LOGIN */
.login-body img{
    height: 50px;
}
div[data-view-id="login"]{
    padding-top: 50px;
    height: 100vh;
}
div[data-view-id="login"] h1{
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
}
div[data-view-id="login"] h2{
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
}
.privacy-line{
    font-size: smaller;
}
.input-text{
    border: 1px solid rgba(227, 231, 235, 1);
    border-radius: 8px;
    width: 100%;
    padding: 2%;
}
.input-error{
    border-color: red !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
div[data-view-id="login"] .new-account{
    color: rgba(69, 77, 85, 1);
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
div[data-view-id="login"] .new-account a{
    color: rgba(74, 67, 129, 1);
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}