/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 22, 2015, 2:44:29 PM
    Author     : Sebastian Aleman
*/
@font-face{
    font-family: Avenir;
    src:url('AvenirLTStd-Medium.otf');
}

label{
    color:  rgb(0,175,239);   
}

.into{
    padding: 2% 2% 2% 2%;
}

.btn{
    background-color: rgb(0,175,239);
    color: #FFF
}

.btn:hover{
    background-color: rgb(113,112,115);
    color: #FFF
}
.panel-default .panel-body{
    background-color: #FFF
}

body{
    font-family: Avenir;
    background:url('../../img/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

input[type='submit']:hover{
    background-color: rgb(113,112,115);
    color: #FFF;
}

#logo{
    padding-top: 10px;
    max-width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-box{
    background-color: #FFFFFF;
    padding-bottom: 5px;
    border: 1px solid #a0a6ad;
    opacity: 0.9;
    border-radius: 20px;
}

#btnSubmit{
    width: 100%;

}

body{
    opacity: 0.9;
}

#logotop{
    max-width: 65%;
    padding-top: 10%;
}

.form-bottom{
    padding-bottom: 5%;
}

hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 1em 0;
    padding: 0; 
}
