.error .account-settings__input,
.error .profile-settings__input,
.error .profile-settings__textarea,
.error .profile-settings__select,
.error .select2-container--default.select2-container--focus .select2-selection--multiple,
.error .select2-container--default .select2-selection--multiple,
.error .profile-settings_item-radio,
.error .account-settings__input:focus,
.error .profile-settings__input:focus,
.error .profile-settings__textarea:focus,
.error .profile-settings__select:focus{
	box-shadow: 0 0 2px 2px red;
	outline: none;
}

.profile-settings__accept.error:before,
.error .profile-settings_item-radio:before{
	border-color: red;
	background: #ffc1c1;
}

.profile-settings__item,
.account-settings__input,
.profile-settings__input{
	position: relative;
}

.error-msg{
	position: absolute;
	color: red;
	bottom: 0;
	right: 0;
	display: block;
	font-size: 12px;
	z-index: 1;
	display: none !important;
}

.form .container{
	max-width: 630px;
}

.btn-load_draft{
	background-color: #004899;
    color: #FFF;
    border-radius: 5px;
    padding: 8px 16px;
	display: inline-block;
	font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
	border: none;
	position: relative;
	top: 0;
}

.btn-load_draft:active{
	top: 1px;
}

.btn-load_draft:hover{
	cursor: pointer;
	background: #2180EB;
}

.container-draft{
	top: 10px;
	z-index: 9;
}

.auth-tip{
	text-align: center;
	margin: 0 0 20px 0;
	padding: 20px 10px 10px 10px;
    background-color: #FFF;
    border-radius: 4px;
}

.l-tip{
	font-size: 13px;
	opacity: 0.8;
	text-align: right;
}