@font-face 
	{
		  font-family: 'T';
		  src: url('../font/Robotocondensed.ttf') format('truetype');
		  font-weight: normal;
		  font-style: normal;
	}	
.reg
{
	max-width: 1336px;
	background-image: url(../img/fon.png);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

 .container
{		
	max-width: 100%;	
	display: flex;
	justify-content: center;
	text-align: center;
	}
.reg_body
{
	max-width: 413px;
	min-height: 550px;
	background-color: #5b5b5b;
	border-radius: 10px;
	text-align: center;
	padding-bottom: 40px;

}
.reg_body img
{
	width: 150px;
	height: 150px;	
    margin-top: 30px;
}
.reg_body h2
{
	font-size: 27px;
	padding: 23px 65px;
	text-align: center;
	font-family: "T";
    color: #fff;
}
.input-group-addon {
    background-color: #969595;
}
.input-group-lg
{	
	width: 84%;
	padding-left: 70px;
	border-radius: 10px;	
}
.input-group-lg span
{	
	min-width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
i
{	
	color: #fff;
	font-size: 20px;
}
.in1
{	margin-bottom: 20px;}
.men
{
	display: flex;
	justify-content: space-around;
	padding: 20px 50px;
}
.men a {
    background-color: #fff;
    color: #3a3b3c;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #fff;
    font-family: "T";
    min-width: 140px;
    font-size: 15px;
}
.men a:hover
{
	background-color: transparent;
	color: #fff;
	
}
.men button {
    background-color: #fff;
    color: #3a3b3c;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #fff;
    font-family: "T";
    min-width: 140px;
    font-size: 15px;
}

.men button:hover {
    background-color: transparent;
    color: #fff;
}
.inputtext {
    font-size: 15px;
    height: 40px;
    width: 87%;
    padding-left: 15px;
}
.loginlang {
    float: right;
    padding: 20px;
    font-size: 14px;
    font-family: "T";
}
.loginlang a {
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: initial;
}
.error-login-password {
    color: #ff9d9d;
    padding-bottom: 10px;
    text-align: center;
    display: block;
}