
/*login page*/
.auth-page{
    padding: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("../img/landing.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sidebar-b{
    background: #fff;

}

.mx-h {
    height: 100%;
}

.shadow{
    -webkit-box-shadow: 45px 6px 110px 2px rgba(0,0,0,0.83);
    -moz-box-shadow: 45px 6px 110px 2px rgba(0,0,0,0.83);
    -o-box-shadow: 45px 6px 110px 2px rgba(0,0,0,0.83);
    box-shadow: 45px 6px 110px 2px rgba(0,0,0,0.83);
}

label.lg{
    width: 100%;
}

label.lg input{
    border-radius: 0px;
}

.p-t-15 {
    padding-top: 15px!important;
}

.form-group-default.has-error {
    background-color: rgba(234,44,84,.1);
}

.form-group-default {
    background-color: #fff;
    position: relative;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 2px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.form-group {
    margin-bottom: 10px;
}

.form-group label:not(.error) {
    font-family: inherit;/*montserrat*/
    font-size: 10.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 500;
}
.form-group-default label {
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.error {
    font-size: 12px;
    color: #ea2c54;
    display: block;
}

.no-padding {
    padding: 0!important;
}

.btn-cons {
    margin-right: 5px;
    min-width: 120px;
}

.m-t-10 {
    margin-top: 10px;
}

form#form-login{
    margin: 10px 25px;
    margin-left: 30px;
}

input.form-control,
input.form-control:active,
input.form-control:focus,
input.form-control:hover{
    background: transparent;
    border: 1px solid transparent !important;
    outline: none !important;
    outline-color: transparent;
    outline-width: 0px;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    -o-box-shadow:none;
    -moz-box-shadow:none;
}

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

.hide{
    display: none;
}
.bold{
    font-weight: bold;
}

input[type=text],
input[type=email],
input[type=password]{
    margin-left:-10px;
}

/*end login page*/
