@charset "UTF-8";
body {
    background: #fff url(../img/auth/bg.jpg) no-repeat bottom center;
	color:#464e5f;
	font-family: 'Open Sans', sans-serif;
	font-size:14px!important;
	display:block;
}
a {
    color: #13263c;
    text-decoration: none;
    background-color: transparent;
}
a {
    color: #13263c;
}
a:hover, .text-hover-primary:hover, a.text-hover-primary:hover {
    color: #de5c00 !important;
    text-decoration: underline;
}
.form-control {
    height: calc(2.2em + 1.3rem + 2px);
    padding: .65rem 1rem;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    outline: 0!important;
    padding: 1rem 1rem;
    border-radius: .42rem;
}
.checkbox>input:checked~span {
    background-color: #13263c!important;
}
.hide {
	display:none;
}
.registration-form-block label {
    display: block;
    margin-bottom: .75rem;
    margin-top: 2rem;
    text-transform: uppercase;
    color: #5d5d5d;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
}
sup {
    text-align: left;
    display: block;
    padding: .8rem;
    background: #e5e8eb;
    font-size: 13px;
    line-height: 18px;
}
blockquote {
    margin: 0 0 2rem 0rem;
    border-left: 5px #ced4da87 solid;
    padding-left: 1rem;
    text-align: left;
    color: #545452;
    font-size: 15px;
    font-weight: 200;
}
.text-underline {
	text-decoration:underline;
	padding-bottom:5px;
}
.dropdown-item {
    font-size: 14px;
    color: #656565;
    padding: .5rem 1.5rem;
    white-space: normal;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #13263c;
}
.btn.btn-primary {
    color: #fff;
    background-color: #13263c;
    border-color: #13263c;
}
.select2-container {
    width: 100% !important;
}
.alert.alert-custom.alert-light-danger .alert-text {
    color: #396a87;
}.alert.alert-custom.alert-light-danger {
    background-color: #ade1ff;
    border-color: transparent;
}
.alert.alert-custom.alert-light-success {
    background-color: #d5f7c9;
    border-color: transparent;
}
.alert.alert-custom.alert-light-success .alert-text {
    color: #46a914;
}
.btn.btn-light-primary:not(:disabled):not(.disabled).active, .btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text), .show .btn.btn-light-primary.btn-dropdown, .show>.btn.btn-light-primary.dropdown-toggle {
    color: #fff;
    background-color: #a2a2a2;
    border-color: transparent;
}
.btn.btn-light-primary {
    color: #3a4e82;
    background-color: #e0e4e8;
    border-color: transparent;
}
.btn.btn-light-primary.focus:not(.btn-text), .btn.btn-light-primary:focus:not(.btn-text), .btn.btn-light-primary:hover:not(.btn-text) {
    color: #fff;
    background-color: #9fa4af;
    border-color: transparent;
}
.btn.btn-warning {
    color: #ffffff;
    background-color: #13263c;
    border-color: #13263c;
}
.btn.btn-warning:hover {
    color: #ffffff;
    background-color: #396a87;
    border-color: #396a87;
}
.btn.btn-warning.focus, .btn.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 109, 19, 0.43);
}
.alert.alert-danger {
    background-color: #13263c;
    border-color: #396a87;
    color: #fff;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    padding: .9rem 1.25rem;
    border: 1px #e5eaee solid;
}
.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text), .show .btn.btn-primary.btn-dropdown, .show>.btn.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #13263c;
    border-color: #13263c;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:not(.btn-text), .show>.btn.dropdown-toggle {
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
}
.btn.btn-primary.focus:not(.btn-text), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary:hover:not(.btn-text) {
    color: #fff;
    background-color: #396a87;
    border-color: #396a87;
}
.text-muted {
    color: #505042!important;
}
.login.login-3 .login-form {
    width: 100%;
    max-width: 600px;
}