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;
}
a {
    text-decoration: none;
    color: #209cea;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #209cea;
}
/* input,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 {
    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;
}
#forgotPass_pg {
    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;
}
#forgotPass_pg .login_pg_wrapper {
    height: 100%;
    overflow: hidden;
    max-width:1920px;
    margin:auto;
}
#forgotPass_pg .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);*/
}
#forgotPass_pg .login_pg_header .suremdm-logo {
    height: 100%;
    text-align: center;
}
#forgotPass_pg .login_pg_header .suremdm-logo .logo {
    height: 67%;
    margin-top: 8px;
}
#forgotPass_pg .login_pg_body {
    /*height: 93%;
    height: calc(100% - 45px);*/
    height:100%;
    overflow: hidden;
    width: 100%;
}
#forgotPass_pg .login_pg_body .pg_blocks{
    display:table;
    height:100%;
}
#forgotPass_pg .login_pg_body .pg_blocks .cont_cover {
    display: table-cell;
    vertical-align: middle;
}
/*#forgotPass_pg .login_pg_body .left_block {
    width: 33%;
    float: left;
}*/
#forgotPass_pg .login_pg_body .center_block {
    width: 34%;
    margin:0 33%;
    float: left;
    display:block;
}
/*#forgotPass_pg .login_pg_body .right_block {
    width: 33%;
    float: left;
    padding: 0 10px;
}*/
#forgotPass_pg .login_pg_body .left_block .devices_img_cover {
    padding: 0 15px;
    text-align: center;
}
#forgotPass_pg .login_pg_body .left_block .devices_img {
    max-width: 100%;
}
#forgotPass_pg .login_pg_body .right_block .feat_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
#forgotPass_pg .right_block .feat_list li {
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}
#forgotPass_pg .right_block .feat_list li .dot {
    font-size: 7px;
    width: 15px;
    line-height: 14px;
    color: #209CEA;
    text-align: center;
    vertical-align: sub;
}
#forgotPass_pg .right_block .feat_list li .txt {
    line-height: 14px;
    vertical-align: bottom;
}
#forgotPass_pg .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;
}
#forgotPass_pg .download_link_cont .cont_txt {
    display: inline-block;
    color: #666;
    line-height: 25px;
    vertical-align: text-bottom;
    font-size: 12px;
}
#forgotPass_pg .download_link_cont .links_cont {
    display: inline-block;
}
#forgotPass_pg .download_link_cont .link_btn {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    opacity: .8;
}
#forgotPass_pg .download_link_cont .link_btn:hover {
    opacity: 1;
}
#forgotPass_pg .download_link_cont .link_btn .icn {
    font-size: 19px;
    color: #666;
}
#forgotPass_pg .download_link_cont .and_link .icn {
    color: #8cbc06;
}
#forgotPass_pg .download_link_cont .ios_link .icn {
    color: #000;
}
#forgotPass_pg .download_link_cont .win_link .icn {
    color: #00aeef;
}
#forgotPass_pg .download_link_cont .other_link .otherOS_icn{
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}
#forgotPass_pg .download_link_cont .other_link .otherOS_icn .icn1{
    font-size: 22px;
    color: #666;
    width: 25px;
    height: 25px;
}
#forgotPass_pg .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;
}
#forgotPass_pg .login_pg_footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left:0;
    padding: 5px 0;
    background-color:#f5f5f5;
}
#forgotPass_pg .login_pg_footer .footer_txt {
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    color: #666666;
    cursor: default;
    width: 100%;
}
#forgotPass_pg .login_pg_footer .site_link {
    font-weight: bold;
    color: #333;
}
#forgotPass_pg .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;
}
#forgotPass_pg .login_pg_body .header_line .tagLine{
    font-size: 18px;
    margin: 0;
    margin-top: -5px;
}
#forgotPass_pg .login_pg_body .center_block .form_display_box {
    margin: 65px 10% 55px;
    height: 84%;
    height: calc(100% - 120px);
    position: relative;
    overflow-y: auto;
}

#forgotPass_pg .center_block .form_display_box .form_cover{
    display: table;
    height: 100%;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color:#f5f5f5;
}
#forgotPass_pg .center_block .form_display_box .form_cover > .formWrap{
    display:table-cell;
    vertical-align:middle;
}
#forgotPass_pg .login_pg_body .warning-mess-area {
    padding: 0 10px;
    font-size: 12px;
    min-height: 20px;
    color: red;
    font-weight: 500;
}
#forgotPass_pg .login_pg_body .other_form_links {
    text-align: center;
    padding: 5px 0;
}
#forgotPass_pg .login_pg_body .other_form_links {
    text-align: center;
    padding: 5px 0;
}
#forgotPass_pg .login_pg_body .other_form_links .linkToform {
    color: #666;
    white-space: nowrap;
    font-size:14px;
}
#forgotPass_pg .login_pg_body .other_form_links .link_divider {
    display: inline-block;
    height: 20px;
    width: 1px;
    vertical-align: middle;
    background-color: #d3d3d3;
    margin: 0 2px;
}
#forgotPass_pg .login_pg_body button,
#forgotPass_pg .login_pg_body .formBtn {
    background-color: #209cea;
    color: #fff;
}
#forgotPass_pg .login_pg_body button:hover,
#forgotPass_pg .login_pg_body .formBtn:hover{
    background-color:#1478b7;
}

#forgotPass_pg .form_display_box .form_header_line{
    margin: 10px 0;
    text-align: center;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
#forgotPass_pg .center_block .pass_reset .subTit_line {
    font-weight:300;
    font-size: 14px;
    text-align: center;
    color: #666;
    margin: 0;
    padding: 15px 0;
}
#forgotPass_pg .center_block .messDisplayArea .mess_cover{
    display:table;
    height:80px;
    text-align:center;
    padding:5px;
    width:100%;
}
#forgotPass_pg .center_block .messDisplayArea .mess_txt{
    font-size:14px;
    font-weight:400;
    display:table-cell;
    vertical-align:middle;
}
#forgotPass_pg .center_block #ErrorMessageText{
    color:red;
}
#forgotPass_pg .center_block #SuccessMessageText{
    color:green;
}
/* .forGotPassword-page #Button1{
    line-height: unset !important;
} */


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



@media (min-width:1440px){
    /*#forgotPass_pg .center_block .logoSpaceholder{
        height:100px;
    }*/
    #forgotPass_pg .center_block .form_display_box .form_cover{
        padding-top:100px;
    }
    #forgotPass_pg .login_pg_body .header_line {
        top: calc((100% - 330px) / 2);
    }

}
@media (min-width:768px) and (max-width:1439px){
    /*#forgotPass_pg .center_block .logoSpaceholder{
        height:90px;
    }*/
    #forgotPass_pg .center_block .form_display_box .form_cover{
        padding-top:90px;
    }
    #forgotPass_pg .login_pg_body .header_line {
        top: calc((100% - 300px) / 2);
    }

}
@media (max-width:767px){
    /*#forgotPass_pg .center_block .logoSpaceholder{
        height:70px;
    }*/
    #forgotPass_pg .center_block .form_display_box .form_cover{
        padding-top:110px;
    }
    #forgotPass_pg .login_pg_body .header_line {
        top: calc((100% - 240px) / 2);
    }

}


@media (max-height:600px){
    #forgotPass_pg .login_pg_footer {
        position: normal;
        position: initial;
    }
    #forgotPass_pg .login_pg_body .center_block .form_display_box{
        margin:0;
        padding:10px 0;
        height:100%;
    }
}
@media (max-height:600px) and (min-width:480px){
    #forgotPass_pg .login_pg_body{
        height: 92%;
        height: calc(100% - 50px);
    }
}
@media (max-height:600px) and (max-width:479px){
    #forgotPass_pg .login_pg_body{
        height: 90%;
        height: calc(100% - 65px);
    }
}
/* 7.61.0 */
