﻿ /*bootstrap class override for login page only*/

.container-fluid { margin-top:20px}

.form-group { font-family:'Cairo', sans-serif; font-size:12pt;  }
.radio-inline { line-height:1; }

.profile-img {
	height: 150px;
	margin: 0 auto 10px;
	display: block;


}
  
.form-control   { font-family:'Cairo', sans-serif; font-size:11pt; }

 input-group
{
     padding-bottom:20px;
}
          

            .loginbox{
                background-color:#fff;
                padding-top:20px;
                
            }


            .loginButton{
                background-color: #0088D8;
                color: #fff;
                margin-top: 12px;
                margin-bottom: 10px;
                padding: 10px 0px;
                width: 100%;
                margin-left: 2px;
                font-size: 14pt;
                border-radius: 0px;
                outline: none;
                font-family:'Cairo', sans-serif;
            }

            .loginButton:hover,.loginButton:focus{
                color: #fff;  
                outline: none;
                background-color: #0066cc;
                
            }

        .registerButton
        {
                color: #fff;
                margin-top: 12px;
                margin-bottom: 10px;
                padding: 10px 0px;
                width: 100%;
                margin-left: 2px;
                font-size: 14pt;
                border-radius: 0px;
                outline: none;
                font-family:'Cairo', sans-serif;
            /*background-color: #1CB94E;*/
            background-color:#00cc99;
        }
        .registerButton:hover,
        .registerButton:focus {
	        color: #fff;
	        /*background-color: #1CA347;*/
	        background-color:#00936F;
	       
        }


            .forgotPassword{
                background-color: #F2F2F2; 
                padding: 15px 0px;
                text-align: center;
                font-size:11pt;
                font-family:'Cairo', sans-serif;

            }
            .forgotPassword:hover{
                 box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12);    
            }
            .forgotPassword a{
                color: #000;
                outline: none;
            }
            .forgotPassword a:hover, .forgotPassword a:active,.forgotPassword a:focus{  
                text-decoration: none; 
                outline: none;
            }

.icon-size
{
    font-size: 87px;
}

.panel-login {
	
	-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);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
    border:none;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #e9e9e9;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #0ab2f2;
	font-size: 18px;
}


.panel-login>.panel-heading a.activeB{
	color: white;
	background-color: #0088D8;
	font-size: 18px;
	border:none;
}

.panel-login>.panel-heading a.activeG{
	color: white;
	background-color: #1CB94E;
	font-size: 18px;
	border:none;
}

.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.loginTab, .registerTab {font-size:12pt;}

#RblNat label { margin-right:5px;}
#RblNat td { padding-left:20px; }