@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Roboto:400,700');

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

html,
body {
    height: 100%;
}
@font-face {
    font-family: 'Grotesk';
    src: local('Grotesk'), url("/static/fonts/HKGrotesk-Bold.otf");
    src: local('Grotesk'), url("/static/fonts/HKGrotesk-Light.otf");
    src: local('Grotesk'), url("/static/fonts/HKGrotesk-Regular.otf");
}
body {
    background: url('../../img/autenticacion/bg/bg_trivatio.png') no-repeat center center fixed;
    background-color: #01346b;
    font-family: 'Grotesk', sans-serif;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

a,
a:hover {
    text-decoration: none !important;
}

.container-card {
    padding: 15px;
    padding-right: 5em;
    padding-top: 1.5em;
}

.container-card .card {
    margin: 0 auto;
    max-width: 300px;
    border: none;
    vertical-align: middle;
    border-radius: 18px;
    background-color: #1D2333;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}

/* FLOATING LABEL */

.form-control {
    border: 1px solid rgb(216, 215, 215);
}

.form-control:focus {
    border: 1px solid rgb(216, 215, 215);
    box-shadow: none;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 20px 15px 0px 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
    background-color: rgba(0, 0, 0, 0);
}

.form-label-group > input:focus,
.form-label-group > label:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #CCC;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #CCC;
    border: 1px solid transparent;
    border-radius: .35rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
    color: #CCC;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
}

button[type="submit"] {
    border-radius: .35rem;
    -webkit-border-radius: .35rem;
    -moz-border-radius: .35rem;
    color: #FFF;
    border: none;
    background-color: #0391e7;
    background-image: #0391e7;
    background-image: #0391e7;
    background-image: #0391e7;
    background-image: #0391e7;
    padding: 5px 0;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(68, 68, 68, .25);
    -moz-box-shadow: 0px 7px 25px 0px rgba(68, 68, 68, .25);
    box-shadow: 0px 7px 25px 0px rgba(68, 68, 68, .25);
}

.work-us p {
    color: #61737C;
    font-size: 18px;
}

.work-us h4 {
    color: #61737C;
    font-size: 18px;
}

.work-us h4:hover {
    color: #CCC;
}

.ilustracion_dansaltech {
    width: 90%;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.isotipo_dansaltech {
    width: 40%;
    display: block;
    margin: 0px auto;
    margin-top: 25px;
}

.social-ntework {
    padding-bottom: 2em;
    text-align: center;
}

.social-ntework img {
    width: 25px;
    margin: 0 15px;
    cursor: pointer;
}

.copyright {
    padding: 15px;
    padding-top: 50em;
}

.copyright p {
    margin-bottom: 0;
    color: rgba(171, 196, 214, .38);
}

/* MEDIAQUERIES */

@media (max-width: 991.98px) {
    .ilustracion_dansaltech {
        width: 400px;
        position: relative;
    }

    .isotipo_dansaltech {
        width: 400px;
    }

    .container-card {
        padding-top: 1em;
    }
}

@media (max-width: 450px) {
    .isotipo_dansaltech {
        width: 250px;
    }

    .ilustracion_dansaltech {
        width: 215px;
    }

    .copyright {
        padding-bottom: 20px;
    }

    .copyright p {
        font-size: 12px;
    }

    .ilustracion_dansaltech {
        display: none;
    }
}