#altcha {
  --altcha-border-width: 1px;
  --altcha-border-radius: 4px;
  --altcha-color-base: #4b3939;
  --altcha-color-border: #4b3939;
  --altcha-color-text: #fff;
  --altcha-color-border-focus: #4b3939;
  --altcha-color-error-text: #f00;
  --altcha-color-footer-bg: #4b3939;
  --altcha-max-width: 100%;
}

#altcha label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
}

.loginBlock {
    width: 600px;
    background: rgba(0,0,0,.55);
    height: 100vh;
}
.loginForm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}
.loginForm h2 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    margin-top: 15px;
}
.panel-body {
    background-color: #2f1913;
}
input {
    border: 0;
    background-color: #4b3939;
    width: 100%;
    border: 1px solid transparent;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
.panel {
    border: none;
}
.panel-default > .panel-heading {
    background-color: #3f2119;
}
.panel-group {
    margin-top: 20px;
    min-width: 256px;
}
.form_group {
    margin-bottom: 20px;
}
.form_group:last-child {
    margin-bottom: 0;
}
.btn-primary {
    text-transform: uppercase;
    color: #fff;
    background-color: #863927;
    border-color: #863927;
    padding: 10px 0;
}
.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-black:hover {
    transition: 0.3s;
    background-color: #222;
    border-color: #222;
    color: #fff;
}
a {
    color: #c2c2c2;
}
a:hover {
    color: #fff;
}
#checkbox3 {
	width: max-content;
	margin-left: 0;
	position: relative;
}
.checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.checkbox label {
    margin-left: 0;
}
.captcha-input {
    height: 50px;
}
.btn-primary:hover {
    background-color: #360d10;
    border-color: #551f22;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}
.act-text {
    color: #fff;
}
.form-group-background {
    text-align: center;
    max-width: 500px;
}











.login .btn { display: inline-block; *display: inline; *zoom: 1; padding: 4px 10px 4px; margin-bottom: 0; font-size: 1.3em; line-height: 18px; color: #333333; text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0); border-color: #e6e6e6 #e6e6e6 #e6e6e6; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border: 1px solid #e6e6e6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; *margin-left: .3em; }
.login .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
.login .btn-large { padding: 9px 14px; font-size: 1.1em; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.login .btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
.login .btn-primary, .btn-primary:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; }
.login .btn-primary.active { color: rgba(255, 255, 255, 0.75); }
.login .btn-primary { background-color: #4a77d4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);  border: 1px solid #3762bc; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); }
.login .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { filter: none; background-color: #4a77d4; }
.login .btn-block { width: 100%; display:block; }

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }


.login { 
	position: absolute;
	top: 15vh;
	left: 37vw;
	width: 26vw;
	height: 30vh;
    font-size: 1.1em;
}

.login-large { 
	top: 15vh;
	left: 32vw;
	width: 36vw;
	height: 30vh;
}

.login h2 { color: #fff; letter-spacing:1px; text-align:center;}
.panel-title { color: #fff; text-align:left;}

.login input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }

.checkbox input[type=checkbox] {margin-left:1em;} 
.checkbox label {margin-left:1em;color:#fff;}

.alert-error {background-color: #360e10;
    box-shadow: 0 0 0 1px #551e21 inset,0 5px 10px rgba(0,0,0,0.75);
    color:#fff;
    padding:10px 20px 10px 20px;
}

.passwd-field input {font-size: 1.5em;text-align: center;padding:10px 20px 10px 20px;}

.rule-hint {font-size: 1.2em;}
