@charset "utf-8";
body {
	font-family: 'Roboto', sans-serif;
}

a, a:hover, a:focus{outline:0;}

.container {
	max-width: 1170px;
	margin: 0px auto;
}
.logo {
	text-align: center;
	margin-top:20.5%;
}

.logo img{width:497px; max-width:100%;}

.login-form {
	max-width: 480px;
	width: 100%;
	margin-top: 10%;
	-webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.25);
	padding: 20px;
	background-color: #fff;
}
.login_block{
	display: flex;
	justify-content: center;
}
.login-form input {
	/* margin: 35px 0px; */
	height: 46px;
}
.login-form .text-dark{border-right: 2px solid #ccc !important;}
.login-form h2 {
	margin: 5px 0px 29px 0px ;
	font-weight: 300;
	font-size: 30px;
}
.login-form .tab-content{margin-bottom:0px !important;}
.login-form h2 strong {
	font-weight: 500;
}
.login-form img {
	padding-right: 20px;
	width:41px;
	max-width:100%;
}

.login-form .nav.nav-tabs > li.active > a{color:#fff !important;}

.btn {
	width: 184px;
}
.fp {
	padding-left: 0px;
	margin: 10px 0px;
	display: block;
}
.login-form .col-sm-12 {
	padding-left: 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: rgba(60,174,115,1);
	background: -moz-linear-gradient(top, rgba(60,174,115,1) 0%, rgba(19,171,209,1) 85%, rgba(19,171,209,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(60,174,115,1)), color-stop(85%, rgba(19,171,209,1)), color-stop(100%, rgba(19,171,209,1)));
	background: -webkit-linear-gradient(top, rgba(60,174,115,1) 0%, rgba(19,171,209,1) 85%, rgba(19,171,209,1) 100%);
	background: -o-linear-gradient(top, rgba(60,174,115,1) 0%, rgba(19,171,209,1) 85%, rgba(19,171,209,1) 100%);
	background: -ms-linear-gradient(top, rgba(60,174,115,1) 0%, rgba(19,171,209,1) 85%, rgba(19,171,209,1) 100%);
	background: linear-gradient(to bottom, rgba(60,174,115,1) 0%, rgba(19,171,209,1) 85%, rgba(19,171,209,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cae73', endColorstr='#13abd1', GradientType=0 );
	color: #fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}
.nav-tabs{border-bottom:none;}

.nav-tabs>li{margin:0% 2%; float:none; display:inline-block;}

.nav>li>a{font-size:20px;}

.nav-tabs>li>a{border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;}
	

@media screen and (max-width: 1024px){
	
	.logo{margin-top:5%;}
	
	.login-form{margin-top:10%; max-width:100%;}
	
	
	
	
	}	
	
	
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	
	.login-form h2{font-size:20px;}
	
	
	}


	
	