﻿@font-face {
    font-family: 'Hartwell-Bold';
    src: url("../fonts/Hartwell-Bold.eot");
    src: url('../fonts/Hartwell-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Hartwell-Bold.woff') format('woff'),
    url('../fonts/Hartwell-Bold.ttf') format('truetype'),
    url('../fonts/Hartwell-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hartwell-Medium';
    src: url("../fonts/Hartwell-Medium.eot");
    src: url('../fonts/Hartwell-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Hartwell-Medium.woff') format('woff'),
    url('../fonts/Hartwell-Medium.ttf') format('truetype'),
    url('../fonts/Hartwell-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hartwell-Regular';
    src: url("../fonts/Hartwell-Regular.eot");
    src: url('../fonts/Hartwell-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Hartwell-Regular.woff') format('woff'),
    url('../fonts/Hartwell-Regular.ttf') format('truetype'),
    url('../fonts/Hartwell-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

label {
    font-family: Hartwell-Bold, serif;
    font-size: 20pt;
}

input {
    font-family: Hartwell-Regular, serif;
    font-size: 15pt;
}

.btn-primary {
    font-family: Hartwell-Bold, serif;
    font-size: 18pt;
}

.btn-default {
    font-family: Hartwell-Medium, serif;
    font-size: 15pt;
}

.font-hartwell-bold {
    font-family: Hartwell-Bold, serif;
}

.font-hartwell-medium {
    font-family: Hartwell-Medium, serif;
}

.forgot-password {
    font-family: Hartwell-Medium, serif;
    font-size: 13pt;
}

.btn-primary {
    background-color: #cc3126;
    border-color: #cc3126;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #d21709;
    border-color: #d21709;
}

.btn-default {
    border-color: #cc3126;
}

.btn-default:hover {
    border-color: #d21709;
}

a:hover, .new a:hover {
    color: #d21709 !important;
}

.w-100 {
    width: 100%;
}

.image-container {
    position: relative;
}

.login-image {
    position: relative;
    width: 125%;
    left: -10%;
    top: 52px;
}

.registration-title {
    margin: 15px;
    color: white;
    font-size: 45px;
    line-height: 50px;
}

.registration-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.registration-container-step-1 {
    background:  repeating-linear-gradient(to bottom, white 0px 81px, #a8b94c 1px, #a8b94c)
}

.registration-container-step-2 {
    background:  repeating-linear-gradient(to bottom, white 0px 82px, #e87735 83px, #e87735)
}

.text-sm {
    font-size: 14px;
}