﻿body {
   font-family: 'Proxima Nova';
   font-style: normal;
   font-weight: 400;
   font-size:16px;
   line-height:24px;
}

/*typography styles*/

@font-face {
    font-family: 'Proxima Nova';
    src: url("/fonts/proxima-nova-regular.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("/fonts/proxima-nova-bold.woff");
    font-weight: bold;
    font-style: normal;
}

h2, .h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2;
    color: inherit;
}

.small {
    font-size: 80%;
    font-weight: 400;
}

label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: normal;
}

/* lay out styles*/

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 108px 48px !important;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

.at-section {
    margin-top: 50px;
}

.form-group {
    margin-bottom: 15px;
}

.at-username {
    animation-delay: .2s;
}

.at-password {
    animation-delay: .3s;
}

.at-continue {
    animation-delay: .4s;
}

.at-logo {
    animation-delay: .8s;
}

img{
    width:120px;
}


.btn-primary {
    font-weight: bold;
    border-radius: 24px;
    background-color: #1C5CC2 !important;
    border-color: #1C5CC2 !important;
    width: 92px;
    height: 38px;
    font-size: 16px;
}
.btn-long {
    width: 150px !important;
}

.btn-extra-long {
    width: 210px !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #174ca1;
    border-color: #164795;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.3rem rgba(28, 92, 194, 0.5);
    outline: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1C5CC2;
    border-color: #1C5CC2;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #164795;
    border-color: #14428a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.3rem rgba(28, 92, 194, 0.5);
}

.btn-secondary {
    border-radius: 24px;
    font-weight: bold;    
    height: 38px;
    font-size: 16px;
}

.at-invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #FC5D32;
}

.input-validation-error {
    border-color: #FC5D32 !important;
}

.input-validation-error:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FC5D32;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FC5D32;
}

.form-control {
    border: 1px solid #BFD0DF;
    height:38px;
    font-size:16px;
}

.alert-danger {
    color: #8a433c;
    background-color: #fedfd6;
    border-color: #fed2c6;
    line-height:22px;
    padding: 12px 20px;
    margin-bottom:16px;
    animation-delay: .2s
}

.at-help{
    animation-delay: .2s;
    margin-top: 16px;  
}

.at-invalid-client{
    height:50px;
}

.icon-eye-grey {
    color: #cccccc;
}

.icon-eye-blue {
    color: #1C5CC2;
}


.icon-eye-background {
    background-color: #fff !important;
}


.fa-check {
    color: #1d9d73;
}

.fa-times {
    color: #ff3535;
}

.fa-exclamation-circle {
    color: #c9c91a;
}

.fa-circle  {
    color: #808080;
}


.fa-check-circle-success {
    color: #478848;
}


.fa-check-circle-fail {
    color: #c0c0c0;
}

.form-spacing {
    margin-top: 20px;
}    
