@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
/* 
    Created on : 2019
    Author     : @kae.ux
*/


body {
  margin: 0;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal !important;
  color: #000;
  text-align: left;
  background-color: #fff;
}

@media (max-width: 1000px)
{
    body {
        margin: 0;
        overflow-y:auto;
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: normal !important;
        color: #000;
        text-align: left;
        background-color: #fff;
    }
}

a{
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    outline: 0 none;
    text-decoration: none;
}
a:hover{
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    outline: 0 none;
    text-decoration: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.font-weight-light {
    font-weight: 300;
    color: #999999;
}
.text-muted {
    color: #999999 !important;
}
sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1.25rem 0.9375rem;
  padding-bottom: 1.25rem 0.9375rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6a6a82;
}

.form-check-label {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}
.btn-primary, .wizard > .actions a {
  color: #fff;
  background-image: linear-gradient(to left bottom, #9ec63b, #96bc3c, #8fb23d, #87a93d, #809f3d);
  border-color: transparent;
}

.btn-primary:hover, .wizard > .actions a:hover {
  color: #fff;
  background-color: #3320ff;
  border-color: #9EC63B;
}

.btn-primary:focus, .wizard > .actions a:focus, .btn-primary.focus, .wizard > .actions a.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 70, 255, 0.5);
}

.btn-primary.disabled, .wizard > .actions a.disabled, .btn-primary:disabled, .wizard > .actions a:disabled {
  color: #fff;
  background-color: #5646ff;
  border-color: #5646ff;
}
.btn-lg, .btn-group-lg > .btn, .fc .btn-group-lg > button, .ajax-upload-dragdrop .btn-group-lg > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-group-lg > .swal2-styled, .wizard > .actions .btn-group-lg > a {
  padding: 1rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-sm, .btn-group-sm > .btn, .fc .btn-group-sm > button, .ajax-upload-dragdrop .btn-group-sm > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-group-sm > .swal2-styled, .wizard > .actions .btn-group-sm > a, .fc button {
  padding: 0.5rem 0.81rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}


.flex-grow {
  flex-grow: 1;
}

/* Buttons */
.btn, .fc button, .ajax-upload-dragdrop .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel, .wizard > .actions a {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  /* Buttons with only icons */
  /* Buttons with icon and text */
}

.btn-primary:hover, .wizard > .actions a:hover,
.btn-inverse-primary:hover,
.btn-outline-primary:hover {
  -webkit-box-shadow: 0 13px 21px -4px #bcbbcc;
  -moz-box-shadow: 0 13px 21px -4px #bcbbcc;
  box-shadow: 0 13px 21px -4px #bcbbcc;
}

.btn-inverse-secondary {
  background-color: rgba(144, 151, 196, 0.2);
  background-image: none;
  border-color: rgba(144, 151, 196, 0);
}

.btn-inverse-secondary:not(.btn-inverse-light) {
  color: #9097c4;
}

.auth .login-half-bg {
    background: #FFFFFF;
    background-size: cover;
    border-left: 10px solid #9FC64C;
}

.auth .lock-profile-img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.auth .auth-form-light {
  background: #ffffff;
}

.auth .auth-form-light select {
  color: #c9c8c8;
}

.auth .auth-form-transparent {
    background: transparent;
    margin: 0 auto;
    padding: 250px;
    width: 100%;
}

.auth .auth-form-transparent select {
  outline-color: #9097c4;
}

.auth.auth-img-bg {
  padding: 0;
}
.title-api{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 4rem;
}
.title-welcome{
    font-size: 2rem;
    font-weight: 700;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #94b93d;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(147, 184, 60,.25);
}
@media (max-width: 1920px){
    .auth .auth-form-transparent {
        background: transparent;
        margin: 0 auto;
        padding: 250px 150px;
        width: 100%;
    }
}
@media (max-width: 1600px){
    .auth .auth-form-transparent {
        background: transparent;
        margin: 0 auto;
        padding: 250px 100px;
        width: 100%;
    }
}
@media (max-width: 1200px){
    .title-api {
        font-size: 3rem;
    }
    .auth .auth-form-transparent {
        background: transparent;
        margin: 0 auto;
        padding: 250px 70px;
        width: 100%;
    }
}
@media (max-width: 991px){
    .auth.auth-img-bg .auth-form-transparent {
        width: 55%;
        margin: 0 auto;
        padding: 70px 0;
    }
}
@media (max-width: 500px){
    .auth.auth-img-bg .auth-form-transparent {
        width: 75%;
        margin: 0 auto;
        padding: 60px 0;
    }
    .auth .brand-logo img {
        max-width: 240px !important;
    }
    .title-api {
        font-size: 2.7rem;
    }
}
.auth .brand-logo {
  margin-bottom: 2rem;
}

.auth .brand-logo img {
  max-width: 315px;
}

.auth form .form-group {
  margin-bottom: 0.6rem;
}

.auth form .form-group label {
  font-size: .8125rem;
  color: #888888;
  margin-bottom: 0.2rem;
}

.auth form .form-group .form-control {
  background: transparent;
  border-radius: 2px;
  font-size: .9375rem;
}

.auth form .auth-form-btn {
  line-height: 1.5;
  border-radius: 3px;
}

.auth form .auth-link {
  font-size: 0.875rem;
  text-align: right;
  color: #9FC64C;
  
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    outline: 0 none;
    text-decoration: none;
}

.auth form .auth-link:hover {
  text-decoration: none;
  opacity: 0.8;
  
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    outline: 0 none;
    text-decoration: none;
}
.link-primary{
   color: #9FC64C;
   transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    outline: 0 none;
    text-decoration: none;
}
.link-primary:hover{
    color: #9FC64C;
    opacity: 0.8;
    
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    outline: 0 none;
    text-decoration: none;
}
.page-body-wrapper {
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.page-body-wrapper.full-page-wrapper {
  min-height: 100vh;
}


.content-wrapper {
  background: url(../../assets/images/bg-login-marca-dagua.png) bottom left #191727;
  background-repeat: no-repeat;
  padding: 1.75rem 1.312rem;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
