body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #2f4050;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
    line-height: 1.5;
}
html, body {
    height: 100%;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
a {
    color: #1a77d1;
    cursor: pointer;
}
a {
    text-decoration: none;
    background-color: transparent;
}
.color-blanco{
    color: #fff !important;
}
.c-white{
    color: #fff !important;
}
.recuperar-pass{}
.btn-secundary {
    background-color: #1a4160;
    color: #fff;
    border-color: #1a4160;
    text-transform: uppercase;
}
.gray-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 5% 0;
    position: fixed;
    background-image: url(../img/DOCTOR-DATAMEDIC.png);
}
.loginColumns {
    padding: 45px 20px 20px 20px!important;
}
.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}
.loginColumns .btn-primary {
    color: #000!important;
    background-color: #fff!important;
    border-color: #fff!important;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 13px;
}
.box-panel .ibox-content {
    background: #333!important;
    color: #fff;
    border: 1px solid #333 !important;
}
.ibox-content {
    border: 0!important;
}
.ibox-content {
    clear: both;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
    margin-top: 5px;
}
h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
}
h3 {
    font-size: 16px;
}
.tit-login{
    font-size: 16px !important;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.input_login, .single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.input_login {
    font-size: 0.9rem;
}
.input_login, .input_login:focus, .has-error .input_login:focus, .has-success .input_login:focus, .has-warning .input_login:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .input_login:focus, .navbar-form-custom .input_login:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    box-shadow: none;
}
.input_login {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}