@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: 'Source Sans Pro', sans-serif !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: 960px;
    padding-bottom: 8px;
}
.content-center_slim {
    max-width: 480px;
}

.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;
}

.content-box {
    width: 100%;
    padding: 24px;
    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);
    margin-top: 24px;
}

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