body {
    background-image: url('../img/background-puertomorelos.jpg');
    background-color: #FFFFFF;
}
@media (max-width: 767px) {
    body.login .login-sidebar {
        border-top:0px !important;
        border-left:5px solid #22A7F0;
    }
        
}

h{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

body.login .form-group-default.focused{
    border-color:#22A7F0;
}

.login-button, .bar:before, .bar:after{
   background:#22A7F0;
}

body.login {
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden
}

body.login .login-sidebar {
    min-height: 100vh;
    position: relative;
    border-radius: 5px;
    z-index: 2;
    padding: 0;
    justify-content: center;
    background: #fff;
    border-radius: 0
}

body.login .login-sidebar:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: .8;
    z-index: 3
}

body.login .login-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 30px;
    top: 50%;
    margin-top: -150px
}

.login-container input {
    background: #f2f2f2 !important;
    width: 100%;
    margin: 0 0 0px;
    padding: 25px;
    box-sizing: border-box;
    font-size: 16px;
    border: 2px solid rgba(28,43,54,.07) !important;
    border-radius: 4px;
}

.login-container input:focus, input:active {
    border: 2px solid rgba(28, 130, 206, 0.24) !important;
}

.login-container button{
    text-transform: uppercase;
    outline: 0;
    background: #212529d9;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.login-container button:focus, button:hover{
    background: #434c54d9 !important;
}

body.login .copy {
    width: auto;
    padding: 30px 30px 12px
}

body.login .copy h1 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    z-index: 9999;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    top: 0;
    line-height: 45px;
    margin: 20px 0 0 14px
}

body.login .copy p {
    color: #fff;
    font-size: 13px;
    max-width: 650px;
    opacity: .9;
    z-index: 99;
    font-weight: 300;
    margin-top: 0;
    left: 15px;
    position: relative;
    top: -8px
}

body.login .faded-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(50, 50, 50, .5);
    background: linear-gradient(180deg, rgba(21, 21, 28, 0) 0, rgba(21, 21, 28, .1) 40%, rgba(21, 21, 28, .3) 55%, rgba(21, 21, 28, .61) 75%, #15151c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0015151c", endColorstr="#15151c", GradientType=0)
}

body.login .logo-title-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin-top: -100px;
    left: 30px
}