.div_for_form{
    margin-top: 110px;
    display: flex;
    justify-content: space-around;
}
form{
    color: #373C59;
    width: 505px;
	display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6F7FA;
}
.text_authentification{
    height: 45px;
    margin-top: 60px;
    font-size: 30px;
    font-weight: bold;

}
.form_log_pas{
    width: 312px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pas{
    margin-top: 20px;
}
.but_login{
    margin-top: 25px;
    margin-bottom: 80px;
    width: 152px;
    height: 57px;
    background-color: #373C59;
    border: none;
    color: #ffffff;
    font-size: 20px;
}
.but_login:hover {
    background-color: #F15B4E;
}
label {
margin-bottom: 6px;
}
input {
    padding-left: 12px;
    height: 42px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #373C59;
}
#text_error_log_or_pas{
    color: #F15B4E;
    margin-bottom: 25px;
}
#text_error_log_or_pas{
    margin-top: 6px;
}
.password {
    width: 100%;
	position: relative;
}
.password-control {
	position: absolute;
	top: 11px;
	right: 0px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/icons/eye_close.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(/icons/eye_open.svg) 0 0 no-repeat;
}

