﻿body{
	background:#ece5d3 url("img/bg-pattern.jpg") repeat center top;
	background-size: 1920px;
}
.control-label {
    margin-right: 3px;
}

.form-control {
    background:none;
	box-shadow:none;
	border:none;
	border-radius:0;
	border-bottom: 1px solid #311c07;
}
.form-control:focus{
	box-shadow:none;
	border-bottom: 1px solid #311c07;
}
.register .control-label{
	text-align:left;
}
.form-group {
    margin-bottom: 3px;
    margin-left: -5px;
    margin-right: -5px;
}

.form-horizontal {
	margin: 35px 24px 42px 31px;
	padding: 15px;
}
.cont-register{
	position:relative;
	top:50%;
	transform: translateY(-50%);
    margin-bottom: 96px;
}
.register{
    background: #e1d1b2;
	margin:0 0 0 260px;
	width:1100px;
}
.register:before{
	border-top:6px solid #b38b5f;
	content: "";
	position:absolute;
	top:0;
	right:calc(541px - 50vw);
	width:65%;
	z-index:1;
}
.register:after{
	border-bottom:6px solid #b38b5f;
	content: "";
	position:absolute;
	bottom:0;
	right:calc(541px - 50vw);
	width:65%;
	z-index:1;
}
.right-decor-part{
	background: url("img/right-decor-part.png") no-repeat right top;
	background-size: auto 100%;
	height:100%;
	position:absolute;
	right:calc(541px - 50vw);
	top:0;
	width:10vw;
}
.form-horizontal-outer {
    border: 6px solid #b38b5f;
	border-right:none;
	position:relative;
    max-width: 720px;
}
.form-horizontal-outer:before{
	border-left:2px solid #b38b5f;
	content:"";
	left:7px;
	height: 100%;
	position:absolute;
	top:0px;
}
.box-image{
	border:2px solid #b38b5f;
}

#radioBtn .notActive{
    color: #311c07;
    background-color: #fff;
	border-color:#ab2c1b;
}
#radioBtn .active{
	background: #ab2c1b;
	border-color: #ab2c1b;
}

#regbutton {
    margin-top: 20px;
}
.cont-regbtn{
	margin-top:20px;
	position:relative;
}
.regbtn {
	background: #ab2b1b;
	border:1px solid #ece5d3;
	box-shadow:0 0 0 3px #ab2b1b, 0 0 0 5px #ece5d3, 0 0 0 13px #ab2b1b;
	color: #ece5d3;
	left: 50%;
	font-family: Georgia;
	font-size: 20px;
	line-height:38px;
	padding: 10px 5px;
	position:absolute;
	text-decoration: none;
	transform: translateX(-50%);
	width: 32px;
	z-index:10;
}

.regbtn:focus {
	outline:none;
}
@media (max-width: 1082px){
	.register:before, .register:after, .right-decor-part{
		right:0;
	}
}
.information{
    padding-left: 50px;
    padding-top: 50px;
    font-size: x-large;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 18px);
}
.field-validation-error {
        color:Red;
}
.footer {
    position: absolute;
    padding-top: 96px;
    bottom: 0;
    z-index: 1;
}