html , body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #393939;
	min-width: 360px;
}

.aghas1 {
	color:#b7b4b1;
	text-decoration: underline;
	/*font-weight: bold;*/
}
.aghas1:hover {
	color:#C7C4C2;
	text-decoration: none;
}

.register-form {
    /*background-color: rgba(250,235,215,0.05);*/
    padding: 30px;
    color:#1B1B1B;
    border-radius: 30px;
	padding-top: 5px;
    /*border: 1px double #817A63;*/
}

.register-form .uk-form-label {
    color:#1B1B1B;
}

.gm-reg-true {
    background-color: rgba(173,255,47,0.25);
}

.gm-reg-false {
    background-color: rgba(248,0,0,0.25);
}

.reg_error_mini {
    display: block;
    color: rgb(143, 0, 29);
}

.logo_line {
	background-color: #000;
	height: 320px;
	position: relative;
}
.logo_line img {
	position: absolute;
	top:-90px;
	left:calc(50% - 320px);
	min-width: 640px;
	width:640px;
}

.logo_line2 {
	background-color: #000;
	height: 315px;
	position: relative;
	background-image: url( /static/img/bg_gb5.jpg );
	background-repeat: repeat-x;
	background-position: bottom;
}
.logo_line2 img {
	position: absolute;
	top:0px;
	left:calc(50% - 329px);
	max-width: 100vw;
	min-width: 360px;
	width: 658px;
	height: 387px;
	/*background-image: url(/static/img/reg_img_logo1.png);*/
	background-repeat: no-repeat;
	background-position: center top;
}


.logo_line2_spring_night img {
	background-image: url(/static/img/reg_img_logo1_sptring_night.png);
}
.logo_line2_spring_day img {
	background-image: url(/static/img/reg_img_logo1_sptring_day.png);
}


@media (max-width:658px) {
	.logo_line2 img {
		left:0px;		
	}
}
@media (max-width:485px) {
	.logo_line2 img {
		/*background-image: url(/static/img/reg_img_logo2.png);*/
	}
	.logo_line2_spring_night img {
		background-image: url(/static/img/reg_img_logo2_sptring_night.png);
	}
	.logo_line2_spring_day img {
		background-image: url(/static/img/reg_img_logo2_sptring_day.png);
	}
}

.gm1-input {
    color:#222;
    background-color:#fff;
    border:1px double #222;
    padding: 3px;
    margin: 2px;
    font-size: 11pt;
	border-radius: 3px;
}

.gm1-input {
	background-color: #efd5b3;
	border-color:#aa8b73;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 20px 3px rgba(146, 102, 60, 1) inset;
	-moz-box-shadow: 0px 0px 20px 3px rgba(146, 102, 60, 1) inset;
	box-shadow: 0px 0px 20px 3px rgb(219, 187, 146) inset;
	padding-left: 10px;
}

.gm1-input:focus {
	background-color: #dabd9e;
	border-color:#C79E78;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 4px -5px rgba(199, 158, 120, 0.6) inset;
	-moz-box-shadow: 0px 0px 40px -5px rgba(199, 158, 120, 0.6) inset;
	box-shadow: 0px 0px 40px -5px rgba(199, 158, 120, 0.6) inset;
	padding-left: 10px;
}

.a1-btn {
    padding:0;
    margin: 0;
    text-decoration: none;
}
.a1-btn:hover {
    text-decoration: none;
    font-size: 11pt;
}

.g1-lni {
	display: inline-block;
	width: 100px;
	text-align: right;
	font-size: 12pt;
	color:#fff;
}

.g1-hrfm {
	border-top: 2px solid rgba(0,0,0,0.1);
}

.g1-hrfm a {
	/*font-weight: normal;*/
	color:#000;
	text-decoration: none;
	margin: 0 15px;
}

.g1-hrfm a:hover {
	color:#222;
	text-decoration: underline;
}

.g1-ahr {
	color:#000;
	text-decoration: underline;
}

.g1-ahr:hover {
	color:#000;
}


.gm2-btn {
    color: #1b1322;
    background-color: transparent;
    border: 1px double #222;
	border-radius: 3px;
    padding: 3px 10px;
    margin: 2px;  
    cursor: pointer;
    text-decoration: none;
    font-size: 11pt;
	font-weight: normal;
}

.gm2-btn:hover {
    color: #1b1322;
    background-color: transparent;
    border: 1px double #58545C;
	background-color: rgba(255,255,255,0.11);
    padding: 3px 10px;
    margin: 2px;
}

.brmin450fix1 {
	display: inline-block;
}
.brmin450fix2 {
	display: none;
}
@media (max-width:450px) {
	.brmin450fix1 {
		display: none;
	}
	.brmin450fix2 {
		display: block;
		padding-top: 30px;
	}
}

.gm2-btn:active {
    transition: all 0.1s;
    transform: scale(0.95);
}