html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'Roboto';
    background-color: white !important;
    background-image: none;
}

#main {
    padding-top: 0px;
    height: 100%;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.container-fluid {
    height: 100%;
}

.no-gutters {
    height: 100%;
}

.left-col {
    background-color: white;
    padding: 0;
    margin: auto;
    height: 100%;
}

.left-img {
    width: 100%;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.right-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
}

.right-col-perfil {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    height: 100%;
}

#login #header #logo img {
    width: auto;
}

#login #header #logo {
    margin-top: 15px;
    margin-left: 0;
}

#login .hero {
    background-image: none
}

#logo-cbk {
    padding-top: 5px
}

#logo-cbk img {
    max-height: 120px;
}

#footer {
    background-color: white;
    position: absolute;
    bottom: 0;
    height: 3.5rem;
    right: 20px;
}

#extr-page #header {
    background-color: white !important;
    border-bottom: none !important;
}

#logo-cliente {
    display: inline-block;
    padding-bottom: 25px;
}

#logo-cliente img {
    height: 70px;
}

.my-auto {
    max-width: 400px;
    margin: auto;
}

#submit {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 14px;
    background: #052243;
    border-radius: 8px;
    height: 40px;
}

#submit-perfil {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 14px;
    background: #052243;
    border-radius: 8px;
    height: 40px;
    width: 50%;
    justify-self: center;
}

.esqueceu-senha {
    padding-top: 15px;
    font-family: Roboto;
    font-size: 14px;
    color: #4D4D4D;
}

.input-group {
    position:relative;
    display:inline-block;
}

.input-group-text {
    position: absolute;
    background: #F5F6FA !important;
    right:0;
    top: 0;
    border: none !important;
    border-radius: 8px !important;
}

.input-group-text i {
    background: #F5F6FA;
    border: none;
    height: 40px;
    font-size: 15px;
    border-radius: 8px;
}

#password {
    font-size: 13px;
    background: #F5F6FA;
    height: 40px;
    width: 100%;
    border: none;
    padding: .375rem .75rem;
    border-radius: 8px;
    padding-left: 15px;
}

#usernameOrEmail {
    font-size: 13px;
    background: #F5F6FA;
    height: 40px;
    border: none;
    border-radius: 8px !important;
    padding-left: 15px;
    color: #4D4D4D;
}

h1, h2, h3, h4 {
    font-size: 24px;
    font-family: QuickSand;
    font-weight: 600;
}

form {
    color: #4D4D4D;
    width: 300px;
    margin: auto;
    font-family: 'Roboto';
}

#label-acesso-texto {
  display: flex;
  font-size: 14px;
  color: #4D4D4D;
  padding: 0px 0px 5px 0px;
  font-weight: 400;
}

#label-acesso-select select{
  font-size: 14px;
  background: #F5F6FA;
  border: none;
  border-radius: 8px;
  height: 40px;
  width: 100%;
  padding-left: 15px;
  font-weight: 400;
}

#label-acesso-select{
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 950px){
    .left-img {
        width: 100%;
        object-fit: cover;
        display: block;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1024px) {
    .left-img {
        width: 100%;
        object-fit: cover;
        display: block;
    }
}

@media only screen and (min-width: 1270px) {
    .left-img {
        width: 80%;
        object-fit: cover;
        display: block;
        padding-top: 0%;
    }
}

@media only screen and (min-width: 1600px) {
    .left-img {
        width: 70%;
        object-fit: cover;
        display: block;
        padding-top: 0%;
    }
}
