@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html, body {
    height: 100%;
}
body {
    background-color: #f4f5f7;
    margin-bottom: 0px !important;
    padding-bottom: 200px;
    display: flex;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 14px !important;
}
a {
    color: #1d2e7b;
}
.btn-primary {
    background-color: #2980b9;
    border-color: #236d9d;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #3e8dc0;
}
.errorMessage {
    color: #76051F;
}
.content-center {
    width: 100%;
    margin: auto;
    max-width: 400px;
}

.header {
    margin: 8px 0 24px;
    text-align: center;
}
.header__logo {
    width: 74px;
    height: 74px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.header__name {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0 0;
    cursor: default;
}

.form-box {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 100px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 100px rgba(0, 0, 0, 0.1);
}
    .form-box__header {
        text-align: center;
        padding: 10px;
        background-color: #dadce0;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
        color: #42526e;
    }
    .form-box__content {
        padding: 15px;
    }


.awo-link {
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
}
.awo-link a {
    color: #6c757d !important;
}
