 @media screen and (max-width: 450px) {
   .login_box_toggler { padding: 0px !important;}
   .bs_form { padding: 0px !important;}
   .mt50{margin-top:0px !important;}
   
}
 
      @media screen and (max-width: 750px) {
        .online_content {
          padding:0px !important;
        }
}   



.box {
    background-color: #fefefe;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.bs_form_alert {
    padding: 10px 0px 10px 45px;
    width: 100%;
    float: left;
    position: relative;
    transition: all 1s;
}


.bs_form_alert >p {
    margin: 0px;
    font-weight: bold;
     color: #000; 
}
.bs_form_alert > span {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    padding: 10px;
    font-size: 20px;
}

.form_forgot_link {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
}

.form_forgot_link >a {
    display: inline-block;
    text-align: center;
    background: #E53935;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 rgba(255, 255, 255, .2);
    padding: 5px;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bs_btn_blue {
    background-color: #0565FF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 rgba(255, 255, 255, .2);
    text-align: center;
    border-radius: 2px;
    margin-top: 0px;
    display: inline-block !important;
    padding: 15px 5px !important;
    color: #fff;
    height: auto;
    position: relative;
    cursor: pointer !important;
    border: none;
}

.bs_btn_progressbar {
    float: left;
    width: 100%;
    position: relative;
}
.bs_btn_progress {
    width: 00%;
    position: absolute;
    background: rgb(248, 167, 36);
    transition: 1s all;
    height: 100%;
    top: 0px;
    left: 0px;
}
.bs_progress_caption {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    cursor: pointer !important;
}
.bs_control {
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    background: #f2f2f2;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.26) !important;
    padding: 0px;
    color: #000;
    position: relative;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bs_input {
    width: 100%;
    float: left;
    padding-left: 50px;
    height: 50px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #0565FF !important;
    padding-right: 10px;
    color: #AF7070 !important;
}
.bs_control >.glyphicon {
    display: block;
    position: absolute;
    top: 0px;
    background: #0565FF !important;
    height: 100%;
    width: 40px;
    text-align: center;
    color: #fff;
    padding: 18px 5px;
}
.bs_form {
    width: 100%;
    float: left;
    padding: 10px 10px;
}
.toggler_active {
    background: #0565FF !important;
    color: #fff !important;
}

.login_box_toggler >a {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    background: #f2f2f2;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.26) !important;
    padding: 10px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.login_box_toggler {
    width: 100%;
    padding: 5px 10px;
    background: transparent;
}

.login_box_form {
    width: 100%;
    float: left;
    padding: 5px;
}




.login_box_logo {
    text-align: center;
    padding: 40px;
    background: transparent;
}

.login_box_logo > img {
    height: 44px;
}