



@font-face {
    font-weight: 300;
    font-style: normal;
    font-family: Proxima Nova;
    src: url(../../../fonts/proxima-nova/ProximaNova-Light.woff2) format("woff2");
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: Proxima Nova;
    src: url(../../../fonts/proxima-nova/ProximaNova-Regular.woff2) format("woff2");
}

@font-face {
    font-weight: 600;
    font-style: normal;
    font-family: Proxima Nova;
    src: url(../../../fonts/proxima-nova/ProximaNova-Semibold.woff2) format("woff2");
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: Proxima Nova;
    src: url(../../../fonts/proxima-nova/ProximaNova-Bold.woff2) format("woff2");
}


body, button, input, select, textarea {
    font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
    color: #707070;
    padding-bottom: 3%;
    line-height: 1.43;
    font-size: 16px;
}

.btn {
    font-weight: 600;
    display: inline-block;
    padding: 1.125em 1.5em;
    border: 1px solid #333;
    border-radius: .25em;
    text-decoration: none;
    background-color: transparent;
    color: #333;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    margin-top: 3%;
    margin-bottom: 3%;
}

    .btn:hover {
        background-color: #333;
        color: whitesmoke;
    }

    .btn:active {
        background-color: whitesmoke;
    }

.btn-primary.focus {
    color: #fff;
    background-color: transparent;
    color: #333;
}

input {
    margin-top: 5px;
}

h1 {
    font-size: 2.5rem;
    color: #222;
    font-weight: bold;
    margin-top: 1.5em;
    margin-left: 15px;
    margin-right: 15px;
}

.logo {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

    .logo img {
        height: 30px;
    }

header {
    background-color: #082229;
    position: absolute;
    height: 90px;
    width: 100%;
    z-index: -1;
}

.text-danger {
    color: #d93e46;
}

.alert-warning {
    color: #707070;
    background-color: whitesmoke;
    border-color: transparent;
}

.field-validation-error {
    font-size: 15px;
}
