* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html, body {
    height: 100%;
    -ms-touch-action: none
}

body {
    background: #111 url(/static/img/ligths.jpg) no-repeat 50% 0;
    font-size: 12px;
    font-family: Verdana, Tahoma, Geneva, Arial;
    color: #c7c7c7;
    padding: 0;
    margin: 0;
    /*min-width: 1024px;*/
    padding-right: 3px
}

p {
    max-height: 9999px
}

input[type=text], input[type=password], input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    font-family: inherit;
    border: 0;
    outline: 0
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: solid 1px #f7902b;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(247, 144, 43, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(247, 144, 43, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(247, 144, 43, 0.5);
    color: #ea5f38;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

input[type=text], input[type=password], input[type=submit], input[type=email] {
    min-height: 30px;
    outline: 0
}

input[type=text]:focus, input[type=password]:focus, input[type=submit]:focus, input[type=email]:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent
}

input[type=text], input[type=password], input[type=email] {
    background-color: #fcfcfc;
    border-color: #bbb #ddd #eee;
    border-style: solid;
    border-width: 1px;
    color: #444;
    font-family: arial;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0 0 5px 0;
    padding: 2px 8px;
    width: 145px
}

input[type=submit] {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 15px;
    padding-right: 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #fba56a), color-stop(1, #ff7300));
    background: -moz-linear-gradient(center top, #fba56a 5%, #ff7300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBA56A', endColorstr='#ff7300');
    background-color: #fb8a3c;
    -webkit-box-shadow: inset 0px 0px 0px 0px #fba56a;
    -moz-box-shadow: inset 0px 0px 0px 0px #fba56a;
    box-shadow: inset 0px 0px 0px 0px #fba56a;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #f7e0cd;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    text-decoration: none
}

input[type=submit]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ff7300), color-stop(1, #fba56a));
    background: -moz-linear-gradient(center top, #ff7300 5%, #fba56a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7300', endColorstr='#FBA56A');
    background-color: #ff7300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

input[type=submit]:active {
    position: relative;
    top: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spinPulse {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.logo {
    min-width: 100%;
    width: 100%;
    position: relative
}

.login {
    background: url(/static/img/footer_bg.png);
    width: 25%;
    /*height: 40%;*/
    padding: 60px 0 20px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: solid 2px rgba(247, 144, 43, 0.3);
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.login input {
    display: block;
    margin-bottom: 5px
}

.login input[type=text], .login input[type=password], .login input[type=email] {
    min-width: 100%
}

.login input[type=checkbox] {
    display: inline-block
}

.login .row {
    position: relative;
    top: 20%;
    /*bottom: -10%;*/
    width: 70%;
    margin: auto;
}

.login .title {
    top: -50px;
    position: relative;
    left: 0;
    display: block;
    background: url(/static/img/pattern.gif);
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.login:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: solid 2px #f7902b;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(247, 144, 43, 0.5);
    -moz-box-shadow: 0px 0px 50px 0px rgba(247, 144, 43, 0.5);
    box-shadow: 0px 0px 50px 0px rgba(247, 144, 43, 0.5);
    background: url(/static/img/pattern.gif)
}

.icheckbox_square-orange, .iradio_square-orange {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/static/img/orange.png) no-repeat;
    border: none;
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 3px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.fill-bloc-top-edge {
    padding-top: 20px;
}

.btn-orange {
    color: #fff;
    background-color: #E3621D;
    border-color: #E3621D;
}

h1, h2, h3, h4, h5, h6, p, label, .btn, a {
    font-family: "Ubuntu";
    font-weight: 400;
}

nav a {
    font-family: "Ubuntu";
    font-weight: 400;
}

a {
    color: rgba(255, 255, 255, .6);
}

ul a {
    font-size: 14px;
}

.nav > li {
    display: none;
}

.nav > li a:hover, .nav > li a:focus {
    background: transparent;
}

.d-bloc .a-btn, .d-bloc .navbar a, .d-bloc .navbar-brand, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a {
    color: rgba(255, 255, 255, .6);
}

.d-bloc .a-btn:hover, .d-bloc .navbar a:hover, .d-bloc .navbar-brand:hover, .d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover {
    color: rgba(255, 255, 255, 1);
}

.reg-title {
    padding-left: 0 !important;
}

.reg-title-2 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.reg-title-2 a{
    color: #E3621D !important;
}
@media (max-width: 768px) {
    .reg-title-2 {
        top: -10px !important;
    }
}

.login a:focus, .login a:hover {
    color: #E3621D !important;
    text-decoration: underline;
}

.alert {
    position: absolute;
    top: -180px;
}

@media (max-width: 768px) {
    .login {
        width: 100%;
        /*height: 45%;*/
    }
}

.form-group {
    margin-bottom: 0;
}

.login label {
    margin-bottom: 0;
}

.texture-darken {
    background: none;
}

.texture-darken::before {
    background: none!important;
}