

#htmlLogin {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

#htmlLogin.background-login{
    width: 100%;
   height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    /*background-color: #222D32;*/
    background-color:#3c8dbc;
    z-index: 10000;
    overflow:auto;
}
#htmlLogin .fix-btn-login{
  width:49% !important;
}
/*
.login{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    border: 1px solid #aaa;
    padding: 15px;
    background-color: white;
}
.login .btn{
    width: 100% !important;
    display: block;
}
.login-box, .register-box {
    margin: 7% auto;
    width: unset;
}*/

#htmlLogin strong { font-weight: 500; }

#htmlLogin a, #htmlLogin a:hover, #htmlLogin a:focus {
	color: #19b9e7;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

#htmlLogin h1,  #htmlLogin h2 {
	margin-top: 0;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 40px;
}

#htmlLogin h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

#htmlLogin img { max-width: 100%; }

#htmlLogin ::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
#htmlLogin ::selection { background: #19b9e7; color: #fff; text-shadow: none; }


#htmlLogin .btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #19b9e7;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#htmlLogin .btn-link-1:hover, 
#htmlLogin .btn-link-1:focus,
#htmlLogin .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

#htmlLogin .btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#htmlLogin .btn-link-2:hover, 
#htmlLogin .btn-link-2:focus, 
#htmlLogin .btn-link-2:active, 
#htmlLogin .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top menu *****/

#htmlLogin .navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
#htmlLogin .navbar.navbar-no-bg { background: none; }

#htmlLogin ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}

#htmlLogin .navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

#htmlLogin .navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

#htmlLogin .navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
#htmlLogin .navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
#htmlLogin .navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

#htmlLogin .navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 28px;
	vertical-align: middle;
}
#htmlLogin .navbar-inverse ul.navbar-nav li .li-social a:hover, 
#htmlLogin .navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #19b9e7; }
/*
#htmlLogin .navbar-brand {
	width: 113px;
	background: url(../../images/source/logo-business-365.png) left center no-repeat;
	text-indent: -99999px;
}*/


/***** Top content *****/

#htmlLogin .inner-bg {
    padding: 10px 0;
}

#htmlLogin .top-content .text {
	color: #fff;
}

#htmlLogin .top-content .text h1 { color: #fff; }

#htmlLogin .top-content .description {
	margin: 10px 0;
}

#htmlLogin .top-content .description p { opacity: 0.8; }

#htmlLogin .top-content .description a {
	color: #fff;
}
#htmlLogin .top-content .description a:hover, 
#htmlLogin .top-content .description a:focus { border-bottom: 1px dotted #fff; }

#htmlLogin .top-content .top-big-link {
	margin-top: 35px;
}

#htmlLogin .form-box {
	padding-top: 10px;
}

#htmlLogin .form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.35);
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

#htmlLogin .form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

#htmlLogin .form-top-left h3 { margin-top: 0; color: #fff; }
#htmlLogin .form-top-left p { opacity: 0.8; color: #fff; }

#htmlLogin .form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #fff;
	line-height: 100px;
	text-align: right;
	opacity: 0.3;
}

#htmlLogin .form-bottom {
	padding: 25px 25px 30px 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

#htmlLogin .form-bottom form textarea {
	height: 100px;
}

#htmlLogin .form-bottom form .input-error {
	border-color: #19b9e7;
}

#htmlLogin .form-bottom p { opacity: 0.8; color: #fff; }


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	#htmlLogin .navbar { padding-top: 0; }
	#htmlLogin .navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	#htmlLogin .navbar-brand { height: 60px; margin-left: 15px; }
	#htmlLogin .navbar-collapse { border: 0; }
	#htmlLogin .navbar-toggle { margin-top: 12px; }
	
	#htmlLogin .inner-bg { padding: 10px; }
	#htmlLogin .top-content .top-big-link { margin-top: 25px; }
	#htmlLogin .top-content .top-big-link a.btn { margin-top: 10px; }
	
	#htmlLogin .fix-btn-login{
    width:100% !important;
    margin-bottom:10px !important;
  }

}

@media (max-width: 415px) {
	
	#htmlLogin h1, #htmlLogin h2 { font-size: 32px; }
	
	#htmlLogin .fix-btn-login{
    width:100% !important;
    margin-bottom:10px !important;
  }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
  #htmlLogin .navbar-brand {
  	background-image: url(../../images/source/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 113px 32px !important;
  
	
}
