* {
	box-sizing: border-box;
}
body {
	padding: 50px;
	background: #eee;
	font-weight: 300;
	font-size: 14px;;
}
/*
#id_form {
	display: block;
	margin: 0 auto;
	width: 380px;
	padding: 30px;
	background: #FFF;
}*/

.form {
	display: block;
	position: relative;
	padding-bottom: 100px;
}

.result {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.timer {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
}

.form-control {
	width: 100%;
	height: 50px;
	padding-left: 10px;
	border: 1px #ddd solid;
	background: #FFF;
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
label {
	display: block;
	line-height: 20px;
	cursor: pointer;
}
.result span {
	color: red;
	font-size: 12px;
	display: block;
	text-align: center;
}
.select_box {
	display: block;
	position: relative;
	opacity: 0;
}
.select_box.active {
	opacity: 1;
}

.form_btn {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.form_btn.btn_sms	 {
	z-index: 3;
}
.step_code {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	height: 100%;
	z-index: 50;
}
.code_box {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 100px;
	padding-top: 120px;
}
.code_box:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	height: 100px;
	display: block;
	content: '';
	background: url(../images/sms.svg) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: -50px;
}
.btn, .swal-button {
	background: dodgerblue !important;;
	color: #FFF;
	text-align: center;
	cursor: pointer !important;
	border: none;
	width: 100%;
	border-radius: 2px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
}
.btn:hover, .swal-button:hover {
	background: dodgerblue !important;
	opacity: 0.9;
}

.timer {
	text-align: center;
	font-size: 11px;
}
.timer span {
	display: block;
	padding-top: 10px;
	font-size: 11px;
}

.timer a {
	color: dodgerblue;
	font-size: 11px;
}

.swal-button {
	display: inline-block;
	padding: 0 20px;
	font-weight: 300;
}

.swal-text, .swal-footer {
	text-align: center !important;
}
.tbl {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.tbl_row {
	display:table-row;
}
.tbl_td {
	vertical-align: middle;
	display: table-cell;
}
.tbl_td_razd {
	width: 15px;
	text-align: center;
}

.tbl_td_f_year, .tbl_td_f_code {
	width: 80px;
}
.tbl_td_f_day {
	width: 60px;
}
.text-center {
	text-align: center;
}
input.text-center {
	padding: 0;
}
