/* 
    Document   : fps
    Created on : 31/08/2017, 12:40:32 PM
    Author     : David.Lopez
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body{
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}

body .inputfield {
    background: transparent;
    padding: 2px 2px 1px 2px;
}

.login-body{
    background-image: url(src/imagenes/fn_bg.jpg);
    width: auto;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    max-width: 100%;
    min-width: 100%;
    background-repeat: no-repeat;
}

.login-form{
    text-align: center;
    min-height: 440px;
    margin: 50px auto 0 auto ;
    border-radius: 15px;
}

.inp{
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    border-width: 0 0 1px 0;
    padding: 2px 2px 1px 2px;
    font-size: 15px;
    border-color: #bdbdbd;
    border-style: solid;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-top: 17px;
}

span.inputfield{
    line-height: 15px;
    background: transparent;
    border-width: 0 0 1px 0;
    padding: 7px 7px 1px 7px;
    font-size: 16px;
    border-color: #bdbdbd;
    border-style: solid;
    border-radius: 0px;
    font-weight: normal;
    margin: 0;
    outline: medium none;
    width: 100%;
    display: block;
    position: relative;
    border:none;
    padding-top: 15px;
    padding-bottom: 25px;
}

span.inputfield > label:focus{
    color: #16507A;
}

.inputfield label {
    color: #999;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    text-align: left;
    font-size: 0.7rem;
    -webkit-transition: 0.3s ease all;
    padding-bottom: 5px;
}

.botonlogin{
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    height: 36px;
    padding: 0 16px;
    margin-left: 0%;
    margin-right: 0%;
}

.botonLoginTrClr{
    transition: background-color 0.3s;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.link_fmp{
    color: #283593;
}

.inp:focus{
    border-bottom: #175E8C solid 1.3px !important;
    outline:none;
    -webkit-box-shadow: none;

}