html {
    height: 100%;
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus,
*:active {
    outline: none;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #F5F5F5;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #F5F5F5;
}
a {
    text-decoration: none;
    color: #209cea;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #209cea;
}
input[type='text'],
input[type='tel'],
input[type='number'],
input[type='password'],
select,textarea{
    margin: 5px 0;
    padding: 5px 10px;
    background-color: #fff;
    color: #666;
    outline: none !important;
    font-size: 12px;
    border: 1px solid #d3d3d3;
    width:100%;
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius:0;
}
input[type='text'],
input[type='tel'],
input[type='number'],
input[type='password']{
    line-height: 23px;
}

select{
    padding-left: 6px;
    line-height: 23px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/arrow-down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 18px !important;
}
textarea{
    resize: none;
}
select.placeholder{
    color:#A7A5A5;
}
button,
.btn {
    border: 0;
    border-radius: 3px;
    margin: 5px 0%;
    width: 100%;
    font-size: 17px;
    padding: 10px;
    cursor:pointer;
}
.disabledclass,.disabled {
    opacity: 0.6;
    pointer-events: none;
}
.minWidthOfPg{
    min-width:319px;
}
#login_page_body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
    cursor: default;
    font-family: 'Open Sans', sans-serif;
    overflow:auto;
    min-height:600px;
    min-width:320px;
}
#login_page_body .login_pg_wrapper {
    height: 100%;
    overflow: hidden;
    max-width:1920px;
    margin:auto;
}
#login_page_body .login_pg_header {
    height: 45px;
    /*background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);*/
}
#login_page_body .login_pg_header .suremdm-logo {
    height: 100%;
    text-align: center;
}
#login_page_body .login_pg_header .suremdm-logo .logo {
    height: 67%;
    margin-top: 8px;
}
#login_page_body .login_pg_body {
    /*height: 93%;
    height: calc(100% - 45px);*/
    height:100%;
    overflow: hidden;
    width: 100%;
}
#login_page_body .login_pg_body .pg_blocks{
    display:table;
    height:100%;
}
#login_page_body .login_pg_body .pg_blocks .cont_cover {
    display: table-cell;
    vertical-align: middle;
}
/*#login_page_body .login_pg_body .left_block {
    width: 33%;
    float: left;
}*/
#login_page_body .login_pg_body .center_block {
    width: 34%;
    margin:0 33%;
    float: left;
    display:block;
}
/*#login_page_body .login_pg_body .right_block {
    width: 33%;
    float: left;
    padding: 0 10px;
}*/
#login_page_body .login_pg_body .left_block .devices_img_cover {
    padding: 0 15px;
    text-align: center;
}
#login_page_body .login_pg_body .left_block .devices_img {
    max-width: 100%;
}
#login_page_body .login_pg_body .right_block .feat_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
#login_page_body .right_block .feat_list li {
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}
#login_page_body .right_block .feat_list li .dot {
    font-size: 7px;
    width: 15px;
    line-height: 14px;
    color: #209CEA;
    text-align: center;
    vertical-align: sub;
}
#login_page_body .right_block .feat_list li .txt {
    line-height: 14px;
    vertical-align: bottom;
}
#login_page_body .download_link_cont {
    /*margin-top: 20px; */
    /* padding-left: 15px; */
    /*position: fixed;*/
    /*bottom: 25px;*/
    width: 100%;
    margin: auto;
    text-align: center;
    /*border-top: 1px solid #d3d3d3;*/
    padding-top: 3px;
   
}
#login_page_body .download_link_cont .cont_txt {
    display: inline-block;
    color: #666;
    line-height: 25px;
    vertical-align: text-bottom;
    font-size: 12px;
}
#login_page_body .download_link_cont .links_cont {
    display: inline-block;
}
#login_page_body .download_link_cont .link_btn {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    opacity: .8;
}
#login_page_body .download_link_cont .link_btn:hover {
    opacity: 1;
}
#login_page_body .download_link_cont .link_btn .icn {
    font-size: 19px;
    color: #666;
}
#login_page_body .download_link_cont .and_link .icn {
    color: #8cbc06;
}
#login_page_body .download_link_cont .ios_link .icn {
    color: #000;
}
#login_page_body .download_link_cont .win_link .icn {
    color: #00aeef;
}
#login_page_body .download_link_cont .other_link .otherOS_icn{
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}
#login_page_body .download_link_cont .other_link .otherOS_icn .icn1{
    font-size: 22px;
    color: #666;
    width: 25px;
    height: 25px;
}
#login_page_body .download_link_cont .other_link .otherOS_icn .icn2{
    font-size: 10px;
    color: #fff;
    position: relative;
    width: 25px;
    height: 25px;
    vertical-align: super;
    line-height: 30px;
}
#login_page_body .login_pg_footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left:0;
    padding: 5px 0;
    background-color:#f5f5f5;
}
#login_page_body .login_pg_footer .footer_txt {
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    color: #666666;
    cursor: default;
    width: 100%;
}
#login_page_body .login_pg_footer .site_link {
    font-weight: bold;
    color: #333;
}
#login_page_body .login_pg_body .header_line {
    text-align: center;
    color: #666;
    font-size: 18px;
    padding: 10px;
    font-weight: 300;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    z-index:10;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}
#login_page_body .login_pg_body .header_line .tagLine{
    font-size:18px;
    margin:0;
    margin-top:-5px;
}
#login_page_body .login_pg_body .center_block .form_display_box {
    margin: 65px 10% 55px;
    height: 84%;
    height: calc(100% - 120px);
    position: relative;
    overflow:hidden;
}
#login_page_body .center_block .form_display_box .form_cover{
    display: table;
    height: 100%;
    width:100%;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color:#f5f5f5;
}
#login_page_body .center_block .form_display_box .form_cover > .formWrap{
    display:table-cell;
    vertical-align:middle;
}
#login_page_body .login_pg_body .warning-mess-area {
    padding: 0 10px;
    font-size: 12px;
    min-height: 20px;
    color: red;
    font-weight: 500;
}
#login_page_body .login_pg_body .other_form_links {
    text-align: center;
    padding: 5px 0;
}
#login_page_body .login_pg_body .other_form_links {
    text-align: center;
    padding: 5px 0;
}
#login_page_body .login_pg_body .other_form_links .linkToform {
    color: #666;
    white-space: nowrap;
    font-size:14px;
}
#login_page_body .login_pg_body .other_form_links .link_divider {
    display: inline-block;
    height: 20px;
    width: 1px;
    vertical-align: middle;
    background-color: #d3d3d3;
    margin: 0 2px;
}
#login_page_body .login_pg_body button {
    background-color: #209cea;
    color: #fff;
}
#login_page_body .login_pg_body button:hover{
    background-color:#1478b7;
}

#login_page_body .form_display_box .form_header_line{
    margin: 10px 0;
    text-align: center;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
#login_page_body .form_display_box .signup_form .email_id_cont {
    position: relative;
}
#login_page_body .signup_form .email_id_cont .status_icn {
    opacity: 0;
    position: absolute;
    top: 13px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size:20px;
}
#login_page_body .signup_form .email_id_cont .status_icn.yes {
    color:#29CA42;
}
#login_page_body .signup_form .email_id_cont .status_icn.no {
    color:#DD0F24;
}
#login_page_body .signup_form .email_id_cont.loading .loading {
    opacity: 1;
    color: orange;
}
#login_page_body .signup_form .email_id_cont.ok .yes {
    opacity: 1;
    color:#29CA42;
}
#login_page_body .signup_form .email_id_cont.error .no {
    opacity: 1;
    color:#DD0F24;
}

#login_page_body .login_form #loginBtn,
#login_page_body .comp_signup_form .sign_up{
    position:relative;
}
#login_page_body .login_form #loginBtn .loading,
#login_page_body .comp_signup_form .sign_up .loading{
    position: absolute;
    /*left: 5px;
    line-height: 20px;*/
    opacity: 0;
}
#login_page_body .login_form #loginBtn.inprogress .loading,
#login_page_body .comp_signup_form .sign_up.inprogress .loading{
    opacity: 1;
}
#login_page_body .comp_signup_form .comp_bottom {
    margin-top: 5px;
}
#login_page_body .inputRow .lbl{
    color:#666;
    font-size:13px;
    padding-left: 10px;
}
#login_page_body #completed_mess .cover {

}
#login_page_body #completed_mess .headerLine {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: normal;
    color: #666;
}
#login_page_body #completed_mess .subLine {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}
#login_page_body #completed_mess .subLine.onleft {
    text-align: left;
    padding: 2px 0;
    display:none;
}

#login_page_body.showForm1 .form_display_box .login_form,
#login_page_body.showForm2 .form_display_box .signup_form,
#login_page_body.showForm3 .form_display_box .comp_signup_form,
#login_page_body.showForm4 .form_display_box #completed_mess{
    left:0;
}
#login_page_body.showForm4 .login_pg_body .right_block{
    display:none;
}
#login_page_body .accept_terms_cont .ct-model-label{
    color: #666;
    font-size: 14px;
    vertical-align: text-top;
    font-weight: bold;
}
#login_page_body.showForm4 .form_display_box #completed_mess .verifLinkMess{
    font-size: 20px;
    color: #666;
    margin:15px 0;
}


#pass_str_box {
    position: absolute;
    top: 0;
    z-index: 100;
    display: none;
    min-width: 250px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
    /*margin-top: 15px;
    margin: 15px 30px 5px 30px;*/
    padding: 7.5px;
    /*top: 185px;
    right: 34%;
    top: 47%;*/
}
#pass_str_box .arrow,
#pass_str_box .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
#pass_str_box.left .arrow {
    top: 50%;
    right: -22px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
    border-width: 11px;
}
#pass_str_box.left .arrow:after {
    right: -9px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
    border-width: 10px;
}
#pass_str_box.down .arrow {
    top: -22px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 11px;
}
#pass_str_box.down .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-width: 10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
#pass_str_box .strength_txt {
    font-size: 14px;
    font-weight: 700;
    margin: 5px;
}
#pass_str_box .strength_txt .stre_mess {
    font-weight: 300;
    display: none;
}
#pass_str_box.short .strength_txt .mess1,
#pass_str_box.weak .strength_txt .mess2,
#pass_str_box.fair .strength_txt .mess3,
#pass_str_box.good .strength_txt .mess4,
#pass_str_box.strong .strength_txt .mess5 {
    display: inline;
}
#pass_str_box .strength_bar {
    height: 7px;
    background-color: #f5f5f5;
}
#pass_str_box .strength_bar .status {
    height: 100%;
    display: block;
}
#pass_str_box.short .strength_bar .status {
    width: 20%;
    background-color: #a03;
}
#pass_str_box.weak .strength_bar .status {
    width: 40%;
    background-color: #a03;
}
#pass_str_box.fair .strength_bar .status {
    width: 60%;
    background-color: #fc3;
}
#pass_str_box.good .strength_bar .status {
    width: 80%;
    background-color: #2d98f3;
}
#pass_str_box.strong .strength_bar .status {
    width: 100%;
    background-color: #76c261;
}
#pass_str_box.short,
#pass_str_box.weak,
#pass_str_box.fair,
#pass_str_box.good,
#pass_str_box.strong {
    display: block;
}

/* for intlTelInput plugin*/
.intl-tel-input input, 
.intl-tel-input input[type=text], 
.intl-tel-input input[type=tel]{
    margin-top:5px !important; 
    margin-bottom:5px !important;
}
.intl-tel-input {
    width: 100%;
}
.form_box .comp_top .inputRow .intl-tel-input .inputEle {
    width: 100%;
    padding: 7.5px 25px 7.5px 45px;
}
#tel-error-msg,
#tel-valid-msg {
    position: absolute;
    right: 3px;
    top: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    /*color: #fff;*/
    font-size: 20px;
    text-align: center;
}
#tel-error-msg.hide,
#tel-valid-msg.hide {
    display: none;
}
#tel-error-msg {
    color:#DD0F24;
}
#tel-valid-msg {
    color:#29CA42;
}
.intl-tel-input .country-list {
    max-width: 350px;
}
.intl-tel-input .country-list .country {
    padding: 5px;
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    font-size: 13px;
}
 



@media (min-width:1440px){
    input[type='text'],
    input[type='tel'],
    input[type='number'],
    input[type='password'],
    select, textarea{
        font-size:14px;
    }
    input[type='text'],
    input[type='tel'],
    input[type='number'],
    input[type='password'],
    select{
        line-height:26px;
    }
    select{
        height:38px;
    }
    button, .btn{  
        font-size: 18px;
        padding: 10px;
    }
    #login_page_body .login_pg_header{
        height:75px;
    }
    #login_page_body .login_pg_body {
        height: 93%;
        height: calc(100% - 110px);
    }
    #login_page_body .login_pg_body .warning-mess-area{
        font-size: 15px;
        min-height: 28px;
    }
    #login_page_body .login_pg_body .other_form_links .linkToform{
        font-size: 16px;
    }
    #login_page_body .inputRow .lbl{
        font-size: 16px;
    }
    #login_page_body .form_display_box .form_header_line{
        font-size:16px;
    }
    #login_page_body .signup_form .email_id_cont .status_icn{
        top:17px;
    }
    #login_page_body .login_pg_body .center_block .form_display_box {
        margin: 85px 13% 35px;
        height: 87%;
        height: calc(100% - 120px);
    }
    #login_page_body.showForm3 .login_pg_body .center_block .form_display_box{
        overflow: auto;
    }
    #login_page_body .login_pg_body .center_block .header_line{
        font-size: 30px;
        top: 100px;
    }
    /*#login_page_body .login_pg_body .download_link_cont{
        bottom: 60px;
    }*/
    #login_page_body .login_pg_footer .footer_txt{
        font-size: 12px;
    }
    #login_page_body .right_block .feat_list li {
        font-size: 22px;
    }
    #login_page_body .download_link_cont .cont_txt{
        font-size: 14px;
        line-height: 28px;
    }
    #login_page_body .download_link_cont .link_btn .icn,
    #login_page_body .download_link_cont .other_link .otherOS_icn .icn1{
        font-size:25px;
    }
    #login_page_body .download_link_cont .link_btn,
    #login_page_body .download_link_cont .other_link .otherOS_icn,
    #login_page_body .download_link_cont .other_link .otherOS_icn .icn1,
    #login_page_body .download_link_cont .other_link .otherOS_icn .icn2 {
        width: 30px;
        height: 30px;
    }
    #login_page_body .download_link_cont .other_link .otherOS_icn{
        vertical-align: sub;
    }
    #login_page_body .download_link_cont .other_link .otherOS_icn .icn2{
        font-size:15px;
    }
}
@media screen and (min-width:1px) and (max-width:1199px){
    #login_page_body .login_pg_body .center_block .form_display_box{
        margin-left: 7%;
        margin-right: 7%;
    }
    #login_page_body .login_pg_footer .footer_txt{
        width:100%;
    }
}
@media screen and (min-width:1px) and (max-width:991px){
    input[type='text'],
    input[type='tel'],
    input[type='number'],
    input[type='password'],
    select, textarea{
        padding:4px 10px;
        margin: 4px 0;
    }
    input[type='text'],
    input[type='tel'],
    input[type='number'],
    input[type='password']{
        line-height:22px;
    } 
    select{
        line-height: 22px;
        height: 32px
    }
    #login_page_body .login_pg_body .left_block{
        width:55%;
        display:none;
    }
    #login_page_body .login_pg_body .center_block{
        width:46%;
        margin:auto 27%;
    }
    #login_page_body .login_pg_body .center_block .form_display_box {
        margin: 65px 10% 30px;
        height: 83%;
        height: calc(100% - 95px);
    }
    #login_page_body .login_pg_body .right_block{
        display: none;
    }
    #login_page_body .login_pg_body .download_link_cont{
        width: 100%;
        left: 0;
        bottom: 35px;
    }
    #login_page_body .form_display_box .form_header_line{
        margin: 10px 0 6px;
        font-size:12px;
    }
    #login_page_body .download_link_cont .link_btn .icn{
        font-size:19px;
    }
    #login_page_body .download_link_cont .other_link .otherOS_icn .icn1{
        font-size:20px;
    }
}
@media screen and (min-width:1px) and (max-width:767px){
    input[type='text'],
    input[type='tel'],
    input[type='number'],
    input[type='password'],
    select, textarea{
        font-size:10px;
    }
    input[type='text'],
    input[type='tel'],
    input[type='number'],
    input[type='password'],
    select{
        line-height:18px;
    }
    select{
        height:28px;
    }
    button, .btn{  
        font-size: 15px;
        padding: 8px;
    }
    #login_page_body .login_pg_header{
        height:45px;
    }
    /*#login_page_body .login_pg_body {
        height: 93%;
        height: calc(100% - 45px);
    }*/
    #login_page_body .login_pg_body .warning-mess-area{
        font-size: 10px;
        min-height: 15px;
    }
    #login_page_body .login_pg_body .other_form_links .linkToform{
        font-size:12px;
    }
    #login_page_body .inputRow .lbl{
        font-size:12px;
    }
    #login_page_body .form_display_box .form_header_line{
        font-size:12px;
    }
    #login_page_body .signup_form .email_id_cont .status_icn{
        top:10px;
    }
    #login_page_body .login_pg_body .center_block .form_display_box {
        margin: 45px 10% 45px;
        height: 86%;
        height: calc(100% - 90px);
        margin-left: 0%;
        margin-right: 0%;
    }
    #login_page_body .center_block .form_display_box .form_cover{
        width: calc(280px - 0px);
        margin-left: calc((100% - 280px)/2);
        margin-right: calc((100% - 280px)/2);
    }
    #login_page_body .login_pg_body .header_line{
        font-size: 16px;
        top: 0px;
        padding: 5px;
    }
    #login_page_body .login_pg_body .header_line .suremdm-logo .logo{
        width: 180px;
    }
    #login_page_body .login_pg_body .header_line .tagLine{
        margin: 0;
        font-size: 16px;
        margin-top: -5px;
    }
    #login_page_body .login_pg_footer .footer_txt{
        font-size:10px;
    }
    #login_page_body .login_pg_body .right_block{
        height:80px;
    }
    #login_page_body .download_link_cont .cont_txt{
        font-size: 14px;
        line-height:20px;
    }
    #login_page_body .download_link_cont .link_btn .icn,
    #login_page_body .download_link_cont .other_link .otherOS_icn .icn1{
        font-size:16px;
    }
    #login_page_body .download_link_cont .link_btn,
    #login_page_body .download_link_cont .other_link .otherOS_icn,
    #login_page_body .download_link_cont .other_link .otherOS_icn .icn1,
    #login_page_body .download_link_cont .other_link .otherOS_icn .icn2 {
        width: 20px;
        height: 20px;
    }
    #login_page_body .download_link_cont .other_link .otherOS_icn{
        vertical-align: sub;
    }
    #login_page_body .download_link_cont .other_link .otherOS_icn .icn2{
        font-size:10px;
    }
    
}
@media screen and (min-width:1px) and (max-width:599px){
    #login_page_body .login_pg_body .left_block{
        display:none;
    }
    #login_page_body .login_pg_body .center_block,
    #login_page_body .login_pg_body .right_block{
        width:100%;
        margin:0;
    }
    #login_page_body .login_pg_body .download_link_cont{
        padding: 0px;
        width: 100%;
        bottom: 30px;
    }
    #login_page_body .login_pg_body .center_block .form_display_box {
        margin-left: 15%;
        margin-right: 15%;
    }
}
@media screen and (min-width:1px) and (max-width:479px){
    #login_page_body .login_pg_body .center_block .form_display_box {
        margin-left: 7.5%;
        margin-right: 7.5%;
    }
}
@media screen and (min-width:1px) and (max-width:319px){
    body#login_page_body{
     overflow-x:auto;   
    }
}





@media screen and (min-width:1440px){
    #login_page_body .center_block .logoSpaceholder{
        height:100px;
    }
    #login_page_body.showForm1 .login_pg_body .header_line {
        top: calc((100% - 330px) / 2);
    }
    #login_page_body.showForm2 .login_pg_body .header_line {
        top: calc((100% - 435px) / 2);
    }    
    #login_page_body.showForm3 .login_pg_body .header_line {
        top: calc((100% - 540px) / 2);
    }    
    #login_page_body.showForm4 .login_pg_body .header_line {
        top: calc((100% - 250px) / 2);
    }

}
@media screen and (min-width:768px) and (max-width:1439px){
    #login_page_body .center_block .logoSpaceholder{
        height:90px;
    }
    #login_page_body.showForm1 .login_pg_body .header_line {
        top: calc((100% - 300px) / 2);
    }
    #login_page_body.showForm2 .login_pg_body .header_line {
        top: calc((100% - 360px) / 2);
    }    
    #login_page_body.showForm3 .login_pg_body .header_line {
        top: calc((100% - 522px) / 2);
    }    
    #login_page_body.showForm4 .login_pg_body .header_line {
        top: calc((100% - 230px) / 2);
    }

}
@media screen and (min-width:1px) and (max-width:767px){
    #login_page_body .center_block .logoSpaceholder{
        height:70px;
    }
    #login_page_body.showForm1 .login_pg_body .header_line {
        top: calc((100% - 240px) / 2);
    }
    #login_page_body.showForm2 .login_pg_body .header_line {
        top: calc((100% - 310px) / 2);
    }    
    #login_page_body.showForm3 .login_pg_body .header_line {
        top: calc((100% - 460px) / 2);
    }    
    #login_page_body.showForm4 .login_pg_body .header_line {
        top: calc((100% - 215px) / 2);
    }

}

@media screen and (max-height:600px){
    #login_page_body .login_pg_footer {
        position: normal;
        position: initial;
    }
    #login_page_body .login_pg_body .center_block .form_display_box{
        margin:0;
        padding:10px 0;
        height:100%;
    }
}
@media screen and (max-height:600px) and (min-width:480px){
    #login_page_body .login_pg_body{
        height: 92%;
        height: calc(100% - 50px);
    }
}
@media screen and (max-height:600px) and (min-width:1px) and (max-width:479px){
    #login_page_body .login_pg_body{
        height: 90%;
        height: calc(100% - 65px);
    }
}


.innerdiv {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}
.outerdiv {
    display: table;
    width: 100%;
    height: 100%;
}




button .loader {
    /*margin: 60px auto;*/
    display: inline;
    font-size: 0px;
    right: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 3px solid rgba(256, 256, 256, 0.4);
    border-right: 3px solid rgba(256, 256, 256, 0.4);
    border-bottom: 3px solid rgba(256, 256, 256, 0.4);
    border-left: 3px solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    overflow: hidden;
}
button .loader,
button .loader:after {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
@media screen and (min-width:1px) and (max-width:767px){
    button .loader,
    button .loader:after {
        width: 20px;
        height: 20px;
    }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}