
.login-form-logo,
.login-form-h3,
.login-form-text {
    text-align: center;
}

.login-form-logo,
.login-form-h3,
.login-form-text {
    padding-bottom: 25px;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    font-size: 16px;
    height: 100vh;
    width: 100vw;
    background-image: url(./../img/bg_clp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

main {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.login-form {
    background-color: #FFF;
    padding: 40px 40px 20px;
    /*max-height: 380px;*/
    max-width: 350px;

    box-shadow: 0 0 10px #03568e;
    border-radius: 5px;
}
.login-form > * {
    margin: 0;
}

.login-form-h3 {
    font-size: 18px;
}

.login-form-text {
    line-height: 22px;
}

/* .login-form-enter {
    width: 100%;
    height: 56px;
    background-color: #03568e;
    color: #FFF;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
} */

.login-form-enter {
    display: block;
    text-decoration: none;
    padding: 15px 0;
    max-width: 100%;
    max-height: 56px;
    background-color: #03568e;
    color: #FFF;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.login-form-entrance-probs-wrapper {
    padding-top: 25px;
    text-align: center;
}

.login-form-entrance-probs-wrapper p {
    font-size: 12px;
    font-style: italic;
}

.login-form-entrance-probs {
    color: #03568e;
    text-decoration: none;
    font-style: italic;
}

.entrance-probs-solo-link {
    text-decoration: none;
    color: #0000EE;
}