/*
Código realizado por nValue S.A.S. - Realtech LTDA
si tiene alguna sugerencia que nos ayude a mejorar
lo invitamos a comunicarse con alguna de nuestras entidades.
*/
/*
    Created on : Sep 9, 2016, 6:37:49 PM
    Author     : Fabian Agudelo
*/

body, main::before {
    background: url(../../resources/images/index/background_main_min.jpg) 0 / cover fixed;
}

body {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* IE */
    display: -ms-flex;
    -ms-box-pack: center;
    -ms-box-align: center;
    /* Native CSS */
    display: -webkit-box;
    box-pack: center;
    box-align: center;
    height: 100%;
}

main::before {
    content: '';
    margin: -35px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(20px);
    z-index: -1;
}

main {
    position: relative;
    background: hsla(0, 0%, 90%, .3);
    border-radius: 10px;
    width: 400px;
    box-shadow: 0 1px 3px #212121;
    overflow: hidden;
    height: 450px;
}

body.font-lato {
    box-shadow: 0 1px 3px #212121 !important;
}

.login-shortcut {
    /*display: inline-block;*/
    /*position: relative;*/
    display: flex;
    justify-content: center;
    width: 10rem;
    background: hsla(0, 0%, 90%, 0.58);
    border-radius: 10px;
    box-shadow: 0 1px 3px #212121;
    overflow: hidden;
    margin: 10px;
}

.login-shortcut:hover {
    background: hsla(0, 0%, 10%, 0.47);
}

.shortcut-link {
    color: #000000;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.shortcut-body {
    width: 120px;
    height: 120px;
}

.shortcut-img {
    height: 95px;
}

.payment-img {
    background: url(../../resources/images/index/payment-black.png) center no-repeat;
}

.processes-img {
    background: url(../../resources/images/index/process-black.png) center no-repeat;
}

.certificates-img {
    background: url(../../resources/images/index/certificate-black.png) center no-repeat;
}

.refunds-req-img {
    background: url(../../resources/images/index/refund-req-black.png) center no-repeat;
}

.refunds-res-img {
    background: url(../../resources/images/index/refund-res-black.png) center no-repeat;
}

/*HOVER*/
.login-shortcut:hover .shortcut-link .shortcut-body .payment-img {
    background: url(../../resources/images/index/payment-white.png) center no-repeat;
}

.login-shortcut:hover .shortcut-link .shortcut-body .processes-img {
    background: url(../../resources/images/index/process-white.png) center no-repeat;
}

.login-shortcut:hover .shortcut-link .shortcut-body .certificates-img {
    background: url(../../resources/images/index/certificate-white.png) center no-repeat;
}

.login-shortcut:hover .shortcut-link .shortcut-body .refunds-req-img {
    background: url(../../resources/images/index/refund-req-white.png) center no-repeat;
}

.login-shortcut:hover .shortcut-link .shortcut-body .refunds-res-img {
    background: url(../../resources/images/index/refund-res-white.png) center no-repeat;
}

.login-shortcut:hover > a > div > h4 {
    color: var(--white);
}

.shortcut-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px;
}

.divLogin {
    min-height: 400px;
    height: auto;
    width: 350px;
    background: rgba(80, 80, 80, 0.23);
    border-width: 1px;
    border-color: #7a7a7a;
    border-style: solid;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.47);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.47);
}

.ui-inputfield.inputLogin {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.14) !important;
    text-shadow: none !important;
    text-align: center;
    padding: 9px !important;
    font-size: 16px !important;
    width: 250px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #9E9E9E;
}

.ui-button-text {
    font-weight: 400;
    font-size: 16px !important;
}
