

/* Start:/local/templates/tamga_bootstrap/components/bitrix/system.auth.form/auth-custom/style.css?17425549061345*/
.bx-authform {
	max-width: 500px;
	margin: 75px auto;
}

.bx-title {
	text-align: center;
}

.bx-authform-social ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	padding-left: 0;
}

.bx-authform-social li {
	width: 35px;
	height: 35px;
	margin: 0 10px;
	margin-top: 10px;
}

.bx-authform-social a img{
	width: 100%;
	height: 100%;
}

.user-login,
.user-pass {
	display: flex;
	flex-direction: column;
}

.user-pass {
	margin-top: 10px;
}

.bx-authform-formgroup-container {
	margin-top: 20px;
	margin-left: 10px;
}

.bx-authform-link-container {
	text-align: center;
}

.bx-authform-link-container a,
.bx-authform-link-container a:hover {
	color: #0cb4ce;
	font-weight: 500;
	margin: 5px;
	display: block;
}

.input-field {
	width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid;
    border-color: #eaeaea;
    border-radius: 2px;
    box-shadow: inset 0 2px 1px rgb(0 0 0 / 3%);
    transition: border-color 400ms cubic-bezier(.785,.135,.15,.86);
}

.btn-submit {
	display: block;
	margin: 20px auto;
}

@media screen and (max-width: 575px) {
	.bx-authform {
		max-width: 300px;
		margin: 50px auto;
	}

	.bx-authform h3{
		font-size: 24px;
	}
}
/* End */
/* /local/templates/tamga_bootstrap/components/bitrix/system.auth.form/auth-custom/style.css?17425549061345 */
