/* Custom Fonts */
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thinitalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-mediumitalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-blackitalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'castelar';
    src: url('../fonts/CASTELAR.eot');
    src: local('☺'), url('../fonts/CASTELAR.woff') format('woff'), 
        url('../fonts/CASTELAR.ttf') format('truetype'), 
        url('../fonts/CASTELAR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #e7e7e7;
}
::-webkit-scrollbar-thumb {
    background: #d1d3d5;
    border: 0;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #71737f !important;
}
::-moz-placeholder {
    color: #71737f !important;
}
:-ms-input-placeholder {
    color: #71737f !important;
}
:-moz-placeholder {
    color: #71737f !important;
}

html, body {
    margin: 0;
    height: 100%;
    color: #b2b2b2;
    font-size: 13px;
    background: #f6f6f6;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "roboto";
}
p, li, ul, span, input {
    margin: 0px;
    padding: 0px;
    font-family: "roboto";
    font-weight: 400;
    list-style: none;
}
a {
    color: inherit;
    font-family: "roboto";
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none !important;
}
submit, buttom, label, input {
    font-family: "roboto";
    font-weight: 400;
    text-decoration: none!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}
img {
    max-width: 100%;
}
.clear {
    clear: both;
}

/* Buttons Styles Start */
.btn {
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
    font-weight: 400;
    line-height: 16px;
    padding: 11px 10px;
    background: #21ce3e;
    outline: none !important;
    border: 1px solid #21ce3e;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn:focus,
.btn:hover,
.btn:active,
.btn:active:focus,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle { 
    color: #21ce3e;
    background: #fff;
    border: 1px solid #21ce3e;
    outline: none !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.btn:not(:disabled) {
    cursor: pointer;
}
.btn i {
    margin-right: 7px;
}
.btn-default {
    color: #fff;
    padding: 11px 10px;
    background-color: #00627d;
    border: 1px solid #00627d;
}
.btn-default:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:active:focus {
    color: #00627d;
    border-color: #00627d;  
    background-color: transparent;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}
label {
    color: #808080;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 7px;
}
.form-control {
    color: #000;
    height: 37px;
    font-size: 14px;
    font-weight: 300;
    padding: 7px 15px;
    padding-bottom: 8px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #d7dde1;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
textarea.form-control { 
    resize: none;
    min-height: 155px;
}

/* Login Style */
.left-top-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 491px;
    height: 408px;
    background: url(../images/left-top-bg.png) no-repeat;
    background-size: cover;
}
.right-bottom-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 260px;
    height: 135px;
    background: url(../images/right-bottom-bg.png) no-repeat;
    background-size: cover;
}
.login-card-wrapper {
    height: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}
.login-card {
    margin: 30px 0;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -1px 2px 12px #cacaca;
    -moz-box-shadow: -1px 2px 12px #cacaca;
    box-shadow: -1px 2px 12px #cacaca;
}
.login-card-left,
.login-card-right {
    width: 50%;
    float: left;
    min-height: calc(100vh - 66px);
}
.login-card-left {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.login-card-header {
    padding-top: 80px;
    text-align: center;
}
.login-card-header h5 {
    color: #575757;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.login-card-header p {
    width: 70%;
    margin: 0 auto;
    margin-top: 35px;
    font-weight: 300;
    text-align: center;
}
.login-card-form {
    margin-top: 35px;
    padding-bottom: 80px;
}
.login-card-form form {
    width: 320px;
}
.login-card-footer p {
    color: #b2b2b2;
    font-weight: 400;
    margin-bottom: 15px;
}
.login-card-footer a {
    color: #21ce3e;
    font-weight: 600;
}
.login-card-footer a:hover {
    color: #000;
}
.login-card-right {
    height: 100%;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: url(../images/right-bg.png) center no-repeat;
    background-size: cover;
}
.login-card-right p {
    width: 80%;
    color: #fff;
    margin-top: 15px;
    text-align: center;
}
.company-id-form-group:before,
.user-name-form-group:before,
.password-form-group:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 18px;
    color: #b5b5b5;
    font-size: 14px;
    font-family: 'Font Awesome 5 Pro';
}
.company-id-form-group:before {
    content: '\f2b9';
}
.user-name-form-group:before {
    content: '\f007';
}
.password-form-group:before {
    content: '\f084';
}
.login-card-form .form-control {
    padding-left: 40px;
}
/* Login Style */

/* Register Style */ 
.register-card {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    height: calc(100vh - 60px);
    overflow: auto;
}
.register-card .login-card-header,
.register-card .login-card-form,
.register-card .login-card-footer {
    width: 100%;
    text-align: center;
}
.register-card form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 15px;
}
.register-card form .btn {
    height: 37px;
    margin-top: 0;
    padding: 9px 10px;
} 
.register-card form .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.register-card form label {
    font-size: 13px;
}
.mandatory:after {
    content: '\f005';
    font-family: 'Font Awesome 5 Pro';
    font-size: 7px;
    position: absolute;
    right: 20px;
    top: 14px;
    color: #f00;
    font-weight: 600;
}
/* Register Style */ 

/* CSS Hack only for Firefox */
@-moz-document url-prefix() {
}

/* CSS Hack Only foe IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
    .login-card-left, 
    .login-card-right {
        min-height: 650px;
    }
    .login-card-form form {
        width: 300px;
    }
    .login-card-right p {
        width: 90%;
    }
}

@media (max-width: 767.98px) {
    .left-top-wrapper {
        width: 222px;
        height: 190px;
        background: url(../images/left-top-bg.png) no-repeat;
        background-size: contain;
    }
    .login-card-left {
        width: 100%;
        min-height: 200px;
    }
    .login-card-right,
    .right-bottom-wrapper {
        display: none !important;
    }
    .login-card-header {
        padding-top: 50px;
    }
    .login-card-form {
        padding-bottom: 50px;
    }
    .register-card {
        height: auto;
    }
}

@media (max-width: 575.98px) {
}