/* 
    Created on : 22 окт. 2024 г., 23:17:33
    Author     : ghost
*/

body{
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-family: 'Open Sans n n';
	font-size: 12pt;
	color: #2c3e50;
	background-color: #cce5ef;
}

.textStrong{
	color: black;
}

.loginBlock{
	width: 70%;
	max-width: 400px;
	margin: 0 auto;
}

.loginForm{
	margin-top: 15px;
	background-color: white;
}

.loginFormLine{
	padding: 10px 10px;
}