body,
html {
    font-family: 'Gilroy', sans-serif;
    height: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.form-control:focus {
    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}

.visibility-hidden {
    visibility: hidden;
}

.p-l-r-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.v-center {
    display: flex;
    align-items: center;
}

.main {
    align-items: center;
    display: flex;
    height: 100vh !important;
    position: relative;
    background: linear-gradient(90deg, #F4EFE8 50%, #fff 50%);
}

.logo {
    margin-bottom: 25px;
}

.left_area h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 35px;
    color: #2D3436;
}

.left_area p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #2D3436;
}

.left_area figure img {
    width: 100%;
}

.right_area h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 49px;
    color: #0070ba;
}

.right_area form {
    margin: 30px 0;
}

.right_area .form-group {
    margin-bottom: 20px;
    position: relative;
}

.right_area .form-group label {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #2D3436;
}

.right_area .form-group .error_msg {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #CC0C00;
}

.right_area .form-group .form-control {
    border: 1px solid #2D3436;
    border-radius: 25px;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    color: #2D3436;
    padding: 0 33px;
}

.right_area .form-group .form-control.error {
    border: 1px solid #CC0C00;
}

.right_area .form-group small.form-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #2D3436;
}

.right_area .form-group small.text-right {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

.right_area .form-group small.text-right a {
    display: inline-block;
    margin-top: 10px;
    color: #0070ba;
}

.btn_signin {
    background-color: #D5D8D7;
    border-radius: 25px;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.btn_signin.active {
    background-color: #0070ba;
    color: #fff;
}

.s_txt {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #2D3436;
    margin-top: 10px;
}

.success_msg {
    position: absolute;
    top: 0;
    background-color: #2D3436;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    padding: 8px 10px;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.footer a {
    margin: 0 15px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #0070ba;
}


/*
Date Range picker
Vinod Tarkar
*/

.md-drppicker {
    width: 600px !important;
}


/* Large / Desktops Layout: 1200px and up. */

@media only screen and (min-width: 1200px) {}


/* Medium / Desktops Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .bg_color {
        background-color: #F4EFE8;
    }
    .main {
        display: block;
        height: auto;
        background: linear-gradient(180deg, #fff 50%, #fff 50%);
    }
    .p-l-r-100 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .logo img {
        height: 60px;
    }
    .left_area h2 {
        font-size: 28px;
        line-height: 33px;
    }
    .left_area p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px;
    }
    .right_area {
        margin-bottom: 60px;
    }
    .right_area h1 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 30px;
    }
    .right_area .form-group label {
        font-size: 14px;
        line-height: 17px;
    }
    .right_area .form-group .form-control {
        font-size: 12px;
        line-height: 14px;
        height: 40px;
    }
    .btn_signin {
        height: 40px;
        margin-top: 0;
    }
    .right_area .form-group .error_msg {
        top: 0;
        width: 50%;
        text-align: right;
    }
    .success_msg {
        left: 20px;
        right: 20px;
        top: inherit;
        bottom: 50px;
        font-size: 9px;
        line-height: 12px;
    }
    .footer {
        bottom: 10px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}

.timeline-centered {
    position: relative;
    margin-bottom: 00px;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    left: 17%;
    top: 20px;
    bottom: 0;
    margin-left: -4px;
}

.timeline-centered .timeline-entry {
    position: relative;
    width: 83%;
    float: right;
    margin-bottom: 70px;
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -135px !important;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -119px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-time.width130 {
    width: 130px;
    text-align: left !important;
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 0.9em;
    margin-left: 70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}