﻿body, html {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 13px;
}
.alert_box_header {
    width: 97%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(189, 54, 47, 0.95);
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    z-index: 9999999999;
    color: #fff;
    padding: 0 19px;
}

.close.close_icon_color {
    text-shadow: 0 0px 0 #fff;
    font-weight: bold;
    color: #fff;
    margin-top: 16px;
}

.fa.fa-warning.fa_warning_header {
    float: left;
    margin-top: 13px;
    font-size: 30px;
    margin-right: 20px;
}

#spanerrorMessaegeicon .fa.fa-warning.fa_warning_header:before {
    content: "\f071" !important;
    font-family: FontAwesome !important;
    font-size: 23px;
}

.heading_style_reg_sub_child {
    position: relative;
}
.energy_mid_box {
    margin-bottom: 34px;
}

#txtEmailForgotUserName1 {
    width: 96% !important;
}
/* Android starts here */
a.email_info_ico {
    position: absolute;
    right: -20px;
    top: 8px;
    font-size: 0;
}
#page_loader {    
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .7;
    display: none;
    position: absolute;
    top: 0px;
    z-index: 99999999;
}

header {
    box-shadow: 0 0 2px -2px rgba(0,0,0,.2), 0 0 0 0 rgba(0,0,0,.14), 0 0 5px 0 rgba(0,0,0,.12);
}

.form-group {
    float: left;
    width: 100%;
}

#errorMsg {
    float: initial;
    position: absolute;
    top: 11px;
    left: 30%;
    width: 258px;
    background: rgba(60,60,60,.82);
    color: white;
    padding: 3px 8px;
    box-shadow: 0px 1px 3px #ccc;
    display: none;
}

textarea {
    height: 149px !important;
    resize: none;
}
@media (min-width: 1200px) {
    section.container {
        width: 1200px !important;
        overflow: hidden;
    }
}
/*------ New UI -------*/
.energy_mid_box .login-page {
    background: #ffffff;
    margin-top: 51px;
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #d2d2d2;
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.15) !important;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 55px 80px;
    margin-bottom: 50px;
}
.energy_mid_box {
    margin: 0 auto !important;
    float: none;
}
.login-page .loginpage-form h1 {
    font-size: 22px !important;
    color: #333;
    text-transform: uppercase;
}
.loginpage-form {
    padding: 0!important;
}
    .loginpage-form h2 {
        font-size: 16px;
        margin: 5px 0px 15px 0px;
        line-height: 1.5;
         
    }
.loginpage-form p {
    font-size: 16px;
    color: #545454;
}

.energy_mid_box .log_smw_btn .btn-default-login-cancel {
    width: 45% !important;
    border-radius: 3px !important;
}
.energy_mid_box .log_smw_btn .btn-default-login-submit {
    width: 45% !important;
    border-radius: 3px !important;
    float: right;
}
input#btnSubmitForgotUserName, input#btnCancelForgotUserName, input#btnOtherLogin, input#btnSubmitOtherLogin {
    border-radius: 3px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}
.log_smw_btn {
    width: 100% !important;
    margin-top: 15px !important;
}
.linkradiobutton {
    float: left;
    width: 50%;
}
    .linkradiobutton label {
        font-size: 16px;
        font-weight: normal;
        margin-bottom:0px;
        margin-top:10px;
    }
#showDiv .full_width_input_sec {
    margin-top: 20px!important;
}
.bar_input:before {
    left: 50% !important;
}
input#btnSubmitForgotPassword {
    float: right !important;
    width: 48% !important;
    margin-bottom: 0px;
    margin-top: 0px;
}
input#btnCancelForgotPassword {
    border: 1px solid !important;
    float: left !important;
    margin-right: 10px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 48% !important;
    margin-right: 0px !important;
    text-transform: uppercase;
}
input#btnSubmitForgotUserName, input#btnSubmitOtherLogin {
    float: right !important;
    width: 48% !important;
    margin-bottom: 0px;
    margin-top: 0px;
}
input#btnCancelForgotUserName, input#btnOtherLogin {
    border: 1px solid #43a7d8 !important;
    float: left !important;
    margin-right: 10px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 48% !important;
    margin-right: 0px !important;
}
textarea#txtComments {
    height: 90px !important;
    padding-top: 28px !important;
}
.glyphicon-info-sign:before {
    content: "\F2FD" !important;
    font-family: "Material Design Icons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #696969 !important;
}
label.effect_lbl.effect_lblBg {
    background: #e8e8e8;
    width: 93%;
    top: 0px !important;
    padding: 7px 0px 6px 0px;
}
#divAddAccount .modal-dialog{
    width:460px;
}
.otp_txt p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.otp_input {
    width: 98%;
    margin-bottom: 5px;
    height: 36px;
    background: #f3f2f2;
    border: 1px solid #ccc;
}
#otp-varification .modal-dialog{
    width:520px;
}
#otp-varification .modal-footer {
    margin-top: 20px;
}
.otptimer{
    font-style:normal;
}
#otp-varification .cls_disable {
    background: #ccc !important;
    border: 1px solid #ccc !important;
    color: #515153 !important;
}
#ForgotPswdContainer .clsBtn_disable {
    background: #ccc !important;
    border: 1px solid #ccc !important;
    color: #515153 !important;
}
    #ForgotPswdContainer .clsBtn_disable:hover {
        background: #ccc !important;
        border: 1px solid #ccc !important;
        color: #515153 !important;
    }

.modal-footer input[type="submit"] {
    margin-bottom: 0px !important;
}

    #otp-varification .cls_disable:hover {
        background: #ccc !important;
        border: 1px solid #ccc !important;
        color: #515153 !important ;
    }
 #otp-varification .full_width_input_sec {
    margin-top: 15px !important;
    margin-bottom:20px!important;
}
label.effect_lbl.effect_lbl_text_inpt {
    top: -20px;
    font-size: 16px;
}
@media (min-width: 768px) and (max-width: 992px) {
    input #btnSubmitForgotUserName, input#btnSubmitOtherLogin {
        padding: 8px 30px !important;
    }    
}
#otp-varification .full_width_input_sec span.error_messagecommon {
    position: absolute;
    left: 0px;
    bottom: -23px!important;
    font-size: 13px!important;
}
.input_box_eff_wrap .help_icon_about_myhome {
    position: absolute;
    top: 16px;
    right: -30px;
}