@import url("https://fonts.googleapis.com/css?family=Bree+Serif");
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=Raleway|Roboto";

* {
    font-family: "Fira Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
}

h3 {
    font-family: "Bree Serif";
    font-size: 1.1em;
    color: #2e3338;
}

body {
    background: url("https://imgur.com/VM0LduR.png");
    padding-top: 50px;
}

.navbar {
    border: 1px solid #2e3338 !important
}

.list-group {
    width: 100%;
    height: 115%;
    text-align: left;
    border-radius: 0;
}

.list-group-item-modd {
    background-color: #4c555e !important;
    border-color: #fefeff47 !important;
    border-radius: 0 !important;
}

.navbar-brand {
    cursor: default;
}

.content {
    display: flex;
    justify-content: center;
    margin-top: 5%;

}

.footer {
    /* position: absolute; */
    top: 285px;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #d4dedf;
    overflow: hidden;
    padding-top: 30px;
    border-top: 1px solid #fff;
    text-align: center;
}

.logo-container {
    width: 100px;
    height: 100px;
    position: absolute;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.logo-ascrecarga {
    width: 180px;
}

.css-selector {
    background: linear-gradient(40deg, #73ffdb, #7cf2ff);
    background-size: 400% 400%;

    -webkit-animation: Background 6s ease infinite;
    -moz-animation: Background 6s ease infinite;
    -o-animation: Background 6s ease infinite;
    animation: Background 6s ease infinite;
}

@-webkit-keyframes Background {
    0% {
        background-position: 0% 99%
    }

    50% {
        background-position: 100% 2%
    }

    100% {
        background-position: 0% 99%
    }
}

@-moz-keyframes Background {
    0% {
        background-position: 0% 99%
    }

    50% {
        background-position: 100% 2%
    }

    100% {
        background-position: 0% 99%
    }
}

@-o-keyframes Background {
    0% {
        background-position: 0% 99%
    }

    50% {
        background-position: 100% 2%
    }

    100% {
        background-position: 0% 99%
    }
}

@keyframes Background {
    0% {
        background-position: 0% 99%
    }

    50% {
        background-position: 100% 2%
    }

    100% {
        background-position: 0% 99%
    }
}

.title-login {
    margin-top: 10px;
    /* margin-bottom: 25px; */
}

label {
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: -5px !important;
    color: #666;
}

.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    min-height: 360px;
    background: #f3f3f3 !important;
    overflow: hidden;
    box-shadow: 2px 4px 5px -2px rgb(0 0 0 / 43%);
}

.login-form .backbtn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d0d0d0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    cursor: not-allowed;
    transition: all 200ms ease;
}

.login-form .backbtn.active {
    background: #647ace;
    cursor: pointer;
}

.login-form .backbtn.disabled {
    background: #eee;
}

.login-form .line {
    /* position: absolute; */
    top: 60px;
    text-align: center;
    width: 100%;
    font-size: 22px;
    color: #666;
    font-family: "Roboto";
}

.login-form .line div {
    font-size: 30px;
    text-transform: uppercase;
}

.login-form .line p {
    margin-top: 10px;
    font-size: 20px;
    color: #888;
}

.phases {
    position: absolute;
    top: 85px;
    height: 85px;
    width: 200%;
    left: 0%;
    transition: all 300ms ease;
}

.phases div {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    /* padding: 0px 20px; */
}

/* .phases div * {
            margin: 8px 0px;
        } */

.phases input {
    height: 40px;
    padding-left: 5px;
}

.phase-1 {
    padding: 0px 20px;
}

.phase-2 {
    padding: 0px 20px;
}

.phases input.error {
    border-color: tomato;
}

/* .phases #btnlogin {
            height: 40px;
            padding-left: 5px;
            color: #fff;
            outline: none;
            border: none;
            border-radius: 2px;
            background: #196be8;
            font-size: 17px;
            cursor: pointer;
        } */

.phases.next {
    left: -100%;
}

.create {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.create a {
    text-decoration: none;
    font-size: 16px;
    color: #196be8;
}

.loading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    z-index: 2;
}

.loading.show-it {
    display: inline-block;
}

.loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 50px;
    height: 50px;
    border: 5px solid #eee;
    border-top-color: #196be8;
    border-radius: 50%;
    animation: loading 900ms ease infinite;
}

@keyframes loading {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.preloader {
    z-index: 50;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000020;
    /* margin-top: -126px !important; */
    width: 100%;
}

.g-recaptcha {
    height: 60px;
}

.grecaptcha-badge {
    padding: 0 0 !important;
}

.form {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}

.input-wrapper {
    max-width: 360px;
    width: 100% !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input {
    height: 50px;
    font-size: 16px;
    padding: 11px 15px;
    border-radius: 4px;
    border: 1px solid #CBD8E3;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    width: 225px;
}

.placeholder {
    pointer-events: none;
    position: absolute;
    font-weight: 400;
    top: 8px;
    left: 56px;
    padding: 0 8px;
    background-color: white;
    border-radius: 5px;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    color: grey;
}

.input:not(:placeholder-shown).input:not(:focus)+.placeholder {
    transform: scale(.75) translateY(-25px) translateX(-15%);
    color: #CBD8E3;
    transition: .2s ease;
}

.input:focus {
    border-color: #0088ff;

}

.input:focus+.placeholder {
    transform: scale(.75) translateY(-25px) translateX(-15%);
    color: #0088ff;
    transition: .2s ease;
}

.input:invalid:not(:placeholder-shown) {
    transition: .2s ease;
}

.input:invalid:not(:placeholder-shown)+.placeholder {
    transition: .2s ease;
}

.input:invalid:not(:placeholder-shown).input:not(:focus)+.placeholder {
    transform: scale(.75) translateY(-25px) translateX(-15%);
    transition: .2s ease;
}

.spinner-border {
    color: #007bff;
}