@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
html,
body {
    height: 100%;
}

body {
    font-family: 'Varela Round', sans-serif;
}

.login_slideshow_section {
    background: #f7f7f7;
    min-height: 100%;
    min-height: 100vh;
    padding: 0px!important;
    position: relative;
    overflow: hidden;
}

.login_slideshow_section {
    background: url(../images/building.jpg);
    background-size: cover;
    position: relative;
    z-index: 0;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-position: center;
}

.login_form_section {
    position: relative;
    min-height: 100%;
    min-height: 100vh;
    padding: 25px 10px;
    padding: 8vh 2vw;
}

.login-form {
    max-width: 420px;
    margin: 0 auto;
    padding: 0px!important;
}

.login-heading {
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.login-heading>h1 .main-head {
    font-family: 'Ubuntu', sans-serif;
    font-size: 39px;
}

.login-heading>h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 30px;
}

img.us-flag,
img.canada-flag {
    width: 67.5%;
}

.login-form .form-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.login-form .login-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.login-form h4 {
    color: #636363;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    padding: 25px 0px 5px;
}

.login-form .login-content {
    color: #999;
    border-radius: 1px;
    margin-bottom: 15px;
    /*    background: #fff;
border: 1px solid #f3f3f3;
   box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
    padding: 20px 0px!important;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form label {
    font-weight: normal;
    font-size: 13px;
}

.login-form .form-control {
    min-height: 38px;
    padding-left: 0px;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
    border-radius: 0;
    background: #F2F2F2;
    font-size: 13px;
}

.login-form .form-control:focus {
    border-color: #ECA736;
}

.login-form .input-group:hover .input-group-addon,
.login-form .input-group:hover .form-control {
    border-color: #ECA736;
}

.login-form .input-group-addon {
    background: #F2F2F2!important;
    max-width: 42px;
    text-align: center;
    background: none;
    border-width: 0 0 1px 0;
    padding-left: 10px;
    border-radius: 0;
    border-left: 4px solid #efa92d;
}

.login-form .btn {
    font-size: 15px;
    font-weight: bold;
    background: #EFA92C;
    border-radius: 0px;
    border: none;
    min-width: 125px;
    outline: none !important;
}

.login-form .btn:hover,
.login-form .btn:focus {
    background: #e89706;
}

.login-form .hint-text {
    text-align: center;
    padding-top: 5px;
    display: inline;
    font-size: 13px;
}

.login-form .login-footer {
    color: #999;
    border-color: #dee4e7;
    text-align: center;
    margin: 0 -25px -25px;
    font-size: 13px;
    justify-content: center;
}

.login-form a {
    color: #fff;
    text-decoration: underline;
}

.login-form a:hover {
    text-decoration: none;
}

.login-form a {
    color: #EFA92C;
    text-decoration: none;
}

.login-form a:hover {
    text-decoration: underline;
}

.login-form .fa {
    font-size: 18px;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.special-links a {
    color: #555;
}

.special-links a:hover {
    color: #e29100;
    text-decoration: none;
}

.serving-experience {
    /* padding: 30px 0px; */
    text-align: center;
}

.serving-experience-btm img {
    margin: 0 auto;
    image-rendering: pixelated;
}

img.serving-experience {
    image-rendering: pixelated;
    width: 100%;
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 13px;
    text-align: center;
    padding: 10px 20px 25px;
}

.footer-bottom a {
    color: #e29100;
    text-decoration: none;
    font-weight: bold;
}

.footer-bottom a:hover {
    color: #e89706;
}

.msg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #008000;
}

.err {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #FF0000;
    padding: 10px 0px;
    margin-bottom: 10px;
    background: #ffe1e0;
    border-radius: 4px;
}

.session-expire-block {
    background: #FFF;
    border: 2px solid #F8464D;
    border-radius: 10px;
    min-height: 125px;
    margin-bottom: 20px;
}

.session-expire-header-block {
    background: #F8464D;
    margin: 0;
    padding: 0;
    border-radius: 6px 6px 0 0;
}

.session-expire-block .session-expire-header {
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 0px;
    margin: 0px;
}

.session-expire-content-block {
    display: flex;
    align-items: center;
}

.session-expire-content-block {
    padding: 0px 10px;
}

.session-expire-content-block p {
    margin: 0;
    padding: 0 0 0 20px;
    color: #F8464D;
}

.session-expire-content-block i {
    font-size: 59px!important;
    color: #F8464D;
    padding: 11px 0;
    border-right: 2px solid #f9464d;
    padding-right: 10px;
}