/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 15, 2016, 11:07:03 AM
    Author     : sudha.b
*/

.login_title	{
	overflow: hidden;
}

.login_logo_wrapper	{
	position: absolute;
	top: 0;
	width: 100%;
}

/* .login_mack_logo	{
    width: 120px;
    float: right;
    margin: 20px;
} */

.login_mackline_logo	{
    /*width: 550px;*/
    margin: 1% 3%;
}

#login-box .ui-button .ui-button-text {
    padding: 0px !important;
    font-size: 14px !important;
}
#nfr_login_btnlogin .ui-button-icon-right{
    display:none;
}

#nfr_login_body{
    background-repeat:no-repeat;background-size: 100%;overflow-x:hidden !important;
}

#nfr_login_btnlogin{
    font-size: 14px !important;
    font-weight: bold;
    text-align: center;
    width: 120px;
    height: 40px;  top: 25px;  padding: 0px !important;  background-color: #2293f7;opacity:1 !important;
}

.navigatorDiv{
    width: 100%;
    margin-top: 16px!important;
    margin-bottom: 16px!important;
    position: absolute;
    left: 0;
    bottom:5%;
    text-align: center!important;
    font-size: 18px!important;
}

.slider{
    color: #000!important;
    border: 1px solid #ccc!important;
    border-radius: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
    display: inline-block;
    height: 13px;
    width: 13px;
    padding: 0;
}

.slider_white{
    background-color: #fff!important;
}

.slider:hover{
    background-color: #fff!important;
}

#nfr_login_msg{
    height: 25px;
    padding: 0px !important;
    border: none;
    background:transparent !important;
    margin:1px !important;
}
#nfr_login_msg *{
    background:transparent !important; 
    border:none !important;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin-top: auto !important;
    color: white;
    list-style-type: none;
}

.nfr-login-withoutcaptcha{
    min-height: 209px !important;
}

.nfr-login-withcaptcha{
    min-height: 280px !important;
}
.nfr-login-withsmartauth{
     min-height: 250px !important;
}

.nfr-login-imgscrollerdiv{
    position:fixed;
    box-sizing:border-box !important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: calc(100% - 10px);
    width: 100%;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}

.nfr-login-slideimage{
    height: 100%;
    width:100%;
    display:block;
    margin:auto !important;
}

@media only screen and (max-width: 500px) {
    .nfr-login-imgscrollerdiv {
        display: none;
    }
}

.nfr-login-footer{
    text-align: right;
    color: red;
    top: calc(100% - 30px);
    position: absolute;
    width: 99%;
}
/* #NFR_LoginForm{
    height: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
   
} */

body .ui-inputfield {
	padding: 2px 2px 1px 10px !important;
}	

div.login-panel{
	position: absolute;
	top: 8%;
	right: 2%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*border-radius: 10px;*/
    vertical-align: middle !important;
    height:auto !important;
	/*width: 325px !important;*/
    background: #fff !important;
    /* box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.46);
    background-color: #fafafa;
	border: 15px solid rgba(255, 255, 255, .3); */
}

div.login-panel .less_padding{
	padding: 8px 20px !important;
}

.login_input	{
	background: #fff !important;
    border: 1px solid #635f5f !important;
    height: 35px !important;
    border-radius: 6px !important;
}

#nfr_resetPassword-NFR_macklogo{
	height: 70px !important;
    float: left;
    margin-left: -5px;
}

#NFR_LoginForm-NFR_macklogo{
	height: 70px !important;
    float: left;
    margin-left: -5px;
}
#NFR_LoginForm-nfr_login_btnlogin{
    background-color: #eb2027 !important;
}



.forgotusername:hover, .forgotpassword:hover, .terms:hover {
	color: #003399;
}
	
.forgotusername{
	float: left;
	font-size:13px;
	color: #000;
	text-decoration: underline;
	margin-top: -15px;
}

.forgotpassword{
	float: right;
	font-size:13px;
	color: #000;
	text-decoration: underline;
	margin-top: -10px;
}

.terms{
	float: right;
	font-size:12px;
	color: #000;
	text-decoration: underline;
	margin-top: -10px;
}

.copyrights{
	font-size:12px;
	color: #fff;
	position: absolute;
	bottom: 2%;
	right: 5%;
}

.nfr-login-msg-container{
	font-size: 14px;
    color: red;
}