/*Estilos para login*/
body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
}
input::placeholder{
  margin-left: 15px;
}
/*Login*/
.login-bg {
  background-image: url(../../img/bg_4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: var(-color7);
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}
.main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.login {
  float: right;
  border-radius: 10px;
  font-family: raleway;
  margin-top: 70px;
}
#user, #passw {
  width: 350px;
  height: 45px;
  padding: 6px 6px;
  border-radius: 10px;
  color: #000000;
  border: 1px solid #0f5178;
  background-color: #ffffff !important;
  border-color: #0f5178;
}
.login-button, .login-button:hover{
  background-color: #ffffff;
  color: #343e60;
  font-weight: 700;
  font-size: 1.2em;
  width: 100px;
  float: right;
  border-radius: 7px;
  border-color: #0f5178;
}
#Opass,#Opass:hover{
  color:#0f5178;
  border:none;
  
}

.div-center {
  width: 350px;
  height: 300px;
  background-color: #ffffff82;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 12px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  border-bottom: 2px solid #ffffff82;
  display: table;
}
div.content {
  display: table-cell;
  vertical-align: middle;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.30rem;
}
#btn-add{
  background-color: #0f5178;
  color: #FFFFFF;
  font-weight: 700;
  font-size: .80em;
  border-radius: 7px;
  border-color: #0f5178;

}
.fas-d{
  color: #0f5178;
    font-size: 25px;
}