* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Tahoma;
}

html {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
	background-image: url(/css/img/login-bg.webp);
}

.header {
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
}

.logo {
    margin-top: 100px;
}

.banner {
    font-size: 2em;
}

h1 {
    display: block;
    font-size: 25px;
    margin-block-end: 0.67em;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 24px;
    margin-block-end: 0.83em;
}

.s2{
    font-size: 0.8em;
}

.bar {
    width: 100%;
    height: 30px;
    border-top: solid 1px;
    background-color: #D3C0A0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.bar ul li{
    display: inline-block;
}

.content {
    margin: 70px auto;
    width: 800px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; 
}

/*-- Ã‘ÂÃ‘â€šÃÂ°ÃÂ½ÃÂ´ÃÂ°Ã‘â‚¬Ã‘â€šÃÂ½Ã‘â€¹ÃÂµ CSS Ã‘ÂÃ‘â€šÃÂ¸ÃÂ»ÃÂ¸ ÃÂ²ÃÂ½Ã‘Æ’Ã‘â€šÃ‘â‚¬ÃÂ¸ ÃÂ±ÃÂ»ÃÂ¾ÃÂºÃÂ° content --*/

.name {
    margin: 1px auto 23px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-family: Tahoma;
    padding-bottom: 13px;
}

.form {    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;    
}

.name_input {    
    margin: 1px auto 10px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-family: Tahoma;
}

.annotation_input {
    color: #626262;
    font-size: 1.2em;    
}

.input {
	height: 36px;
	margin: 10px 0 10px 0;
	font-size: 19px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 0 11px 0 rgb(165 161 161);
	text-shadow: 0 0 1px #857a7a;
	width: 100%;
}

.message_error {
	width: 400px;
    color: #f94747;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    background: #4c1217;
    box-shadow: 0 0 10px rgb(0 0 0 / 94%);
    border-radius: 5px;
}

.message {
    width: 400px;
    color: #286c25;
    font-size: 22px;
    margin-bottom: 10px;
}

.button {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size: 15px;
	font-weight:bold;
	padding: 10px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	align-self: center;
	width: 60%;
	border-radius: 30px;
	cursor: pointer;
	font-size: 0.85em;
}
.button:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.button:active {
	position:relative;
	top:1px;
}

.button-break {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size: 15px;
	font-weight:bold;
	padding: 9px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	align-self: center;
	width: 37%;
	border-radius: 30px;
	cursor: pointer;
	font-size: 0.85em;
}
.button-break:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.button-break:active {
	position:relative;
	top:1px;
}

/*--------------------------------------------------*/

.footer {
    width: 100%;
    height: 150px;
    flex-grow: 0;
    background-color: #F2DDB0;
    position: relative;
    background-color: #179d36;
}

/*----- ÃÂÃÂ´ÃÂ¼ÃÂ¸ÃÂ½ÃÂ¸Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ°Ã‘â€šÃÂ¸ÃÂ²ÃÂ½Ã‘â€¹ÃÂµ Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ°ÃÂ½ÃÂ¸Ã‘â€ Ã‘â€¹ -----*/

.service {
    margin-bottom: 50px;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    width: 50%;
    padding: 10px 0px;
    text-align: center;
    background: linear-gradient(to bottom, #191767ba 0%, #7c809f08 100%);
    box-shadow: 0px 1px 0px 0px #1a1b76;
    border-radius: 15px;
    border: 1px solid #9079cc;
}

.service p {
    display: inline;
}

form {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.service input {
    display: inline;
    height: 36px;
    margin: 10px 0 10px 0;
    font-size: 19px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 11px 0 rgb(165 161 161);
    text-shadow: 0 0 1px #857a7a;
}

#edit-visually-impaired-block {
  background: url(img/visually_impaired.png);
  display: inline-block;
  width: 200px;
  height: 67px;
  border: 0;
  cursor: pointer;

  margin: 0 20px 0 20px;
}
a:-webkit-any-link {
    cursor: pointer;
    text-decoration: underline;
    color: bisque;
    }

input[type="button"] {box-shadow: 0px 1px 0px 0px #fff6af;background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);background-color: #ffec64;border-radius: 6px;border: 1px solid #ffaa22;display: inline-block;cursor: pointer;color: #333333;font-family: Arial;font-size: 15px;font-weight: bold;padding: 10px 22px;text-decoration: none;text-shadow: 0px 1px 0px #ffee66;align-self: center;width: 60%;border-radius: 30px;cursor: pointer;font-size: 0.85em;}
input[type="button"]:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
input[type="button"]:active {
	position:relative;
	top:1px;
}
input.inp_file {
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    color: #333333;
    font-family: Arial;
    font-size: 15px;
    padding: 7px 22px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 0px #ffee66;
}