
.form-control {
    min-height: 41px;
    background: #fff;
    box-shadow: none !important;
    border-color: #e3e3e3;
}
.form-control:focus {
    border-color: #125da9;
}
.form-control, .btn {        
    border-radius: 5px;
}
.login-form {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 50px;
}
.login-form .formulario {
    color: #7a7a7a;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 13px;
    background: #ececec;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;	
    position: relative;	
    background-color: rgba(255, 255, 255, 0.4);
    height: auto;
}


.login-form .btn {        
    font-size: 16px;
    font-weight: bold;
    background: #125da9;
    border: none;
    margin-bottom: 20px;
}
.login-form .btn:hover, .login-form .btn:focus {
    background: #50b8b3;
    outline: none !important;
}    

th{
    text-align: center;
}
td{
    text-align: center;
}

.search {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}
.search input {
    width: 300px;
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 3px;
    margin-top: 5%;
    margin-bottom: 5%;
}