/*Start of toplogin mini-login on banner*/

@media only screen and (min-width: 1920px) {
}
@media only screen and (max-width: 1920px) {
    .user-login .login .fa{font-size:1.2rem;}
    .user-login .chk-remember, .forgot-password, .password-recovery, .change-password{font-size:1.2rem;}
    .user-login .user-info .avatar-img{/*width:180px;height:220px*/width:100%;}
    
}
@media only screen and (max-width: 1366px) {
    .user-login .chk-remember, .forgot-password{font-size:1.2rem;}
}
@media only screen and (max-width: 1200px) {
    .user-login .btn-login, .chk-remember, .forgot-password{font-size:1.6rem;}
}
@media only screen and (max-width: 1000px) {
    .user-login .title{font-size:1.2rem !important;}
    .user-login .user-info .text{font-size:1.2rem !important;}
    .user-login .btn-login, .chk-remember, .forgot-password, .password-recovery, .change-password{font-size:2rem !important;}
    .user-login .user-info .avatar-img{width:250px;height:300px}
    #emaillogin .card-title{font-size:2.6rem;}
    #emaillogin .card-text{font-size:2.2rem;}
    .user-login .login .form-group .form-control{font-size:2rem;}
}
@media only screen and (max-width: 720px) {
    .user-login .btn-login, .chk-remember, .forgot-password, .password-recovery, .change-password{font-size:1.2rem !important;}
}
#divlogin:hover a{
    color:red;
}

 /*.user-info .exclamation
{
    background: url("images/icon-alert.gif") no-repeat left center; 
    display:block; 
    width:120px; 
    height:16px; 
    padding-left:22px; 
    text-align:left;    
}*/


/*Begin style for Toplogin - Minilogin*/
.panel-login {
    margin-top:2%;
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
#toplogin 
{
    position:absolute;
    float:right;
    padding-right:5px;
    top:5px;
    right:2px;
    overflow:visible;
    max-height:110px;
	max-width:150px ;
	z-index:1000; 
}
#toplogin table > tbody > tr > td{
    display:inline-block;
}
#toplogin table > tbody > tr > td span{
    height:3px;
    width:2px;
    float:right;
}
#toplogin .titletext, .linklabel{
    color:white;
    text-align:center;
    margin:0px 15% 0px 0px;
    float:right;
    font-size:13px;
}
#toplogin .label
{
    font-size:12px;
	color:#FFFFFF;
	text-shadow: 0px 0px 1px #000000;
}
#toplogin a
{
    /*font-size:14px;*/
}
#toplogin .textbox
{
    color:black;
    height: 20px;
    margin: 0px auto;
    width: 110px;
}
#toplogin .checkbox
{
    color:white;
    float:left;
    display:none;
}
#toplogin input[type=submit]
{
    color: white;
	width:110px;
    height:23px;
    background-color: #3071a9;
    border-color:#357ebd;
    border: 1px solid transparent;
    border-radius: 3px;
    margin:0px auto;
}
#toplogin .mini-login
{
	width:100%;
    float:right;
    margin-top: 6%;
    text-align:center;
    border:none;
}

 #toplogin .password-recovery
{
     float:right;
     padding-right:10px;
}
#toplogin .change-password
{
    line-height:10px;
    padding-top:6px;
    overflow:visible;
}

 
#toplogin .user-info
{
    line-height:10px;
	color:#000000;
	text-shadow: 0px 0px 2px #000000;
    float:right;
    border: solid 1px;
    border-color: blue;
    width: 180px;
    display:none;
}
#toplogin .user-info a
{
    line-height:1.5px;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #253fce;
}
#toplogin .user-info ul
{
    color:#FFFFFF;
	text-shadow: 0px 0px 1px #000000;
    list-style: none;
    margin:0;   
    padding: 0;
    overflow: hidden;
}
#toplogin .user-info li
{
    color:#FFFFFF;
	text-shadow: 0px 0px 1px #000000;
    margin: 0;
    padding-top: 1px;
    line-height:1.5;
}
#toplogin .user-info .avatar
{
    float:left;
    width:70px;
    height:95px;
}
#toplogin .user-info .avatar-img
{
    max-width:70px;
    max-height:95px;
}
/*End of toplogin mini-login*/
