@font-face {
    font-family: "Helvetica Neue";
    src: url("/assets/fonts/Helvetica Neue LT 65 Medium.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("/assets/fonts/Helvetica Neue LT 75 Bold.ttf");
    font-weight: 700;
}

* {
    font-family: Helvetica Neue, serif;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
    font-weight: 400;
    text-align: center;
}

html, body {
    background: #E1E3E7;
    padding: 0;
    margin: 0;
}

button {
    font-family: inherit;
    padding: 0;
    color: #fff;
    border: none;
    cursor: pointer;
}

main header img {
    display: block;
    margin: 28px auto 30px;
    width: 300px;
}

main section {
    margin: 0 auto;
    width: 300px;
}

main section p {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

main section header {
    margin-bottom: 30px;
}

main section header h1 {

}

main section header p {}

main section form .form-label {
    margin: 0;
    font-size: 13px;
}

main section form .form-control {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    font-weight: 400;
    background-clip: padding-box;
}

.form-check-input:checked {
    background-color: #002D72;
    border-color: #002D72;
}

.form-check-input:focus,
main section form .form-control:focus {
    color: #212529;
    border-color: #002D72;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 176, 225, 0.25);
}

main section form .input {
    margin-bottom: 15px;
}

main section form .btn {
    background-color: #002D72;
    border-color: #535860;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

main section .secondary {
    text-align: center;
}

main > section > header {

}

main > section > figure {
    margin: 0 auto 20px;

}

main > section > footer {

}

main > section > footer > p {

}

main > section > figure > img {
    width: 320px;
    height: 320px;
}

.hidden {
    display: none;
}
