* {
  border: 0;
  padding: 0
}

html {
  background-color: #fff;
  font-size: 14px;
}

a:hover {
    text-decoration: none
}

.hidden {
  display: none;
}
.clear {
  clear: both;
}

.background-cover {
    position: relative;
    background-image: url(../img/default_background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height:100vh
}

.login-image{
  background-image: url(../img/login_bg.jpg);
}

.login-dark-layer {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  box-sizing: border-box;
  text-align: right;
}

.login-dark-layer h2,
.login-dark-layer p {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff !important;
  font-size: 4em
}

.login-dark-layer h2 {
  font-size: 4em
}

.login-dark-layer p {
  font-size: 2em
}

.login-description-content {
  margin-top: 25%;
}

.login-bo h3 {
    margin: 0;
}

.login-box p {
    font-weight: 600;
    margin: 0;
}

.login-box.panel {
    box-shadow: none;
    margin-bottom: 0;
}

.login-box .form-control {
    background-color: #f2f2f2;
    border: 1px solid #bdbdbd;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: 12px;
    padding: 15px 20px;
    box-shadow: inset 0px 3px 1px rgba(0, 0, 0, 0.3);
    height: auto;
    border-radius: 15px;
}

.login-box .form-control::placeholder {
  color: #999999;
  font-weight: bold;
}

.form-group {
    margin-top: 30px;
    margin-bottom: 30px;
}

.signup-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-login {
    background-color: rgb(214,44,90);
    /* background: linear-gradient(135deg, rgba(214,44,90,1) 0%, rgba(243,95,126,1) 100%); */
    background-image: url(../img/login/ui_iniciar_sesion.svg);
    background-position: 10px;
    background-size: 28px;
    background-repeat: no-repeat;
    color: #fff !important;
    padding: 15px 20px 15px 45px;
    border-radius: 15px;
}

.login-header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    margin: 50px 50px;
    width: calc(100% - 100px);
}

.login-links {
    display: flex;
    padding: 0 30px;
}

.login-links a {
    display: block;
    font-weight: 500;
    margin-left: 40px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

.forget-password-link {
    font-size: .9em;
    text-decoration: underline;
}

.apmx-input-login {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding-left: 40px!important;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
}

.login-form p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
  color: #8d8d8d;
}

.forgot-link a {
  color: #3E220E;
}

.login-btn {
  background-color:#e31938;
  font-weight: bold;
  color: #fff !important;
  width: 100%
}

.login-btn:hover {
    background-color: #9c1835;
    border-color: #9c1835;
  color: #000;
}

.email-apmx {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff
}

.email-apmx:hover,
.email-apmx:focus,
.email-apmx:active {
  color: #fff
}

.login-general-container {
    display: flex;
}

.login-image-container {
    min-height: 100vh;
}

.login-form-container {
    background-color: #fff;
    position: absolute;
    left: 50px;
    top: 100px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 450px;
    padding: 20px;
    z-index: 9;
    height: fit-content;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.8)
}

.login-image-container {
    position: relative;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.login-slide-container {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.owl-carousel.owl-drag .owl-item {
    height: 100vh;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: transparent !important;
    border: 3px solid #fff;
}

.forget-password-link {
    text-decoration: underline;
    color: #383934;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

.owl-theme .owl-dots .owl-dot:focus,
.owl-theme .owl-dots .owl-dot:active {
    outline: 0
}

.forget-password-link:hover {
}

@media (max-width:768px) {

    .login-header,
    .login-form-container {
        position: relative;
    }

    .login-form-container {
        margin-bottom: 50px;
        top: 0;
    }

    .owl-carousel {
        position: fixed !important;
        top: 0;
        left: 0;
    }

    .login-header {
        margin: 30px 30px;
        width: calc(100% - 40px);
    }

    .login-description-content {
        margin-top: 0;
    }

    .login-image {
        min-height: auto !important;
        height: 200px !important;
    }

    .login-dark-layer {
        padding: 30px;
    }

    .email-apmx {
        display: none
    }

    .forgot-link {
        text-align: center !important;
        margin-left: 0;
        width: 100%
    }

    .login-btn {
        width: 100%;
        font-size: 1em;
    }

}

@media (max-width: 500px) {

    .login-image-container {
        background: linear-gradient(135deg, rgba(214,44,90,1) 0%, rgba(243,95,126,1) 100%);
    }

    .owl-carousel {
        display: none !important;
    }

    .login-form-container {
        position: inherit;
        width: initial;
        left: auto;
        margin-left: 20px;
        margin-right: 20px;
        padding: 30px;
    }

    .login-header {
        margin: 20px;
    }

    .login-links {
        position: initial;
    }

    .login-dark-layer h2 {
        font-size: 2em;
    }

    .login-dark-layer p {
        font-size: 1.5em;
    }

}

/* Clases */

.margin {
    margin-top: 20px!important;
    margin-bottom: 20px;
}

.inline {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;

    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

.button {
    margin: 0;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
}

.input, .select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}

svg:not(:root) {
    overflow: hidden;
}
.uk-icon>* {
    transform: translate(0,0);
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

.input, .select, .textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
}

.input {
    overflow: visible;
}
