/* site specific css */

@import url('https://fonts.googleapis.com/css?family=Prosto+One|Roboto+Slab:100');
@import url("https://fonts.googleapis.com/css?family=Nunito:200,600");
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

body{
	background-color: #CCC; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	height: 100%;
}


.container{
	min-height:100%;
}

input.form-control, textarea.form-control{
	--background-color: rgba(250,250,250, .8);
}


section.content{
	margin-bottom:40px;
	margin-top:40px;
}

.navbar-default{
	border-radius: 0px;
}


/*--------------*/

.form-control.text-success{
	color:#3c763d;
}