.no_margin_right{
    margin-right: 0px !important;
}

.login_background{
    background-image:url('../image/eCanteen_Back.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

.login_zone{
    width: 100%;
    height: 566px;
    background-color: #20323A;
    margin-top: 15px;
    padding: 5px;
    border-radius: 15px;
}

.login_zone_inner {
    border: 3px solid #EEEEEE;
    padding: 5px;
    height: 100%;
    border-radius: 15px;
}

.login_zone_inner_small {
    width: 92%;
    border: 3px solid #EEEEEE;
    border-radius: 15px;
    margin-left: 17px;
    height: 355px;
    padding-top: 20px;
}

.login_btn {
    margin-top: -8px;
}

.captcha_sec a {
    color: #FFFFFF;
    font-weight: 500;
}

.captcha_sec a:hover {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 500;
}

.hrmx_txt{
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #EECC41;
    line-height: 50px;
}
.small_txt{
    color: #FFFFFF;
    font-weight: 600;
    font-family: Corbel;
    font-size: 24px;
}
.left-map{
    width: 100%;
}
.border_right_custom{
    border-right: 3px solid #CCCCCC;
}