﻿body {
  background-color: #17499F;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-image: url(https://eis.uasd.edu.do/authenticationendpoint/images/fondo_autoservicio.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  max-width: 900px;
  margin-top: 50px;
}

.login-panel {
  background-color: transparent;
}

.left-panel {
  background: linear-gradient(180deg, rgba(0, 163, 230, 0.95) 0%, rgba(0, 119, 213, 0.95) 100%);
  color: white;
  padding: 40px 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 2.5;
}

  .left-panel h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: .25rem;
  }

  .left-panel img {
    width: 75px;
    height: 90px;
  }

.right-panel {
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.btn {
  border-radius: 12px !important;
  font-weight: bold;
  padding:10px;

}

.right-panel h4 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700;
  color: #0056D2;
}

.right-panel h6 {
  margin-top: .5rem;
  font-size: 20px;
  font-weight: 400;
  color: grey;
  margin-bottom:22px;
}

.a-link {
  text-decoration: none;
  color: rgb(0, 163, 230);
  transition: all .3s ease;
  font-size: .9rem;
  font-weight: 600;
}

  .a-link:hover, .a-link:active {
    text-decoration: none;
    color: #17499F;
  }

@media (max-width: 768px) {
  .left-panel {
    padding: 34px 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    padding: 10px;
  }

    .left-panel h3 {
      font-size: 22px;
      font-weight: bold;
    }

    .left-panel img {
      width: 20px;
      height: 35px;
    }

  .right-panel {
    padding: 20px;
    background-color: #fff;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

    .right-panel h4 {
      font-size: 18px;
      font-weight: bold;
      color: #0056D2;
    }
}


.note {
  color: #6c757d;
  font-size: 14px;
}

.btn-login {
  border-radius: 45px;
  padding: 10px 25px;
}

input.form-control {
  text-align: center;
  font-size: 18px;
  padding: 14px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 8px;
  background-color: #F4F6F8;
  box-sizing: border-box;
  transition: all ease-in-out .5s;
  transition-property: background-color, border;
  font-weight: 500;
}

  input.form-control:focus, input.form-control:active {
    border: 1px solid #ECECEC;
  }
