.login-panel {
    /*text-align: center;
    width: 350px;*/
    min-height: 435px;
    padding: 15px 20px !important;
    margin: 0px 0% 0 0 !important;
    color: #757575;
    box-shadow: none !important;
    float: right;
    font-size: 14px;
    height: 100%;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    text-align: left !important;
}
.login-panel .ui-g .ui-g-12 {
    padding: 10px !important;
}

.nfr_login_sec .login-panel .ui-g .ui-g-12 .ui-button {
    background-color: #264a62 !important;
    position: relative;
    transition: 0.5s;
    font-size: 15px;
    text-transform: capitalize;
    width: 300px !important;
    padding-left: 20px;
    margin-bottom: 0;
}
.nfr_login_sec .login-panel .ui-g .ui-g-12 .ui-button:hover {
    background-color: #03A9F4 !important;
}


.login-footer {
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #757575; }

@media (max-width: 1024px) {
    .login-panel {
        text-align: center;
        min-height: 440px;
        margin: 100px auto 0 auto; }
    .nfr_login_sec {
        background-size: cover;
    }
    .login-panel {width: 300px !important;}
}
@media (max-width: 640px) {
    .login-panel {
        text-align: center;
        width: 300px;
        min-height: 440px;
        padding: 40px 20px;
        margin: 75px auto 0 auto; }
    .login-panel .ui-g .ui-g-12 {
        padding: 20px 20px; }
    .login-panel .ui-g .ui-g-12 .ui-button {
        margin-top: 30px; } }

.login-body{
    /* background-size: 169px 125px !important;*/
    background-size: 100% !important;
    background-repeat: repeat !important;
    background-color: #fff !important;
    /*background-color: #DFDBE5;
  background-image: url("") !important;*/
}

/*Login Logo*/

#loginlogo {
    background-image: url(images/loginlogo.png);
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    width:85px;
    height: 65px;
    float: left;
    position: absolute;
    left: -15px;
}

.nfr_login_sec .card.login-panel .ui-g-12.sm_login_errormessages{
    padding: 0px !important;
    height: 50px;
    color: red;
    font-size: 12px;
}
#nfr_fragOTP {
    position: relative;
}
.sm_login_errormessagesotp{
    padding: 0px !important;
    height: auto;
    color: white;

}

#nfr_login_otpmsg{
    list-style-type: none;
    padding: 0px 13px;
    margin: 0;
    position: absolute;
    right: 0px;
    background: #e36f6f;
    width: 198px;
    text-align: inherit;
    box-shadow: 0px 3px 2px #e3e0e0;
    top: -15px;
    border-radius: 5px;
}
#nfr_login_otpmsg li {
    position: relative;
}
.sm_login_title{
    line-height: 36px;
    height: 100%;
    font-size: 24px;
    color: #03a9f4;
    vertical-align: bottom;
}

.nfr_login_sec .ui-lg-12.sm-credentials-container{
    padding:0px !important;
}
.nfr_login_sec .login-panel .sm-credentials-container > div{
    padding-left:0px !important;
    padding-right:0px !important;
}
.sm-qr-container{
    /*border-left-style: outset;*/
    padding:0px !important;
    padding-right:0px !important;
}
.sm-Title{
    font-family: 'NebulousContent',sans-serif;
    text-align: center;
    color: #232121;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    /*display: flex;
    justify-content: center;
    align-items: center;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 18px;   
    border-bottom: 1px solid #ccc !important;*/
}
.sm-Title label {
    line-height: 60px;
    margin-left: 30px;
    font-size: 26px;
}
@media (max-width: 640px){
    .sm-qr-container{
        display:none !important;
    } 
}

.nfr_login_sec .sm-auth-container.ui-g-12{
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.login-panel{
    width: 375px !important;
}

.sm_login_title{
    padding-top:0px !important;
    padding-bottom:5px !important
}

.nfr_login_sec .ui-g-12.sm-signin-options{
    padding-top:10px !important;
    padding-bottom:0px !important
}
.logiOTPlabel {
    font-size: 12px;
    font-weight: 600;
    color:#054077;
    padding-left: 8px;
}
.login-panelcopyrights{
    text-align: center;
    margin: 0px auto 0 auto;
    position: fixed;
    bottom:0;
    background: #f2f2f2;
    width:100%;
}
body .md-inputfield1 {
    display: block;
    position: relative;
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    /* width: 100%; */
    border: 1px solid #bdbdbd;
    /* margin: 0 0 15px; */
    padding: 6px;
    /* box-sizing: border-box; */
    font-size: 14px;
}
.sm-login-button{    
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #43A6EB !important;
    border: 1px solid #26759e !important;
    width: 100%;
    border: 0;
    height:42px !important;
    padding: 6px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    box-shadow:none !important;
}
.sm-border-bottom{border-bottom: 1px solid rgba(0, 0, 0, 0.26) !important; }
.sm-img{width: 285px !important;margin-left: -16px !important;}
.sm-fontsize12{font-size: 12px !important;}
.sm-white{color:#f7f7f7 !important;}
.sm-blue{color: #43A6EB !important;}
.sm-text-align-center{text-align:center !important;}
.nfr_login_sec .ui-g-12.sm-padding0{padding:0px 0px !important}
/* Added by Paul*/

.sm_login_verifyQR {
    padding: 0px !IMPORTANT;
}
.sm_login_or {
    padding: 0px !important;
}

/** new **/
.nfr_login_sec {
    background: #fff url(images/login_bg.png);
    background-size: 65% 100%;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
    width: 80%;
    margin: auto;
    box-sizing: border-box;
    box-shadow: 0px 0 15px #a9a6a6;
    border-radius: 20px;
    height: 460px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nfr_login_sec .ui-fluid .ui-inputtext,.nfr_login_sec .ui-fluid .ui-password {
    border: 1px solid #cdcdcd;
    padding: 5px 5px 5px 50px;
    box-sizing: border-box;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
    background-position: 15px;
    font-size: 18px;
}

@font-face {
    font-family: 'NebulousContent';
    src: url('fonts/NebulousContent.eot');
    src: url('fonts/NebulousContent.eot?#iefix') format('embedded-opentype'),
        url('fonts/NebulousContent.svg#NebulousContent') format('svg'),
        url('fonts/NebulousContent.ttf') format('truetype'),
        url('fonts/NebulousContent.woff') format('woff'),
        url('fonts/NebulousContent.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.login-body {
    overflow: hidden;

}
/*.nfr_dec_circle_top {
    width: 250px;
    height: 250px;
    background: #057ca4;
    border-radius: 50%;
    position: absolute;
    top: -49px;
    right: -81px;
    z-index: -1;
    border: 10px solid #389afd;
}
.nfr_dec_circle_bottom {
    width: 135px;
    height: 135px;
    background: #057ca4;
    border-radius: 50%;
    position: absolute;
    bottom: -22px;
    left: -80px;
    z-index: -1;
    border: 10px solid #389afd;
}*/
.nfr_reset_password {
    font-size: 12px !important;
    color: #43A6EB !important;
}
.nfr_login_sec .ui-fluid .ui-inputtext::-webkit-input-placeholder,.nfr_login_sec .ui-fluid .ui-password::-webkit-input-placeholder {

    font-size: 13px;
}
.nfr_login_sec .ui-fluid .ui-inputtext::-moz-placeholder,.nfr_login_sec .ui-fluid .ui-password::-moz-placeholder {

    font-size: 13px;
}
.nfr_login_sec .ui-fluid .ui-inputtext:-ms-input-placeholder,.nfr_login_sec .ui-fluid .ui-password:-ms-input-placeholder {

    font-size: 13px;
}
.nfr_login_sec .ui-fluid .ui-inputtext::placeholder,.nfr_login_sec .ui-fluid .ui-password::placeholder {

    font-size: 13px;
}

.loader {
    border: 16px solid #F3F3F3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.smpassword {
    display:none !important;
}

#nfr_pwdCompTxt {
    padding: 0px !important;
    height: 50px;
    color: red;
    font-size:14px;
}
#nfr_pwdCompTxt a{
    color: #0277bd
}

body #nfr_resLink.ui-widget-content {
    background-color: transparent;
}

ul#nfr_login_msg {
    font-size: 12px;
    list-style-type: none;
    padding-left: 15px;
}

.small-button {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px auto;
    cursor: pointer;
    width:100px !important;
    margin-left: 125px;
}

.microsoft-button {
    background-color: #264a62;
    border: none;
    padding: 8px 16px;
    display: block;
    transition: background-color 0.3s ease;
    width: 300px;
    box-sizing: border-box;
}

.microsoft-button:hover {
    background-color: #005A9E;
}
.sm-mic-logo {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: 100% 100%;
    background-image: url("images/microsoftlogo.png");
}
body .md-inputfield label{
    top:8px;
    left:15px;
}
#nfr_login_btnlogin {
    margin-bottom: 5px;
}

#otpmsg {
    color: #2b5912;
    font-size: 14px;
}
#nfr_login_otpmsg li:last-child:after{
    position: absolute;
    content: '';
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #e77676;
    border-bottom: 10px solid transparent;
    top: 23px;
    left: 85px;
}
#nfr_txtOTP {
    background-image: url("images/otpicon.png");
}
#userinputId:after,#pswdinputId:after {
    background-image: url(images/user.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 100%;
    content: '';
    top: 10px;
    left: 15px;
}
#pswdinputId:after {
    background-image: url(images/lock.svg);
}

input:-internal-autofill-selected {
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}
.licblink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.lic_icon {font-size: 2rem !important;color: #09c916;margin-right: 5px;position: relative;top: 4px;padding:0}
.lic_exp_red {color: #ff4708;}
.lic_exp_war {color:#f49f03}
.lic_icon {
    border: none;
    background: transparent;
    position: absolute;
    left: 150px;
    top: -45px;
}
.lic_icon .ui-button-text.ui-c{
    display:none;
}
.licencetimericon {
    float:left;width: 30px;
    margin-right:5px;

}
#userinputId input,#pswdinputId input {
    width:300px;
    position: relative;
}
#updatelicencetimericon {
    position: relative;
}
.lic_dig_text {
    border:none !important;
    width:100%;
    font-size: 14px;
}

#NFR_LicenseMsgDialog {
    position: absolute;
    bottom: 15px;
    right: 0px;
    width: 620px;
    border: 2px solid #d59b29;
    border-radius: 10px;
    background: #fee0a5;
    display: none;
}
.NFR_LicenseMsgDeatails span {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    color: #030303;
}
#NFR_LicenseMsgDialog.active {
    display: block;
}
#lic_dig_close {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    background: #737373;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
}
.NFR_LicenseMsgDeatails {
    color: #090909;
}
#NFR_LicenseMsgDialog.lic-expired{
    background: #f2a790;
    border: 2px solid #fc3d01;
}
.NFR_LicenseMsgDeatails span.bold-text {font-weight: 600;font-size: 15px;}

#expireddialog {
    width: 460px !important;
}
