/**
 * Copyright © Batao, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

@font-face {
    font-family: 'Eurostile Black';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/eurostile/black/eurostile-black.woff2) format('woff2');
}

@font-face {
    font-family: 'Eurostile Medium';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/eurostile/medium/eurostile-medium.woff2) format('woff2');
}

* {
    box-sizing: border-box;
    color: #2a2356;
    font-size: 16px;
    font-family: 'Eurostile Medium';
    font-style: normal;
    font-weight: 300;
}

body {
    background: #fff;
    color: #2a2356;
    font-family: 'Eurostile Medium';
    font-style: normal;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: left
}

main {
    display: block
}

img {
    border: 0
}

a {
    color: #1979c3;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px
}

input[type=text], textarea {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    width: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    background-clip: padding-box;
    vertical-align: baseline
}

input[type=text] {
    height: 32px;
    padding: 0 9px
}

textarea {
    height: auto;
    padding: 10px;
    resize: vertical
}

input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 3px 1px #68a8e0
}

button {
    background: #292457;
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 7px 15px;
    text-align: center
}

p {
    margin: 0 0 10px
}

ol, ul {
    list-style: none
}

.page-main {
    padding: 20px 30px
}

.fieldset {
    border: 0;
    margin: 0 0 20px;
    padding: 0
}

.fieldset .legend {
    box-sizing: border-box;
    float: left;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 25px;
    padding: 0
}

.fieldset .legend + br {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.fieldset:last-child {
    margin-bottom: 0
}

.fieldset:after {
    content: attr(data-hasrequired);
    color: #e02b27;
    display: block;
    font-size: 12px;
    letter-spacing: normal;
    margin: 10px 0 0;
    word-spacing: normal
}

.field {
    margin: 0 0 20px
}

.label {
    font-weight: 700
}

.label:after {
    content: "*";
    font-size: 12px;
    color: #e02b27;
    margin: 0 0 0 5px
}

.maintenance {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #f2effc;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('../images/backdrop.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 600px;
}

.maintenance * {
    font-weight: normal;
}

.maintenance .content {
    position: absolute;
    max-width: 800px;
    width: 90%;
    height: auto;
    left: 50%;
    top: 50%;
    margin: 0;
    background: white;
    border-radius: 7px;
    padding: 0 40px 40px 40px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 10px rgba(128, 88, 169, 0.1);
}

.maintenance .content h1 {
    line-height: 33px;
    font-family: 'Eurostile Black';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.5rem;
}

.maintenance div.logo {
    padding: 20px 30px;
    background: #292457;
    margin: 0 -40px 30px -40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.maintenance img.logo {
    display: block;
    width: 180px;
    height: auto;
    margin: 0 auto;
}

.maintenance a.button {
    display: table;
    margin: 30px auto 0 auto;
    background: #292457;
    border-radius: 7px;
    line-height: 1;
    text-transform: initial;
    color: #fff;
    height: auto;
    font-size: 16px;
    padding: 15px 25px;
    border: 2px solid #292457;
    font-family: 'Eurostile Medium';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-decoration: none !important;
}

.maintenance a.button:hover, .maintenance a.button:focus {
    background: #fff;
    color: #292457;
}

.actions {
    padding-top: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.actions p,
.actions a {
    margin: 0;
    padding: 0 5px;
}

.actions a {
    color: #586ae2;
}
