@font-face {
  font-family: "Montserrat_Alternates"; 
  src: url("/font/Montserrat_Alternates.ttf") format("truetype"); 
} 

@font-face {
	font-family: VekaRegular;
	src: url("/font/CeraVEKA-Regular.woff2");
}

@font-face {
	font-family: VekaBold;
	src: url("/font/CeraVEKA-Bold.woff2");
}

@font-face {
	font-family: VekaLight;
	src: url("/font/CeraVEKA-Light.woff2");
}

@font-face {
  font-family: "Zekton"; 
  src: url("/font/Zekton.ttf") format("truetype"); 
}

html {
	background-color: White;
}

body {
	background-color: White;
	-webkit-text-size-adjust: 100%;
	font-family: VekaRegular;
    font-size: 16px;
	color: Black;
}

header {
    border-bottom: unset;
}

.reg_link {
    padding-top: 10px;
    color: #0069b4;
    text-align: center;
}

.reg_link a {
    color: #0069b4;
}

.top_button_messages {
    display: none;
}

.login_form_block {
    position: fixed;
    background-color: #f3f5f9;
    height: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
}

.login_form {
    position: relative;
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    top: calc(100% / 2 - 100px);
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    max-width: 350px;
}

.login_form .header_logo {
    position: relative;
    top: 0px;
    left: 32px;
}

.login_form .header_logo img {
    height: 80px;
    padding: 5px;
}

.login_form .header_logo .org_name {
    font-family: VekaBold;
    font-size: 20px;
    color: #0069b4;
    position: absolute;
    text-transform: uppercase;
    top: 2px;
    left: 118px;
}

.login_form .header_logo .org_info {
    font-family: VekaLight;
    font-size: 16px;
    color: #84858A;
    position: absolute;
    top: 24px;
    left: 119px;
    line-height: 17px;
}

.login_form .header_logo .source_info {
    font-family: VekaLight;
    font-size: 16px;
    color: #0069b4;
    position: absolute;
    top: 61px;
    left: 119px;
    line-height: 17px;
    border-top: 1px Solid silver;
    width: calc(100% - 160px);
    padding-top: 3px;
}

.login_form input {
    background-color: White;
    border: 1px solid #D3D3D3;
    padding: 14px;
    font-family: VekaRegular;
    font-size: 14px;
    margin: 5px;
    color: Black;
    border-radius: 0px;
    width: calc(100% - 40px);
}

.login_form button {
    transition: 200ms ease-out;
    padding: 0 16px;
    height: 47px;
    background-color: #0069b4;
    color: White;
    border: 0px Solid #d3d3d3;
    font-family: VekaRegular;
    font-size: 17px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px;
    width: calc(100% - 10px);
    margin-left: 5px;
}

.login_form .logo_block {
    display: flex;
    justify-content: center; /* горизонтальное выравнивание */
    align-items: center;
}

.login_form .logo_block .logo
{
    position: relative;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.login_form .logo_block .logo .org_name {
    font-family: VekaBold;
    font-size: 20px;
    color: #0069b4;
    position: absolute;
    text-transform: uppercase;
    top: 1px;
    left: 133px;
}

.login_form .logo_block .logo .org_info {
    font-family: VekaLight;
    font-size: 16px;
    color: #84858A;
    position: absolute;
    top: 24px;
    left: 133px;
    line-height: 17px;
}

.login_form .logo_block .source_info {
    font-family: VekaLight;
    font-size: 16px;
    color: #84858A;
    position: absolute;
    top: 24px;
    left: 119px;
    line-height: 17px;
}

.login_form .logo_block .logo img {
    position: relative;
    height: 80px;
    margin-top: 6px;
    margin-left: 20px;
    float: left;
}

.login_form .info_block {
    text-align: center;
}

@media screen and (max-width: 1450px) {
    header {
        display: none;
    }
}