﻿@font-face {
    font-family: OpenSansCondensedBold;
    src: url("../fonts/OpenSans-CondBold.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: OverpassSemibold;
    src: url("../fonts/overpass-semibold.woff");
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    font-family: 'lato', sans-serif;
    color: #fff;
    background: url('../images/Fondo-login.png');
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    overflow: hidden;
}

.wrapper {
    background: rgb(242 246 249 / 50%);
    border-radius: 5px;
    box-shadow: 0 1.5px 0 0 rgba(0,0,0,0.1);
    width: 450px;
    display: flex;
    flex-direction: column;
}

.logo {
    text-align: center;
}

    .logo img {
        max-width: 125px;
        padding: 20px 20px 0;
    }

.login-item {
    color: #fff;
    padding: 10px 25px 0;
    margin: 20px 20px 0;
    border-radius: 3px;
}

input {
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
}

.form input[type="password"], .form input[type="text"], .form input[type="submit"], .form .btn-login {
    width: 100%;
}

.user:before {
    font: 14px fontawesome;
    color: #5b5b5b;
}

.form-login label,
.form-login input[type="text"],
.form-login input[type="password"],
.form-login input[type="submit"],
.form-login .btn-login {
    border-radius: 0.25rem;
    padding: 1rem;
    color: #3A3F44;
}

.form-login label {
    background-color: #f9a300;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.form-login input[type="text"], .form-login input[type="password"] {
    background-color: #ffffff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

    .form-login input[type="text"]:focus, .form-login input[type="text"]:hover, .form-login input[type="password"]:focus, .form-login input[type="password"]:hover {
        background-color: #eeeeee;
    }

.form-login input[type="submit"],
.form-login .btn-login {
    font-weight: bold;
    text-transform: uppercase;
}

    .form-login .btn-login:focus, .form-login .btn-login:hover {
        background-color: #ab2a25!important;
    }

.form-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.text--center {
    text-align: center;
}

.dxbButton {
    background: #fb212b !important;
}

#btnLogin {
    background: #e9c091;
}

    #btnLogin span.dx-vam {
        color: white;
    }