﻿body {
    background-color: #8D0E57 !important;
}

#license #logo {
    background: url(../../img/PORTAL.ELCIRUELO.svg);
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}

#license a {
    background-color: #D94D8A !important;
}

#license #trademark {
    background: url(../../img/CIRUELA.svg);
    font-family: 'raleway', 'Helvetica', 'Arial,sans-serif';
    text-align: center;
    font-size: 4em;
}

.login {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #8D0E57;
    background-image: url(../../img/CIRUELA.svg), url(../../img/CIRUELA.svg);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 210% 240%;
    background-origin: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

form {
    color: #002033;
}

input[type="checkbox"] {
    accent-color: #8D0E57;
}
/* #loginForm .flx-icon.icon-user:before {
    content: "\e921" !important;
}

#loginForm .flx-icon.icon-lock:before {
    content: "\e9f9" !important;
} */

.divlogin {
    margin: 0px auto;
    width: 425px;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(120deg,rgba(255, 255, 255, 0.8901960784313725) 10%,rgba(255, 255, 255, 0) 100%);
}

.divlogin >.flip-card{
    width: 100%;
    height: 150px;
}

.divlogin >.flip-card>.flip-card-flipper,
.divlogin >.flip-card>.flip-card-flipper>.flip-card-front,
.divlogin >.flip-card>.flip-card-flipper>.flip-card-back {
    width: 100%;
    height: 100%;
}

.login input[type='text'], .login input[type='password'] {
    color: #002033;
    border-bottom: none;
    font-size: 1.3em;
}

.login input[type='text']::placeholder, .login input[type='password']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9AA5B1;
    opacity: 1; /* Firefox */
}

.login input[type='text']:-ms-input-placeholder, .login input[type='password']:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9AA5B1;
}

.login input[type='text']::-ms-input-placeholder, .login input[type='password']::-ms-input-placeholder { /* Microsoft Edge */
    color: #9AA5B1;
}

.mainbutton {
    background-color: #8D0E57;
    border-radius: 50px;
    margin-top: 70px;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 15px;
    width: 60%;
}

input::placeholder {
    color: white;
}

a {
    background-color: transparent;
    font-size: 14px;
}

label {
    font-size: 13px;
}

label, a {
    color: #8D0E57;
    font-weight: bold;
    vertical-align: text-top;
}

.login .others:last-of-type {
    transform: translate(85px, -168px);
}

.logo {
    background-image: url(../../img/PORTAL.ELCIRUELO.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0;
}

.mainbutton:hover {
    background-color: #D94D8A;
}

.trademark .outstanding {
    color: #002033;
}

.login .cell {
    border: 1px solid rgb(245, 245, 245);
    border-radius: 2px;
    box-shadow: 1px 2px 4px 1px rgba(78, 78, 78, 0.34);
    width: 320px;
    padding: 10px;
    margin: 30px auto;
}

.login .cell i {
    font-size: 1.1em;
    color: #9AA5B1;
}


/*MFA*/
.login #twoFactorAuthenticationForm .others {
    transform: none;
}
.login .mainbutton#VerifyButton {
    width:60%;  
}