/** ФОРМА АТОРИЗАЦИИ **/
body{
	padding: 20px;
}
.authorization {
    max-width: 350px;
    margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(20% - 20px);
}
.authorization .form-input input {
	border-radius: unset;
	border: unset;
	border-bottom: 1px solid #eee;
}
.authorization input[name="sms_code"]{
	font-size: 15px;
	border: unset;
}
.auth-logo {
    padding: 20px 30px;
}
.auth-logo img {
    width: 100%;
}
@media(max-width: 360px){
	body{
		background-color: #ffffff;
	}
	.authorization {
		max-width: calc(100% - 20px);
		top: 0;
	}
	.authorization .card{
		box-shadow: unset;
	}
}
/** ФОРМА АТОРИЗАЦИИ (END) **/