/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */

body, html{
    height: 100%;
    background-repeat: no-repeat;
    background: rgba(234, 213, 185, 0.42);
    font-family: 'Oxygen', sans-serif;
}

.main{
    margin-top: 70px;
}

h1.title {
    font-size: 30px;
    font-family: 'Passion One', cursive;
    font-weight: 300;
    color:#000835;
}


hr{
    color: #000;
}

.form-group{
    margin-bottom: 15px;
}

label{
    margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 15px;
    padding-top: 3px;
}

input[type=text], input[type=search]{
    height: 50px;
    border-radius: 10px;
}

select{
    height: 50px !important;
}

.main-login{
    background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}


.fa{
    color: #05344f;
}

.input-group-addon{
    background-color:#FFF7E1;
}

.main-center{
    margin-top: 30px;
    margin: 0 auto;
    max-width: 80%;
    padding: 20px 20px;

}

.submit-button{
    margin-top: 10px;
    background: linear-gradient(#BB0003, #420001);
    border-radius: 100px;
}

.submit-button:hover{
    background: linear-gradient(#FF4A4D, #BF0003);
}

.message{

    width: 100%;
    margin: 0 auto;

}

thead tr {
    height: 60px;
}