
body{
  background-color: #ffffff
}
.container-fluid{
  padding:0px !important
}
.div1{
  display: flex;
  align-items: center;
  height: 20vh;
  padding-left: 50px;
  justify-content: center;

}
.login-padding{
  position: relative;
  height: auto; 
  margin-top: 5%;
  border-radius: 2%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  min-height: 400px;
}
.login-container{
  margin: 30px;
  margin-top: 0!important;
}
.forgot-pass {
  background-color: transparent;
  border: none;
  outline: none;
}
@media screen and (max-width:950px){
  .form-group>input{
  background-color:#ffffffb9 ;
  border-radius: 6%;
  text-align: center; 
  vertical-align: middle;
  margin-bottom: 5px;
}

}
.form-control::placeholder {
  color: black; 
  border-color: black;
}
input[type="password"],[type="text"] {
  color: black;

}
strong{
  color:#184691;
  font-size: 17px;
}
button#showPassword {
  border: none;
  background-color: transparent;
  padding: 0;
  margin-top: 5px;
}

button#showPassword i {
  border: none;
}
.icon-login{
  display: flex;
  justify-content: center;

}
.icon-login>img{
  height: 150px;
  width: 150px;
  margin-bottom: 10px;
  margin-top: 10px;

}
.checkbox-input {
  display: none;
}

.checkbox-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
}

.checkbox-icon i {
  font-size: 20px;
  line-height: 20px;
}

.checkbox-input:checked + .checkbox-icon i {
  color: whitesmoke;
}
.options{
  flex-direction: column;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
}
.add-area{
  margin-left: 4vh;
  background-color: transparent;
  border: 3px solid transparent;
}
.form-group{
  align-items: center;
}
@media screen and (max-width:383px){
  .sou{
    display: none;
  }
}
.sou{
  margin-right: 4px;
}
#loading[style*='display: block']{
  display: flex !important;
}

.teste > input{
  border: 1px solid transparent;
}
@media screen and (max-width:355px){
  #guri{
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
p{
  font-family: sans-serif;
}

.container-msg{
  display: flex;
  justify-content: center;
  justify-content: space-around;
}
.msgLogin{
  margin: 5px; 
  border-radius: 2px;
  color:#666 !important; 
  padding:15px 10px 15px 20px; 
  text-align:left; 
  font-size:15px;
  border: 1px solid;
  
}

@media screen and (max-width:950px){
  .msgLogin{
    max-width:400px;
  }
}
