@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,700i");
body {
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.inicio {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}

.inicio.no-webp {
    background-image: url("/static/css/images/icons/login_icons/Imagen-Login.png");
}

.inicio.support-webp {
    background-image: url("/static/css/images/icons/login_icons/Imagen-Login.webp");
}

.login {
    z-index: 30;
    right: 12%;
    bottom: 15%;
    position: absolute;
    background-color: rgba(254, 254, 254, 0.85);
    box-shadow: none;
}

.login input {
    margin-bottom: 5px;
    background-color: #39aaff;
    color: #fefefe;
    border-radius: 35px;
    border: none;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover,
.login input:-webkit-autofill:focus,
.login input:-webkit-autofill:active {
    -webkit-animation-name: autofill !important;
    -webkit-animation-fill-mode: both !important;
}

@-webkit-keyframes autofill {
    to {
        background-color: #39aaff !important;
        color: #fefefe !important;
    }
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #39aaff inset !important;
    -webkit-text-fill-color: #fefefe !important;
}

.login input::placeholder {
    color: #fefefe;
}

.user-input {
    position: absolute;
    left: 66px;
    top: 5px;
    width: 20px;
}

.user-input2 {
    position: absolute;
    left: 15px;
    top: 5px;
    width: 20px;
}

.user-pass {
    position: absolute;
    left: 66px;
    top: 8px;
    width: 20px;
}

#formLogin {
    margin-top: 20px;
}

.btn {
    vertical-align: middle;
    margin: 0.5rem auto 0.5rem auto;
    font-family: inherit;
    -webkit-appearance: none;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    color: #fefefe;
    display: table;
    width: 10rem;
    height: 2.5rem;
}

.button-login {
    background-color: #e97424;
    margin-top: 1rem;
    position: relative;
}

.button-web4 {
    background-color: #39aaff;
    margin-bottom: 1rem;
}

.button-beta {
    background-color: #8bc540;
}

.copyR {
    position: absolute;
    left: 15%;
    color: #fefefe;
}

.copyR2 {
    position: absolute;
    color: #fefefe;
    left: 23%;
}

.logo {
    width: 75%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@media screen and (max-width: 600px) {
    .login {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .inicio {
        background-color: #a2c5e0;
    }
    .copyR {
        left: 5%;
        font-size: 10px;
    }
}
