/*------------------------------------------------------------------
 * Theme Name: iofrm - form templates
 * Theme URI: http://www.brandio.io/envato/iofrm
 * Author: Brandio
 * Author URI: http://www.brandio.io/
 * Description: A Bootstrap Responsive HTML5 Template
 * Version: 1.0
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Bootstrap v4.1 (http://getbootstrap.com)
 * Copyright 2018 Brandio.
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Responsive Styles.
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");

@font-face {
    font-family: Poppins Regular;
    src: url('/resources/fonts-ultra/Poppins-Regular.ttf');
}

@font-face {
    font-family: Outfit Bold;
    src: url('/resources/fonts-ultra/Poppins-Bold.ttf');
}

@font-face {
    font-family: Outfit Light;
    src: url('/resources/fonts-ultra/Poppins-Light.ttf');
}

/* Animation Keyframes */
@keyframes scale_header {
    0%   {max-height: 0px; margin-bottom: 0px; opacity: 0;}
    100% {max-height: 117px; margin-bottom: 25px; opacity: 1;}
}

@keyframes input_opacity {
    0%   {transform: translateY(-10px); opacity: 0}
    100% {transform: translateY(0px); opacity: 1}
}

@keyframes text_opacity {
    0% {color: transparent;}
}

@keyframes error_before {
    0%   {height: 5px; background: rgba(0, 0, 0, 0.156); color: transparent;}
    10%  {height: 117px; background: #FFFFFF; color: #C62828}
    90%  {height: 117px; background: #FFFFFF; color: #C62828}
    100% {height: 5px; background: rgba(0, 0, 0, 0.156); color: transparent;}
}



body {
    font-family: Poppins Regular !important;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    background-color: #37629E;
    line-height: 1.5;
    // background-image: linear-gradient(To top right, #37629E, #617FBC);

}


.text-encabezado {
    overflow: hidden;
    text-align: center;
    z-index: 999;
}

.text-encabezado .info-holder {
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*div por id*/
.text-encabezado #logo_trasient{
    background-image: url("/resources/images/logo_ultra_trasient.png"); 
    width: 440px;
    height: 450px;;
    overflow: hidden;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    margin-bottom: -40px;
    margin-top: -30px;
    z-index: 999;
}

.text-encabezado .text_label{
    color: #fff;
    text-align: justify;
    font-size: 35px;
    font-family: Outfit Bold;
}


.form-holder {
    width: 100%;
}

.form-holder .login-container {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container .form-items {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    text-align: left;
}

.form-items .form-pie {
    font-family: Poppins Regular;
    font-size: 13px;
    color: #37629E;
    line-height: 1.5;
    display: block;
    position: relative;
    cursor: pointer;
    margin-top: 40px;
}

.form-items .login-form {
    padding: 5px 50px 0px 50px;
}

.login-container label {
    color: #fff;
    text-align: left;
    font-size: 17.5px;
    font-family: Outfit Light;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
}

.login-container input{
    position: relative;
    width: 100%;
    padding: 10px 5px;
    margin: 0 0 25px 0;
    border: none;
    font-size: 17.5px;
    border-bottom: 2px solid rgba(21, 20, 20, 0.71);
    box-sizing: border-box;
    background: transparent;
    font-family: Outfit Light;
    font-weight: 500;
    opacity: 1;
    animation: input_opacity 0.8s cubic-bezier(.55, 0, .1, 1);
    transition: border-bottom 0.2s cubic-bezier(.55, 0, .1, 1);
}

/* Submit Button */
.login-container .submit-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    padding: 10px;
    margin: 35px -25px -20px -25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.submit-container .login-button {
    border: none;
    border-radius: 16px;
    background: #E37F00;
    font-family: Outfit Light;
    cursor: pointer;
    opacity: 1;
    animation: input_opacity 0.8s cubic-bezier(.55, 0, .1, 1);
    transition: background 0.2s ease-in-out;
    width: 100%;
    height: 70px;
    color: #fff;
    text-align: center;  
    margin-bottom: 10px;
}

.login-button .ui-button-text {
    font-size: 18.5px !important;
}

.submit-container .login-button:hover {
    background: #617FBC;
}

.submit-container .login-button.raised:hover {
    background: #FDAB43;
}

/* Inputs */
.form-items .login-input {
    position: relative;
    width: 100%;
    padding: 10px 5px;
    margin: 0 0 25px 0;
    border: none;
    border-bottom: 2px solid rgba(21, 20, 20, 0.71);
    box-sizing: border-box;
    background: transparent;
    font-family: Outfit Light;
    font-weight: 500;
    opacity: 1;
    animation: input_opacity 0.8s cubic-bezier(.55, 0, .1, 1);
    transition: border-bottom 0.2s cubic-bezier(.55, 0, .1, 1);
}

.form-items .login-input:focus {
    outline: none;
    border-bottom: 2px solid #EA7E1C;
}

.login {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    background: #FAFAFA;
    overflow: hidden;
    border-radius: 12px;
    animation: input_opacity 0.2s cubic-bezier(.55, 0, .1, 1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 1px 5px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.login > header {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: -10px -10px 25px -10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #FCCD7A;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    color: #FAFAFA;
    animation: scale_header 0.6s cubic-bezier(.55, 0, .1, 1), text_opacity 1s cubic-bezier(.55, 0, .1, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
        0px 1px 5px 0px rgba(0, 0, 0, 0.12),
        0px 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/*div por id*/
#image_logo{
    background-image: url("/resources/images/logo-ultra_1.png"); 
    top: 0;
    left: 0;
    width: 250px;
    min-height: 150px;
    height: 100%;
    overflow: hidden;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    margin-bottom: -40px;
    margin-top: -30px;
}

