.navbar{
	border-bottom: 1px solid #dee2e6;
	background-color: #fff;
}
.navbar-brand{
	color: #17a2b8;
/*	font-size: 25px;*/
/*	font-weight: 600;*/
}
.nav_link{
	color: rgba(0,0,0,.5);
	text-decoration: none;
}
.nav_link:hover{
	color: rgba(0,0,0,.7);
}
.content{
	background: #f4f6f9;
	padding-top: 100px;
	height: 100vh;
}
.content_box{

}
.btn_br{
	color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    border-radius: 3px;
    padding: 4px 10px;
}
.btn_br:hover{
	color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn:first-child:active,
.btn_br:active{
	color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.login_box_msg{
	text-align: center;
	min-height: 22px;
	margin-bottom: 5px;
	
}
.reg_sms_povtor{
	color: #17a2b8;
	cursor: pointer;
}
.justuju{
	background-image: url(img/zagruzka.gif);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}
.savol{
	font-size: 11px;
}