@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Breuer Condensed';
    src: url('../fonts/BreuerCondensed-Bold.eot');
    src: url('../fonts/BreuerCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BreuerCondensed-Bold.woff2') format('woff2'),
        url('../fonts/BreuerCondensed-Bold.woff') format('woff'),
        url('../fonts/BreuerCondensed-Bold.ttf') format('truetype'),
        url('../fonts/BreuerCondensed-Bold.svg#BreuerCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* #region ------------------- General Styles -------------------*/
h1, h2, h3, h4, h5, h6{
    color: inherit;
}
p{
    color: inherit;
    font-size: inherit;
}
ul{
    list-style-type: disc;
}
*::placeholder{
    font-size: 14px;
}
img{
    max-width: 100%;
    height: auto;
}
.btn{
    padding: 15px 30px;
    display: inline-block;
    font: 500 17px/20px 'Gotham',Arial;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border:0;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
}
.btn-red,.btn-red:hover,.btn-red:focus{
    background: #d02d30;
    color: #fff !important;
    width: 100%;
    margin-top: 15px;
    padding: 5px;
}
.btn-blue,.btn-blue:hover,.btn-blue:focus{
    background: #015cb7;
    color: #fff;
}
.btn-red-outline,.btn-red-outline:hover,.btn-red-outline:focus{
    border:1px solid #d02d30;
    color: #194F90;
}
.btn-gray{
    background-color: #A5A7AA;
}
.btn-small{
    padding: 10px 20px;
    font-size: 14px;
}
.btn.btn-primary {
    width: 100%;
    font-size: 14px;
    border-bottom: 2px solid #076eb0 !important;
    background: #098de1;
    border-color: #098de1;
}
.bg-gray{
    background-color: #F1F0F0;
    padding: 30px 0;
}
.blue-text{
    color: #194F90;
    font-size: 21px;
    font-weight: 500;
}
.color-red{
    color: #D02C2F;
}
.text-break-all{
    word-break: break-all;
}
html{
    height: 100%;
}
body {
    font-family: 'Gotham', Arial, Helvetica, sans-serif ; 
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 0;
    position: relative;
    background-image: url('../images/login.bg.png');
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
}
a{
    text-decoration: none;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
select.form-control{
    height: 50px !important;
}
input:focus-visible,textarea:focus-visible {
    outline: 0 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px #fafafa inset !important;
}
select,select:focus,.select2.select2-container:focus,.select2-selection:focus{
    outline: none;
}
.form-control{
    font-family: 'Gotham', Arial, Helvetica, sans-serif;
    height: 40px;
}
.form-group {
    position: relative;
}
.form-group .input-group{
    display: block;
}
.form-group .input-calender-icon {
    position: absolute;
    right: 15px;
    top: 17px;
    z-index: 3;
    font-size: 15px;
    cursor: pointer;
}
.form-group .eyeIcon::before{
    position: absolute;
    right: 35px;
    top: 34px;
}
.page-title{
    color: #1B385F;
    font-family: 'Breuer Condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
}
.middle-section{
    padding-top: 60px;
    padding-bottom: 54px;
}
/* #endregion*/

/* #region ------------------ login-page ------------------------*/
.login-page{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    font-family: 'Gotham';
    flex-direction: column;
    padding: 50px 0;
}
.login-page img{
    width: 235px;
    margin-bottom: 45px;       
}
.login-page .login-wrapper{
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
    min-width: 362px;
    border: 1px solid hsla(0, 0%, 50.2%, .1);
}
.login-page .login-wrapper .form-group{
    margin-top: 20px;
}
.login-page .login-wrapper label {
    display: block;
    color: #444444;
    font-size: 15px;
}
.login-page .login-wrapper .form-group label span {
    color: red;
}
.login-page .login-wrapper .form-control {
    box-shadow: none;
    border-color: #ced4da;
}
.login-page .login-wrapper .forgotten-password{
    font-size: 14px;
    display: block;
    /* text-align: center; */
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.login-page .login-wrapper .btn{
    width: 100%;
    margin-top: 15px;
    padding: 5px;
}
.login-page .login-wrapper .btn.btn-blue{
    width: auto;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: none;
}
.login-page .login-wrapper .login-register{
    width: auto;
    padding: 5px 18px;
    font-size: 12px;
}
.login-page .login-wrapper .example{
    color: gray;
    font-size: 12px;
}
/* #endregion*/
/* #region ------------------ header ------------------------*/

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 0 !important;
    background: rgba(255,255,255);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    padding: 10px 0;
}
header .logo{
    margin-right: 24px;
    width: 200px;
}
.footer{
    padding: 15px 0;
    text-align: center; 
    background-color: #f5f5f5; 
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;  
}
/* #endregion*/

@media (max-width: 667px){
    .login-page .login-wrapper{
        padding: 20px;
        min-width: unset;
    }
    .login-page img{
        width: 200px;
    }
}
@media (min-width: 678px) and (max-width: 900px){
    .login-page .login-wrapper{
        padding: 20px;
    }
    
}
