.login_page{
    padding: 30px 0;
    background-image: url(../img/bg/login1.jpg);
    height: 100vh;
    display: table;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.login_page>.login_page_container{
    display: table-cell;
    vertical-align: middle;
    width: 100%
}
.login_box{
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 15px 0px #5a5a5a;
    background-image: url(../img/bg/back2.png);
    background-size: cover;
    background-position: center;
}
.modal .login_box{
    box-shadow: none
}
.login_box .input-group-addon:first-child {
    border-right: 0;
    background: var(--blue);
    border: 1px solid var(--blue);
}
.login_box .form_box {
    padding:20px 15px 35px;
    box-shadow: 0 0 6px 0px #ccc;
    margin: 20px 0;
    border-radius: 20px;
    max-width: 350px;
    min-height: 400px;
    background: #fff
}
.login_box .form_title{
    color: #637381;
    font-size: 16px;
    text-align: center;
    margin: 20px 0px 20px;
}
.login_box .img_box img{
    width: 80%;
    display: block;
    margin: auto;
    max-width: 400px
}
.login_box .img_box.circle_img{
    width: 100%;
    height: 100%
}
.log_icon {
    height: 90px;
    float: none;
    width: auto;
}
.sidebar-menu>li>a:hover>.fa,
.sidebar-menu>li>a:hover>.glyphicon,
.sidebar-menu>li>a:hover>.ion,
.sidebar-menu>li>a:hover>i{
    background: rgb(94 109 169 / 50%);
}
.rates-box .box.active {
    border: 3px solid rgb(189 199 237) !important;
}
.non_schedule_order {
    background: #e5e9f6 !important;
}
.label-info {
    background-color: var(--blue) !important;
}
.edit_order_btn {
    background-color: #2391f0 !important;
}
.rates-box .box .icon_bg {
    background-color: rgb(235 237 243) !important;
}
.normalFilter{
    background:rgb(229 233 246) !important;
}
.pck_item.title_col .item_header img {
    height: 80px !important;
    margin-top: 0px !important;
}
.pck_item.title_col .item_header h2 {
    margin-top: 8px !important;
}

.get_started .navbar-brand img {
    width: 180px;
}

.get_started .navbar-brand  {
    height: 130px;
}
.blue_alert {
    font-size: 13px;
    border-radius: 9px;
    padding: 6px 10px;
    background: #e5ebfa;
    border: 2px solid #27366f;
    color: #27366f !important;
    line-height: 20px;
    margin-bottom: 10px;
}
