html{height: 100%}
body{height: 100%}

.front-logo{
    margin: 8px auto;
    width: 138px;
    display: block;
}
.logo-head {
    padding-top:7px;
    padding-bottom: 7px;
    display: block;
}
.btn-custom,  .btn-custom:hover,  .btn-custom:focus,  .btn-custom:active{
    background-color: #FF700A;
    border-color: #ff9e59;
    color:#fff;
    padding: 10px 0;
}
.btn-link,  .btn-link:hover, .btn-link:active,  .btn-link:focus{
    color:#FF700A;
}
.auth-wrapp {
    display: flex;
    height: 100%;
}
.container-fluid {
    height: 100%;
    width: 100%;
}
.row {
    height: 100%;
    display: flex;
}
.navar-static-top{
    margin-bottom: 0;
    background: #fff;
}
.auth-panel label {
    color:#767575;
    font-weight: normal;
    font-size: 16px;
}
.panel {
    background: #fff;
}
.login-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login h1,
.register h1 {
    font-size: 30px;
    color: #4F4F4F;
}
.logo-img {
    height: 60px;
}
.panel-default {
    margin: 0 auto;
    width: 400px;
    margin-top: 20px;
}
.login p,
.register p {
    color: #4f4f4f;
}
.login a,
.register a,
.login button,
.register button {
    font-size: 16px;
}
.help-block {
    color: #FF3D33;
}
.btn-success {
    background-color: #000000;
    border-color: #000;
    transition: 0.5s;
    padding: 8px;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #ED2123;
}
@media  screen and (max-width: 768px) {
    .image-container {
        display: none;
    }
    .login_img {
        display: none;
    }
}
