
/*register */

.blacklabel {
    display: block;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    font-family: inherit;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    font-weight: bold;
    letter-spacing: 1px;
}

.blacksubmit {
    margin: 20px 0px 0px 0px;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: inherit;
    color: rgba(255, 255, 255, 0.90);
    border: 0px;
    padding: 11px 0px 12px 0px;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    transition: background 0.25s ease;
    background: url(../images/button.png) center center no-repeat;
    width: 175px;
    text-align: center;
}


.blackinput {
	margin: 10px 0px 0px 0px;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 2px 2px 1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 2px 2px 1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(29, 26, 24, 0.9);
    width: 150px;
    padding: 10px;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    color: rgba(242, 237, 220, 0.95);
    letter-spacing: 1px;
	
	}
.blackinput:-webkit-autofill {
	margin: 10px 0px 0px 0px;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 2px 2px 1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 2px 2px 1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.10) !important;
    border: 1px solid rgba(29, 26, 24, 0.9);
    width: 150px;
    padding: 10px;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    color: rgba(242, 237, 220, 0.95);
    letter-spacing: 1px;
	
	}
form .form-group input:-webkit-autofill {
    margin: 0 auto;
    width: 100%;
    background-color: #000000 !important;
    color: darkgray !important;
    border: 1px solid #3a2f1a !important;
    font-size: 1.5em !important;
	background:rgba(255,255,255,0.10) !important;
	
}
.register-block .btn-register {
    background: url(/resources/images/register/Submit.png);
    min-height: 34px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    border: 0;
    width: 100%;
    cursor: pointer;
}
.register-block .btn-register:hover {
    background: url(/resources/images/register/Submit-h.png);
    min-height: 34px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    border: 0;
    width: 100%;
    cursor: pointer;
}
.submitbtn{
	background: url(/resources/images/register/Submit.png);
    min-height: 34px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    border: 0;
    width: 100%;
    cursor: pointer;
}
.submitbtn:hover{
	   background: url(/resources/images/register/Submit-h.png);
    min-height: 34px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    border: 0;
    width: 100%;
    cursor: pointer;
}


.register-sub-block {
    background: url(/resources/images/register/BG.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 10% 5% 5%;
}

.register-block {
    color: #ffffff;
    font-size: 0.75em;
}

.register-block p {
    color: #704e2b;
    font-size: 0.75em;
}

.register-block a, .login-block a {
    color: #704e2b;
}

.register-block span {
    font-weight: bolder;
    color: #704e2b;
}

.register-block a:hover {
    text-decoration: none;
}



.register-block .submit-block {
    margin-top: 0;
    padding: 0;
}


.sub-bg-content {
    border: 2px solid #50280a;
    /*padding: 0 1% 1%;*/
    background: #3030306f;
}

/*register end*/ 
