@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}
html{
    background: url("../images/fon_login.png") no-repeat center/cover;
    height: auto;
}
body{
    background-color: transparent;
    height: auto;
}
.form-logo {
    background-image: url("../images/fon_form.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: rgba(53, 58, 65, 0.9);
    color: white;
    height: 100%;
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.logo {
    padding-bottom: 30px;
}
.btn-logo{
    background-color: #5daebb;
    border-color: #5daebb;
    color: #fff;
    border-radius:0;
    padding: 3px;
}
.btn-logo:hover{
    background-color: #51949f;
    border-color: #51949f;
    color: #fff;
}
.font_style{
    font-family: 'roboto';
    font-weight: bold;
    font-size: 14px;
    color: #848484;
    padding-top: 20px;
}
.font_link{
    font-family: 'roboto';
    font-size: 12px;
}
.font_link a{
    color: white;
    text-decoration: underline;
}
.font_link a:hover{
    color: #5daebb;
}
.bottom_block {
    bottom: 10px;
    left: 50px;
    position: absolute;
}
.padding_bottom{
    padding-bottom: 20px;
}
.padding_top{
    padding-top: 20px;
}
.blue_link a{
    color: blue!important;
}
.bottom_block .font_link{
    font-size: 10px;
}
.font_size_alert{
    font-size: 12px!important;
}
.form-control {
    border-radius: 0;
    height: 27px;
}
.form-horizontal .control-label {
    padding-left: 15%;
    padding-top: 3px;
    text-align: left;
}
.form-group {
    margin-bottom: 8px;
}
.btn-group-lg > .btn, .btn-lg {
    font-family: 'roboto';
    font-size: 16px;
    font-weight: normal;
}
.font_style p{
    margin-bottom: 2px;
}
.btn-logo {
    height: 28px;
    padding-top: 0;
}
.form-horizontal .control-label {
    font-family: 'roboto';
    font-size: 15px;
    font-weight: normal;
}
.login-block-style {
    height: 100vh;
    padding-top: 20vh;
    position: relative;
    width: 280px;
}
.form-control {
    width: 168px;
}
.logo img{
    width: 262px;
}
.form-horizontal .alert{
    margin-left: 15px!important;
    margin-right: 15px!important;
}
#captcha{
    margin: auto;
}
.error {
    color: #ff0000;
}

label.error {
    font-size: 10px;
    font-weight: normal;
    margin-left: -30px;
}

input.error, select.error, textarea.error {
    border-color: #ff0000;
}

.form-control.error:focus {
    border-color: #ff0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
    outline: 0 none;
}
#captcha-error {
    margin-left: 0;
}
#captcha_refresher {
    cursor: pointer;
}
@media screen and (min-width: 770px) {
    .btn-logo{
        width: 84px !important;
    }
}
@media screen and (max-width: 770px) {
    .form-control {
        width: 100%;
    }
    .login-block-style {
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-horizontal .control-label {
        padding-left: 0;
        text-align: center;
    }
}
@media screen and (max-height: 700px) {
    .bottom_block {
        bottom: inherit;
        left: inherit;
        position: relative;
    }
}
#conf_errors {
    background-color: white;
}
.icon-pass {
     position: absolute;
     cursor: pointer;
     font-size: 20px;
     color: black;
}

@media (max-width: 767px) {
    .icon-pass {
        right: 21px;
    }
}
@media (min-width: 768px) {
    .icon-pass {
        right: 50px;
    }
}

.crossed-out::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: black;
    top: 50%;
}

.crossed-out::before {
    transform: rotate(45deg);
}




