body {
	background: #007cb9;
	margin: 0px;
    padding: 0px;
    overflow: auto;
}

.autorization {
	background: #005689;
	width: 500px;
	margin-top: 130px;
	padding-top: 30px;
	padding-bottom: 70px;
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 130px;
    display: flex;
	flex-direction: column;
	box-shadow: 4px 6px 62px 19px rgba(213, 238, 255, 0.29);
	font-family: Tahoma, sans-serif;
}

.autorization-form {
	height: calc(30px + 25px);
	width: 250px;
	display: flex;
	flex-direction: column;
	margin-right: auto;
    margin-left: auto;  
    overflow: hidden; 
    margin-bottom: 10px; 
}


.autorization-form.button {
	margin-top: 30px;
	margin-bottom: 20px;
	height: 35px;
	padding-bottom: 0px;
}

.title {
	margin-bottom: 15px; 
}


.caption-block {
	width: 100%;
	padding-bottom: 5px;
}

.caption {
	font-size: 13px;
	color: #d5eeff;
	letter-spacing: 1px;
	margin: 0;
	padding-left: 5px;
}



.input-block {
	display: flex;
	flex-direction: row;
	height: 32px;
}

.autorization-image {
	height: 100%;
	width: auto;
}

img {
	height: 100%;
    width: auto;
    background: #ff895d;
}

.input-field-style {
	border: none;
	line-height: 30px;
	height: 100%;
	font-size: 15px;
	width: 220px;
}




.autorization-form.link {
	border: none;
	line-height: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
    justify-content: center;
	box-sizing: border-box;
	margin: 0;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #005689;
}

.autorization-form.create-recover-account {
	margin-top: 5px;
	margin-bottom: 0;
}

.form-title {
	font-family: Tahoma, sans-serif;
	font-size: 25px;
	letter-spacing: 2px;
	margin-top: 0;
	color: #FFF;
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

.account {
	margin-top: 0;
    font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #d5eeff;
	letter-spacing: 2px;
	text-decoration: underline;
	text-decoration-style: dashed;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	cursor: pointer;
}

.account-link {
	width: 250px;
	text-align: center; 
	text-decoration: none;
}



.autorization-form.create-recover-account:hover {
	box-shadow: none;
}

.input-field-style:focus {
	outline: none;
}

.autorization-form.button:hover {
	box-shadow:  0px 0px 38px 3px rgba(213, 238, 255, 0.3);
}

.account:hover {
	text-shadow: 0px 3px 10px rgba(213, 238, 255, 0.5);
}

input:hover {
	box-shadow: inset 0px -10px 23px rgba(213, 238, 255, 1);
}