/* poppins-300 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-v9-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Poppins Light'), local('Poppins-Light'), url('../fonts/poppins-v9-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-300.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-regular - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v9-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/poppins-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-regular.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-500 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v9-latin-500.eot');
    /* IE9 Compat Modes */
    src: local('Poppins Medium'), local('Poppins-Medium'), url('../fonts/poppins-v9-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v9-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-500.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-600 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v9-latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('../fonts/poppins-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-600.svg#Poppins') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'Poppins' !important;
}

html,
body,
.row {
    height: 100%;
}

label {
    color: #3a3a3c;
    font-weight: 500;
    font-size: 0.9rem;
}

input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 20px;
    line-height: 1.5;
    color: #3a3a3c;
    font-weight: 400;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 2px solid #3a3a3c;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input:focus,
input:active {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #0092ff !important;
    outline: none;
}

.logo {
    width: 152px;
    margin-bottom: 30px;
}

.col-lg-5 {
    padding-top: 3%;
}

.ubication {
    display: flex;
    align-items: flex-end;
}

.ubication img {
    width: 100%;
}

.btn_submit {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #00B4F1;
    border: 1px solid transparent;
    padding: .375rem 2.9rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn_submit:active,
.btn_submit:focus {
    outline: none;
    background-color: #0092ff;
}

.icons {
    width: 11px;
    padding-bottom: 4px;
    margin-right: 5px;
}

a,
a:hover {
    color: #3a3a3c !important;
    text-decoration: none !important;
    font-size: 0.8rem;
}

.password_title {
    color: #00b4f1;
    font-size: 1.7rem;
    font-weight: 300;
}

.password_p {
    font-size: 0.9rem;
    text-align: inherit;
}

@media only screen and (max-width: 599px) {
    .logo {
        width: 100px;
    }
    .ubication {
        margin-top: 2rem;
    }
    .btn_submit {
        font-size: 0.8rem;
    }
    form {
        padding: 0 1rem;
    }
    a {
        font-size: 0.7rem;
    }
    .btn_submit {
        padding: .375rem 1.9rem;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .div_form {
        padding: 5% 20% 2% !important;
    }
}

@media (min-width: 1500px) {
    .div_form {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}


/* animation: fade in*/

#form_index,
#form_password {
    -webkit-animation: fadein 0.4s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.4s;
    /* Firefox < 16 */
    -ms-animation: fadein 0.4s;
    /* Internet Explorer */
    -o-animation: fadein 0.4s;
    /* Opera < 12.1 */
    animation: fadein 0.4s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}