.login{
    
}

.login-color-val{
    color: #d56161 !important;
}

#logo{
    width: 76px;
}

#logo-group {
    width: 76px !important;
}

#logo-group-platform{
    margin-left: auto;
    margin-right: auto;
    width: 134px;
}

#logo-platform {
    display: inline-block;
    margin-left: 9px;
    margin-top: 13px;
    width: 175px;
}
#logo-platform img {
    height: auto;
    padding-left: 3px;
    width: 125px;
}

.header-logo{
    display: inherit !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 76px !important;
    vertical-align: middle;
    float: inherit !important;
}

#extr-page #header #logo img{
    width: 76px;
}

#extr-page #header{
    background: none !important;
    background-image: none !important;
    background-color: transparent;
    border-bottom: none !important;
    height: 130px;
}

#header > div {
    margin-top: 40px;
}

.smart-form header{
    background: none;
}

.smart-form fieldset {
    background: none;
}

.smart-form fieldset input{
    background: none;
    border: 1px solid #FFFFFF;
}

.smart-form footer{
    background: none;
    padding: 0 15px 35px;
}

#extr-page #main{
    background: none !important;
}

html{
    background-color: #000000;
    /*background: rgba(0, 0, 0, 0) url("../img/bg-login.jpg") no-repeat fixed center top / cover !important;*/
    background: rgba(0, 0, 0, 0) url("../img/login-bg-1920-1080.png") no-repeat fixed center top / cover !important;
    /*background: rgba(0, 0, 0, 0) url("../img/login-bg2.jpg") no-repeat fixed center top / cover !important;*/
}

body{
    background-image: none !important;
    background-color: transparent;
}

.login-container{
    margin-left: auto; 
    margin-right: auto; 
    float: inherit;  
    background-color: rgba(0, 0, 0, 0.6);
    /*filter: blur(10px);*/
    border: 1px solid white;
}

.powered-container{
    color:#585657; 
    margin-left:auto; 
    margin-right:auto; 
    margin-top: 8px; 
    width: 122px;
    font-size: 11px;
}

.well {
    background: none;
    border:none;
    box-shadow: none;
}

.smart-form .checkbox i, 
.smart-form .icon-append, 
.smart-form .icon-prepend,
.smart-form .input input, 
.smart-form .radio i, 
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .toggle i{
    border-color: #FFFFFF;
}

.smart-form .checkbox.state-error i,
.smart-form .radio.state-error i, 
.smart-form .state-error input, 
.smart-form .state-error select,
.smart-form .state-error textarea, 
.smart-form .toggle.state-error i{
    background: none;
}

.smart-form .checkbox.state-success i,
.smart-form .radio.state-success i, 
.smart-form .state-success input, 
.smart-form .state-success select,
.smart-form .state-success textarea,
.smart-form .toggle.state-success i {
     background: none;
}

.smart-form section{
    margin-bottom: 8px;
}

#lower_right {
    background-color: none;
    background-image: url("/img/r-corner.png");
    background-repeat: no-repeat;
    bottom: -1px;
    height: 38px;
    position: absolute;
    right: -1px;
    width: 38px;
}

.client-form header {
    padding: 30px 13px;
}

.btn-primary{
    background-color: #007AE6;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary{
    background-color: #0084EB;
}

.input{
    background-color: #0C0C0C;
}

@media (max-width: 480px) {
.login-border {
    background: rgba(0, 0, 0, 0) url("../img/login-bg-mobile.png") no-repeat fixed center top / cover !important;
}
}

.login .alert-warning{
    background-color: #FFF1BA;
    border: none;
    color: black;
    text-align: center;
    font-size: 11px;
    font-family: Verdana;
}

.login .alert .close {
    line-height: 13px;
    font-size: 12px;
    right: -5px;
    top: 0;
}

footer p {
	 text-align: center;
}

/*.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea{
    border-radius: 12px !important;
}*/




