/*
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 : 20/05/2015, 07:48:10 PM
    Author     : ULTIMATE
*/


.login-box,
.register-box {
    width: 360px;
    margin: 20% auto;
}
@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 15%;
    }
}
.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    color: #444;
    border-top: 0;
    color: #666;

}
.login-box{
    border-radius: 4px;
    border:#3c8dbc solid 2px;
    margin-top: 13%;
}
#loginCambioCredenciales{
    border-radius: 4px;
    border:#3c8dbc solid 2px;
    margin-top: 9%;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}
.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 15px 5px 15px 15px;
    background-color: #3c8dbc; 
    color: #fff;
    font-size: 15px;
}
.form-control {
    border-radius: 3px !important;
    box-shadow: none;
}
.input-group .input-group-addon {
    border-radius: 3px;
    background-color: #fff;
}
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 3px;
}
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 3px;
}
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}


#turnosDivContenedorCabecera {
    border-bottom: 1px solid #3c8dbc !important;
}
.background-gris{
    background-color: rgb(236, 240, 245);
    color: #000 !important;
}

.bg-botonturno{
        background-color: #dd4b39 !important;
}
.text-white{
    color: #fff !important;
}