/* 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;
  }
  
  /* Scrollbar */
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #e7e7e7;
  }
  ::-webkit-scrollbar-thumb {
    background: #d1d3d5;
    border: 0;
  }
  
  /* Placeholder */
  ::-webkit-input-placeholder {
    color: #a9a9a9 !important;
  }
  ::-moz-placeholder {
    color: #a9a9a9 !important;
  }
  :-ms-input-placeholder {
    color: #a9a9a9 !important;
  }
  :-moz-placeholder {
    color: #a9a9a9 !important;
  }


/* Scrollbar */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #e7e7e7;
}

::-webkit-scrollbar-thumb {
    background: #d1d3d5;
    border: 0;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    height: 100%;
    font-family: 'roboto';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'roboto';
}

p,
li,
ul {
    margin: 0px;
    padding: 0px;
    font-family: 'roboto';
    font-weight: 400;
    list-style: none;
}

a {
    color: #053956;
    font-size: 13px;
    font-family: 'roboto';
    text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
    color: #000;
    outline: none !important;
}

.clear {
    clear: both;
}

.date-icon {
    position: relative;
}

.date-icon:after {
    content: "\f073";
    position: absolute;
    top: 4px;
    right: 8px;
    color: #c5c5c5;
    font-family: 'Font Awesome 5 Pro';
    display: block;
}

.btn-blue {
    color: #fff;
    border: 1px solid #06C36B;
    background-color: #06C36B;
    outline: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #06C36B;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-normal {
    color: #2b2b2b;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    outline: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.btn-normal:hover,
.btn-normal:focus,
.btn-normal:active {
    color: #2b2b2b;
    background-color: #f2f2f2;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.left-details {
    float: left;
    width: 100%;
}
.left-details p{
    font-size: 15px;
    color: #545050;
    font-weight: 300;
    line-height: 18px;
    margin-top: 15px;
    width: 80%;
}



/*************************** Signup Page style starts ***************************/

html {
    height: 100%;
}

body {
    margin: 0;
    width: 100%;
    display: block;
    min-height: 100%;
    position: relative;
    background-color: #fff;
}

.btn-primary {
    padding: 0;
    width: 100%;
    height: 50px;
    font-size: 14px;
    background: #5c8229;
    border: 1px solid #5c8229;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: #649620;
    border: 1px solid #649620;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary.disabled {
    color: #5c8229;
    background: #fff;
    border: 1px solid #5c8229;
}

.wrapper{
    display: table;
    width: 100%;
    height: 100%;
}
.inner-wrapper{
    display: table-cell;
    vertical-align: middle;
}
.login-outer {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.login-header {
    float: left;
    width: 100%;
    display: flex;
    padding: 30px 0;
}

.login-header .logo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.login-header .logo .logo-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}

.left-details {
    float: left;
    width: 100%;
}
.left-section{
    border-right: 1px solid #eaeaea;
}    
.left-section h1,
.left-section h2,
.left-section h6 {
    float: left;
    width: 100%;
    color: #fff;
    text-align: left;
}
.left-section .image-wrap img{
    max-width: 100%;
}
.left-section h1,
.left-section h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}
.left-section .footer-left {
    float: left;
    color: #fff;
    font-size: 14px;
    margin-bottom: 35px;
}
.left-section .footer-left a {
    color: #06c36b;
    font-size: 14px;
}
.left-section .footer-left a:hover, 
.left-section .footer-left a:focus, 
.left-section .footer-left a:active {
    color: #06c36b;
}

.left-section h6 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 40px;
    font-family: 'roboto';
}

.right-section {
    padding-left: 85px;
}


.login-form {
    width: 325px;
    flex-wrap: wrap;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    margin: 0 auto;
}

.login-section .form-group {
    position: relative;
    margin-bottom: 40px;
}

.login-outer .form-group-header h5 {
    color: #808080;
    font-size: 24px;
    margin-bottom: 2px;
    font-family: 'roboto';
    font-weight: 300;
}
.login-outer .form-group-header h5 .bold-title{
    color: #557e43;
    font-weight: 600;
}

.login-outer .form-group-header h6 {
    color: #808080;
    font-size: 17px;
    margin-bottom: 40px;
    font-family: roboto;
    font-weight: 300;
}

.login-section .pass-word .form-control {
    padding-right: 50px;
}
.login-section .form-control {
    padding: 7px 10px 7px 20px;
    border: 0;
    border-bottom: 1px solid #a6a6a6;
    display: block;
    background: none;
    font-size: 12px;
    width: 100%;
    height: 30px;
    border-radius: 0;
    -webkit-transition: all 0.28s ease;
    -moz-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    font-weight: 400;
    outline: none !important;
    font-family: 'roboto';
  }
  .login-section .form-group .bar {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    display: block;
  }
  .login-section .form-group .bar::before{
    content: '';
    height: 2px;
    width: 0;
    left: 50%;
    bottom: -1px;
    position: absolute;
    background: #5c8229;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
  }
  .login-section .form-group .form-control:focus ~ .bar::before {
    width: 100%;
    left: 0;
  }

.login-section label,
.login-section .signup-lbl {
    padding: 0;
    line-height: 1;
    color: #707b8e;
    font-size: 12px;
    background: #fff;
    margin-bottom: 7px;
    position: relative;
}

.right-section .footer-form-group {
    padding-top: 5px;
    text-align: center;
    justify-content: center;
}
.right-section .footer-form-group .checkbox{
    float: left;
    line-height: 13px;
}
/* Checkbox / Radio */
.checkbox, .radio {
    position: relative;
    display: block;
    margin: 0;
  }
  .checkbox-inline ,
  .radio-inline {
    position: relative;
    margin: 0;
    line-height: 18px;
    padding-left: 0px;
  }
  .checkbox input[type=checkbox], 
  .checkbox-inline input[type=checkbox], 
  .radio-inline input[type=radio], 
  .radio input[type=radio] {
    display: none;
  }
  .radio label, 
  .checkbox label, 
  .radio-inline label, 
  .checkbox-inline label {
    min-height: 12px;
    padding-left: 17px;
  }
  .checkbox input[type=checkbox]~.text, 
  .checkbox-inline input[type=checkbox]~.text, 
  .radio-inline input[type=radio]~.text, 
  .radio input[type=radio]~.text {
    padding-left: 0px;
    cursor: pointer;
    vertical-align: middle;
    color: #a9a9a9;
    font-size: 13px;
    line-height: 1;
  }
  .checkbox input[type=checkbox]~.text:before, 
  .checkbox-inline input[type=checkbox]~.text:before, 
  .radio-inline input[type=radio]~.text:before, 
  .radio input[type=radio]~.text:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    font-family: "Font Awesome 5 Pro";
    text-align: left;
    color: #a9a9a9;
    vertical-align: middle;
    font-size: 14px;
    line-height: 13px;
  }
  
  /* With Fontawesome */
  .checkbox-inline input[type=checkbox]~.text:before, 
  .checkbox input[type=checkbox]~.text:before {
    content: "\f0c8";
    vertical-align: bottom;
    color: #a9a9a9;
    font-weight: 400;
    font-style: normal;
  }
  .checkbox input[type=checkbox]:checked~.text {
    color: #80906f;
  }
  .checkbox-inline input[type=checkbox]:checked~.text:before, 
  .checkbox input[type=checkbox]:checked~.text:before {
    content: "\f14a";
    color: #5c8229;
    font-weight: 600;
    font-style: normal;
  }
  
.right-section .footer-form-group .frgt-btn{
    float: right;
    font-size: 13px;
    color: #80906f;
}
.submit-btn-group{
    margin-bottom: 5px!important;
}
.form-group.error-message{
    margin-bottom: 0;
}

.right-section .login-section .error-red-icon {
    display: none;
    font-size: 13px;
    position: absolute;
    top: 34px;
    right: 10px;
    color: #ff483f;
    height: 20px;
    line-height: 20px;
    z-index: 1;
}

.pass-word .show-pass-outer {
    position: absolute;
    right: 0;
    top: -1px;
    width: 40px;
    height: 30px;
    display: flex;
    color: #707b8e;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.pass-word .show-pass-outer .fa {
    position: absolute;
    top: 12px;
    right: 13px;
    display: block;
    font-size: 16px;
    color: #8f8e8e;
    font-family: 'Font Awesome 5 Pro';
    opacity: 1;
}

.fa.fa-eye {
    display: none;
}

.fa.fa-eye-slash {
    display: none;
}

.pass-word .show-pass-outer .fa-eye-slash {
    display: none;
}

.pass-word .show-pass-outer.dont-show .fa-eye {
    display: none;
}

.show-pass-outer.dont-show .fa-eye-slash {
    display: block;
}

.pass-word .show-pass-outer:hover .fa {
    opacity: 0.8;
}

.pass-word {
    margin-bottom: 40px !important;
}

.login-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    padding: 0px 60px;
}

.left-section-footer {
    display: inline-flex;
}

.left-section-footer p {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    padding-right: 5px;
}

.left-section-footer a {
    color: #46cc84;
}

.right-section-footer {
    padding: 10px;
}


footer {
    float: left;
    width: 100%;
    height: 30px;
    background-color: #fff;
}
.footer-text{
    text-align: center;
    padding: 2px;
}
.footer-text a{
    color: #5c8229;
    font-size: 15px;
    font-weight: 300;
}

div.error-message {
    font-size: 13px;
    font-family: 'roboto';
    color: #c50e0e;
}
.label-icon{
    position: absolute;
    top: 4px;
    left: 0;
    color: #808080;
    font-size: 14px;
}

.wrapper-sso .left-details p {
    text-align: center;
}

.wrapper-sso .left-section {
    margin-bottom: 30px;
}
.wrapper-sso div.error-message {
    margin-top: 40px;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 5px 15px;
    border-radius: 12px;
}

/* Media Query */

@media (max-width: 1199.98px) {
    .right-section {
        padding-left: 45px;
    }
}

@media (max-width: 991.98px) {
    .left-section {
        display: none;
    }
    .login-header .logo {
        align-items: center;
        justify-content: center;
    }
    .right-section {
        padding-left: 0;
    }
    .login-outer .right-section .login-section {
        display: flex;
        margin-top: 0;
        padding: 30px 0;
        margin-top: -150px;
        justify-content: center;
        /* background: url(../images/login_screen/bluetelemed/login-wrapper-bg.png) center no-repeat; */
    }
    .login-form {
        margin-top: 100px;
    }
}

@media (max-width: 767.98px) {
    /* body {
        background: #00428d;
    } */
    .login-header {
        z-index: 15;
        padding: 30px 0;
        padding-bottom: 0;
        position: relative;
    }
    .login-outer {
        height: auto;
        min-height: auto;
    }
    .login-outer .right-section .login-section {
        margin-top: -100px;
    }
    .right-section {
        padding: 15px;
        padding-top: 0;
    }
    footer {
        float: left;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .login-outer .right-section .login-section {
        padding: 0 20px;
        background-size: contain;
    }
    .login-form {
        width: 100%;
        padding: 25px 15px;
        padding-bottom: 10px;
    }
}
@media (max-width: 300px){
    .login-outer .right-section .login-section {
        padding: 0 0px;
    }
}