html,body
{
    width:100%;
    height:100%;
    }

.login
{
	background-color: #444 !important;
	background-image: url(../../Content/img/lognbg.jpg);
	background-size: 100% 100%;
}

.login .content
{
  background-color:#fff; 
  width: 300px;
  /*margin: 0 auto; */
  margin-bottom: 0px;
  padding: 30px;  
  padding-top: 20px;  
  padding-bottom: 15px; 
  border-radius: 0.5rem;
}

.form-horizontal .form-control {
    background: #f0f0f0;
    /*border: none;
    border-radius: 20px;*/
    box-shadow: none;
    padding: 0 20px 0 45px;
    height: 40px;
    transition: all 0.3s ease 0s;
}
		
.form-horizontal .form-group i{
		    position: absolute;
		    top: 12px;
		    left: 30px;
		    font-size: 17px;
		    color: #c8c8c8;
		    transition : all 0.5s ease 0s;
		}
		.form-horizontal .form-control:focus + i{
		    color: #00b4ef;
		}
.form-horizontal .form-control:focus{
		    background: #e0e0e0;
		    box-shadow: none;
		    outline: 0 none;
		}
.i-logo{
	width: 100px;
	height: auto;
	max-height: 50px;
	float: left;
	margin: 6px auto;
}
.i-logo-title
{
	float: left;
	text-align:center;
	padding-left: 30px;
	margin-top: 15px;
}
.i-row
{
	margin-top: 25%;	
}
.btn-check{
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.span-btn
{
	font-size: 20px;
	padding-top: 8px;	
}

.login-title
{
    margin-top:5px;
    margin-bottom:20px;
}

.fsize
{
    font-size:15px;

}

#firstname::-webkit-input-placeholder {
  color: #CDCDCD;
}
#firstname:-moz-placeholder {
  color: #CDCDCD;
}
#firstname:-ms-input-placeholder {
  color: #CDCDCD;
}

#lastname::-webkit-input-placeholder {
  color: #CDCDCD;
}
#lastname:-moz-placeholder {
  color: #CDCDCD;
}
#lastname:-ms-input-placeholder {
  color: #CDCDCD;
}

.btn-warning
{
    color: #fff;
    padding: 0 0 0 0 !important;
    background-color: #66AFE9 !important;
    border-color: #66AFE9;
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning
{
    color:#fff;
    background-color:#66AFE9;
    border-color:#66AFE9
}

.btn-warning.focus,.btn-warning:focus
{
    color:#fff;
    background-color:#66AFE9;
    border-color:#66AFE9
}
.btn-warning:hover
{
    color:#fff;
    background-color:#66AFE9;
    border-color:#66AFE9
}
