body {
    background: #f5f5f5;
}

@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
    .login-box {
        align-items: unset !important;
    /*    min-height: auto !important;*/
    /*    height: auto !important;*/
    }
}

.container {
    width: 100% !important;
    max-width: none;
}

.login-card {
    border: 0;
    border-radius: 27.5px;
    box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
    overflow: hidden;
    background-color: #ffffff;
    opacity: 0.95;
}

.login-box {
    background: url(../../imagenes/fondo.jpg);
    background-size: cover;
    background-position: center;
    /*padding: 50px;*/
    margin: 0 auto;
    height: 100vh;
    -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
    width: 100% !important;
    align-items: center;
}

.logo {
    /*font-family: "Script MT";*/
    font-size: 54px;
    text-align: center;
    color: #888888;
    margin-top: 10px;
    margin-bottom: 20px;
}

.logo .logo-font {
    color: #3c8dbc;
}

@media only screen and (max-width: 767px) {
    .logo {
        font-size: 34px;
    }
}

.header-title {
    text-align: center;
    /*margin-bottom: 50px;*/
}

.login-form {
    max-width: 350px;
    margin: 0 auto;
}