@import url(https://fonts.googleapis.com/css?family=Roboto:300);
.login-page {
	width: 360px;
	padding: 8% 0 0;
	margin: auto;
}
.form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.24);
}
.form h3 {
	margin-top:0;
}
.h-title {
    position: relative;
    padding-bottom: 0.85em;
	text-align:left;
}
.h-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f1f1f1;
}
.h-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #43A047;
}
.form input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
        float: left;
        font-weight: 600;
}
.form button {
	font-family: "Roboto", sans-serif;
        font-weight: 700;
	text-transform: uppercase;
	outline: 0;
	background: #4CAF50;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
	background: #43A047;
}
.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}
.form .message a {
	color: #4CAF50;
	text-decoration: none;
}
body {
  background: #65cea7 url("../images/login-bg6.jpg") no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

.error {
	border:2px solid #dc3545;	
	-moz-box-shadow: 0px 1px 2px 0 rgba(220, 53, 69, 0.4);
	-webkit-box-shadow: 0px 1px 2px 0 rgba(220, 53, 69, 0.4);
	box-shadow: 0px 1px 2px 0 rgba(220, 53, 69, 0.4);
}

form .tooltip.top {
	font-size:10px !important;
}
form .tooltip.top .tooltip-inner {
	background-color:rgba(220, 53, 69,0.8) !important;;
}
form .tooltip.top .tooltip-arrow {
	border-top-color:rgba(220, 53, 69,0.8) !important;;
}