body {
    padding : 7%;
    background-image: url('/assets/images/dashboard/background.jpg');

}

#forgot-form input {
    box-shadow: 0 2.5px 7.5px 0 rgba(0, 0, 0, 0.16);
}

.companyDescription > h5{
    padding: 1%;
    line-height: 35px;
    font-size: 16px;
    margin-top: 15px;
}

.panel-login {
    box-shadow: 0px 1.5px 15px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
.panel-login>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}
.panel-login>.panel-heading a{
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
    color :#0782E0;
//color: #029f5b;
    font-size: 18px;
}
.panel-login>.panel-heading hr{
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.btn-login {
    background-color: #063366;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #063366;
}
.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #063366;
    border-color: #53A3CD;
}
.forgot-password {
    text-decoration: underline;
    color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}

@media (max-width: 1200px) {
    body{
        padding: 1%;
    }
    .below992{
        display:block;

    }
    .above992{
        display:none;
    }
}
@media (min-width: 1200px) {
    .below992{
        display:none;

    }
    .above992{
        display:block;
    }
}

@media (max-width: 1400px) {
    body{
        padding: 5%;
    }

    .companyDescription > h5 {
        padding: 1%;
        line-height: 33px;
        font-size: 16px;
        margin-top: 15px;
    }
}
@media (max-width: 776px) {
    body{
        padding: 1%;
    }
}
#forgot {
    display: none;
}
:root {
    --brown-grey:#b1b1b1;
}
.logout {
    padding: 10px 10px 0px 0px;
}

.ORDERJINI {
    font-weight: normal;
    line-height: 1.22;
    letter-spacing: -0.98px;
    margin-top: 40px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    color : #063366;
}
.login-input {
    border-radius: 10px !important;;
    border-color: #063366 !important;
}
.login-button {
    border-radius: 0.25rem;
    background-color: #063366; !important;
    padding-left: 0px;
}
.text-muted {
    color: #6c757d !important;
}
.padding-10 {
    padding: 10px;
}
.field-icon {
    float: right;
    margin-right: 25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.or-label {
    top: 20px;
    color: #b1b1b1;
    text-align: center;
}
.font-label {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    color : #063366;;
}
.image-border {
    background: #063366;
}

.text-align {
    padding: 1% 15%
}
.verify-email{
    font-family: ProximaNova;
    font-size: 20px;
    font-weight: 600;
    color: #b1b1b1;
}
.col-margin{
    margin-top: 10%;
}
.new_user{
    font-size: 18px;
    color: #073366;
    text-align: center
}