html{
    background: #F4F6FA;
}
body {
    background: transparent;
    position: relative;
}

header{
    padding-top: 8px;
    padding-bottom: 8px;
}

.container-login{
    max-width: 510px;
}

.card-login{
    border: 0px;
    border-radius: 15px;
}
.card-login .card-body{
    padding: 40px 80px;
}

@media(max-width: 576px){
    .card-login .card-body {
        padding: 40px 40px !important;
    }
}



.identificacao-divisor{
    position: relative;
    text-align: center;
    font-size: 1.19rem;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
}
.identificacao-divisor span{
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    background: #fff;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    color: #d3dadd;
}
.identificacao-divisor:before{
    position: absolute;
    display: block;
    top: 13px;
    z-index: 0;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #d3dadd;
    content: "";
}

/*
.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #3c4043;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-google img {
  width: 20px;
  height: 20px;
}

.btn-google:hover {
  background: #f7f8f8;
}*/


.btn-circle{
    background: #F4F6FA;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    color: #0A5AFF;
    font-size: 1.5rem;
    padding: 0px;
}
