@font-face {
  font-family: "Open Sans Regular";
  src: url("../assets/OpenSans-Regular.ttf"); }

.estilos {
    font-family: sans-serif;
    font-size: 14px;
    position: fixed;
    z-index: 999999;
    bottom: 50px;
    left: 50%;
    right: 50%;
    width: 300px;
    height: 60px;
    border-radius: 20px;
    background: #EC6767;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 0px 0px -87.1406px;
}

.close {
    height: 30px;
    cursor: pointer;
    width: 100%;
    outline: none;
    display: flex;
    margin: 0 20px 0 0;
    justify-content: flex-end;
    align-items: center;
    color: white;
    background: none;
    border: none;
}

.true {
    font-size: 25px;
}

.sr-only {
    display: none;
}
.frm-login {
    width: 80%;
}
#updLogin {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.btnlogin {
    cursor: pointer;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 12px;
  position: relative; }

p {
  margin: 0;
  padding: 0; }

.bg-color {
  width: 50%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#1B63AD), to(#00B8EF));
  background: -webkit-linear-gradient(#1B63AD, #00B8EF);
  background: -o-linear-gradient(#1B63AD, #00B8EF);
  background: linear-gradient(#1B63AD, #00B8EF);
  position: absolute;
  right: 0;
  opacity: .9;
  z-index: 5; }

.cont {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cont .white {
    width: 40%;
    height: 80%;
    min-height: 600px;
    background: #ffffff;
    border-radius: 40px 0 0 40px;
    -webkit-box-shadow: 0 3px 200px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 200px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .cont .white .madit {
      width: 220px;
      margin: 0 0 40px; }
    .cont .white .text-sign {
      width: 40%;
      padding: 10px;
      border: 1px solid #9d9d9d;
      border-radius: 10px;
      color: #9d9d9d;
      text-align: center;
      margin: 20px 0 30px 0; }
    .cont .white input {
      text-align: center;
      height: 30px;
      width: 40%;
      border: none;
      padding: 0 10px;
      border-bottom: 1px solid #9d9d9d;
      margin: 5px;
      outline: none;
      color: #00B8EF; }
    .cont .white [type="submit"] {
      margin: 20px 0 0 0;
      width: 150px;
      height: 40px;
      border: none;
      border-radius: 20px;
      background: #00B8EF;
      color: #ffffff; }
    .cont .white .registro {
      margin: 30px 0 0 0; }
    .cont .white .email, .cont .white .password {
      margin: 15px 0 0 0;
      color: #9d9d9d; }
    .cont .white span {
      color: #00B8EF; }
  .cont .color {
    width: 40%;
    height: 80%;
    min-height: 600px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1B63AD), to(#00B8EF));
    background: -webkit-linear-gradient(#1B63AD, #00B8EF);
    background: -o-linear-gradient(#1B63AD, #00B8EF);
    background: linear-gradient(#1B63AD, #00B8EF);
    border-radius: 0 40px 40px 0;
    -webkit-box-shadow: 0 3px 200px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 200px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    .cont .color img:nth-child(1) {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      border-radius: 0 40px 40px 0; }
    .cont .color img:nth-child(2) {
      width: 80%;
      position: absolute;
      opacity: .1;
      z-index: 9; }
    .cont .color .join {
      font-size: 40px;
      font-weight: bold;
      color: #ffffff;
      width: 50%;
      z-index: 10; }

@media screen and (max-width: 991px) {
  .bg-color {
    width: 50%;
    height: 100vh;
    min-height: 550px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1B63AD), to(#00B8EF));
    background: -webkit-linear-gradient(#1B63AD, #00B8EF);
    background: -o-linear-gradient(#1B63AD, #00B8EF);
    background: linear-gradient(#1B63AD, #00B8EF);
    position: absolute;
    right: 0;
    opacity: .9;
    z-index: 5; }
  .cont {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cont .white {
      width: 40%;
      height: 80%;
      min-height: 550px;
      background: #ffffff;
      border-radius: 40px 0 0 40px;
      -webkit-box-shadow: 0 3px 200px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 3px 200px 0 rgba(0, 0, 0, 0.15);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .cont .white .madit {
        width: 200px;
        margin: 0 0 10px; }
      .cont .white .text-sign {
        width: 60%;
        padding: 5px;
        border: 1px solid #9d9d9d;
        border-radius: 10px;
        color: #9d9d9d;
        text-align: center;
        margin: 10px 0 10px 0; }
      .cont .white input {
        height: 30px;
        width: 60%;
        border: none;
        padding: 0 10px;
        border-bottom: 1px solid #9d9d9d;
        margin: 5px;
        outline: none;
        color: #00B8EF; }
      .cont .white [type="submit"] {
        margin: 10px 0 0 0;
        width: 150px;
        height: 40px;
        border: none;
        border-radius: 20px;
        background: #00B8EF;
        color: #ffffff; }
      .cont .white .registro {
        margin: 20px 0 0 0; }
      .cont .white .email, .cont .white .password {
        font-size: 11px;
        margin: 15px 0 0 0; }
      .cont .white span {
        color: #00B8EF; }
    .cont .color {
      width: 40%;
      height: 80%;
      min-height: 550px;
      background: -webkit-gradient(linear, left top, left bottom, from(#1B63AD), to(#00B8EF));
      background: -webkit-linear-gradient(#1B63AD, #00B8EF);
      background: -o-linear-gradient(#1B63AD, #00B8EF);
      background: linear-gradient(#1B63AD, #00B8EF);
      border-radius: 0 40px 40px 0;
      -webkit-box-shadow: 0 3px 200px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 3px 200px 0 rgba(0, 0, 0, 0.15);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      .cont .color .join {
        font-size: 30px;
        font-weight: bold;
        color: #ffffff;
        width: 70%; } }

@media screen and (max-width: 575px) {
  .bg-color {
    display: none; }
  .cont {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cont .white {
      width: 80%;
      height: 70%;
      min-height: 350px;
      background: #ffffff;
      border-radius: 20px;
      -webkit-box-shadow: 0 3px 200px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 3px 200px 0 rgba(0, 0, 0, 0.15);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .cont .white .madit {
        width: 180px;
        margin: 0 0 20px; }
      .cont .white .text-sign {
        display: none; }
      .cont .white input {
        height: 30px;
        width: 60%;
        border: none;
        padding: 0 10px;
        border-bottom: 1px solid #9d9d9d;
        margin: 5px;
        outline: none;
        color: #00B8EF; }
      .cont .white [type="submit"] {
        margin: 20px 0 0 0;
        width: 150px;
        height: 40px;
        border: none;
        border-radius: 20px;
        background: #00B8EF;
        color: #ffffff; }
      .cont .white .registro {
        margin: 20px 0 0 0; }
      .cont .white .email, .cont .white .password {
        margin: 10px 0 0 0; }
    .cont .color {
      display: none; } }
