h1
{
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0px;
    line-height: 30px !important;	
}
h2
{
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 0px;
    line-height: 30px !important;	
}
a
{
    color: #333e74!important;
}
.mw-200px
{
	max-width:200px;
}
.btn-vcot {
    color: #fff!important;
    background-color: #333e74!important;
    border-color: #333e74!important;
}
.ri-vk-fill
{
	font-size:32px;
	color:#2a5885;
}
.yandex-icon
{
    width: 24px;
    border-radius: 5px;
}
.vcot-icon
{
    width: 24px;
    border-radius: 5px;
}

.form-floating-outline .form-control:focus, .form-floating-outline .form-select:focus
{
	border-color: #333e74!important;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label
{
	color: #333e74!important;	
}
.form-check-input:checked {
    background-color: #333e74!important;
    border-color: #333e74!important;
}
.color-black
{
	color:black!important;
}
.color-red
{
	color:red!important;	
}
.alert-success
{
    color: #377110 !important;
    background: #16a0855c !important;
}
.bg-auth-1
{
	background-image: url('/views/account_page/assets/img/b79e7f9692a861a935f472ff0ce18e29b6ff2d35.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right;
}
.block-icons
{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;	
}
.icon-auth-page
{
    max-height: 75px;
    margin-right: 50px;
    height: 75px;
}

.auth-round
{
    background: #7AB8E5;
    color: white;
    padding: 19px 35px;
    border-radius: 20px;
    height: 100%;	
}
.auth-round .auth-round-title
{
    font-weight: 700;
    font-size: 20px;	
}
.auth-round .auth-round-item
{
	font-size: 14px;
}
.auth-page-btn
{
    display: block;
    text-align: center;
    padding: 14px 0px;
    border-radius: 20px;
}

.auth-timer
{
    width: 100%;
    background: #333e74;
    color: white;
    font-size: 16px;
    margin-top: 20%;
    height: fit-content;
    padding: 30px;
    border-radius: 0px 20px 20px 0px;
}
.auth-timer .p1
{
	
}
.auth-timer .p2
{
	margin-bottom:0px;
	font-size:20px;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label
{
	color: #333e74!important;
}
.divider .divider-text:before, .divider .divider-text:after
{
	width: 100%!important;
}
.smart-captcha
{
    min-width: 100px !important;
    max-width: 100% !important;
    width: 100%;
}
#register_form
{
	display:none;
}

.w-32px{width:32px;}
.w-100{width:100%;}
.fs-11px{font-size:11px;}
.fs-14px{font-size:14px;}
.fs-20px{font-size:20px;}
.fw-400{font-weight:400;}
.fw-700{font-weight:700;}
.mt-10px{margin-top:10px;}
.mt-32px{margin-top:32px;}
.mt-70px{margin-top:70px;}
.mb-0px{margin-bottom:0px;}
.p-0px{padding:0px!important;}
.pb-40px{padding-bottom:40px!important;}
.pl-40px{padding-left:40px!important;}
.pr-40px{padding-right:40px!important;}
.color-black{color:#000000;}
.color-333E74{color:#333E74;}
.color-405FA8{color:#405FA8;}
.color-FFFFFF{color:#FFFFFF!important;}
.bg-405FA8F5{background:#405FA8F5;}


@media (max-width: 1689px)
{
	.icon-auth-page
	{
		   margin-right: 25px;
	}
}
@media (max-width: 1532px)
{
	.icon-auth-page
	{
		  max-height: 50px;
	}	
}
@media (max-width: 1198px)
{
	.block-icons
	{
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: row;		
	}
}