/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */

body, html{
    height: 100%;
    background-repeat: no-repeat;
    background-color: #a6a6a6;
    font-family: 'Oxygen', sans-serif;
}

.text-center{
    text-align: center;
}

hr{
    width: 10%;
    color: #fff;
}

.form-group{
    margin-bottom: 10px;
}

label{
    margin-bottom: 5px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
    background-color: #ffffff;
    /* shadows and rounded borders */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
}

.container, .row.main{
    height: 100%;
}

.main-center{
    margin: 20% auto 0% auto;
    max-width: 300px;
}

.main-center .panel-body{
    padding: 0 25px 0 25px;
}

.login-button{
    margin-top: 10px;
}