@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
    background-color: #263238;
    padding-top: 50px;
    font-family: 'Open Sans', sans-serif;
}

h3 {
    color: #ecf0f1;
}

p {
    padding-top: 10px;
    color: #ecf0f1;
    font-size: 1.0em;
}

a {
    color: #f1c40f;
}

a:hover {
    color: #efa039;
    text-decoration: none;
}

label {
    color: #ecf0f1;
    padding-top: 10px;
    font-size: 1rem;
}

.label-register {
    color: rgba(0, 109, 128, 0.52);
}

button {
    margin-top: 20px;
}

.border-login {
    border-right: 1px solid #fff;
    min-height: 450px;
    float: right;
}

.space-top {
    padding-top: 50px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 9px;
    border-bottom: 1px solid #e5e5e5;
    background: #263238;
    color: #fff;
    border-top: 1px solid #e65100;
    border-radius: 0;
}

.modal-footer {
    padding: 9px;
    text-align: right;
    border-top: 1px solid #607D8B;
}

.modal-content {
    position: relative;
    background-color: #CFD8DC;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-left: 1px solid #e65100;
    border-right: 1px solid #e65100;
    border-bottom: 1px solid #e65100;
    border-radius: 0;
    outline: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

/* Formatea los mensajes Flash::xxx() de KumbiaPHP */
.flash {
    margin: 5px 0;
    min-height: 32px;
    padding: 3px 10px 3px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    line-height: 32px;
    border-radius: 2px;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
}

.valid {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}