body {
  margin: 0;
  background-color: #D7EBDB;
}

body.main {
  background: url(/static/images/bg.webp);
}

a {
  color: #00743E;
}

button:hover,
input[type=submit]:hover {
  cursor: pointer;
}

.body {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.body2 {
  width: 100%;
  height: 100vh;
}

.d-flex {
  display: flex;
}

.logo {
  position: absolute;
  top: 30px;
  left: 50px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 15px;
}

.logo > img {
  width: 150px;
}

.center {
  width: 60%;
  max-width: 900px;
  height: 60%;
  max-height: 700px;
  display: flex;
  align-self: center;
  flex-direction: column;
}

.timer-area {
  width: 100%;
  height: 100%;
  max-height: 500px;
  background: #434044;
  border-radius: 30px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2),
    0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
  align-items: center;
  justify-content: center;
  display: flex;
}

.title {
  color: #fff;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 25px;
}
.mb-0 {
  margin-bottom: 0;
}
.bottom-title {
  color: #fff;
}

.main-video {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-wrapper {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: #434044;
  width: 90%;
  height: 91%;
}

.login-center {
  width: 90%;
  max-width: 500px;
  height: 90%;
  max-height: 400px;
  display: flex;
  align-self: center;
  flex-direction: column;
}

.login-area {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2),
    0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.login-title {
  font-size: 40px;
  color: #776e6f;
  font-weight: 900;
  margin-top: 0;
}

.login-form {
  width: 100%;
}

.login-form  label {
  font-size: 30px;
  color: #5f5f5f;
}

.login-form  input {
  width: calc(90% - 20px);
  background: #D7EBDB;
  padding: 15px 10px;
  border: 0;
  color: #5f5f5f;
  border-radius: 10px;
  margin: 10px 0 10px 10px;
}

.login-form  input::placeholder {
  color: #5f5f5f;
  font-weight: bold;
  font-size: 15px;
}

.submit {
  background: #c82e54;
  color: #fff;
  padding: 10px 20px;
  border: 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 35px;
}

.error {
  color: #c82e54;
  font-weight: bold;
  text-decoration: underline;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  background: #c82e54;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  background: linear-gradient(to bottom, #959595 0%, #e7e7e7 50%, #959595 100%);
  width: 100%;
  height: 5px;
}

.top-banner-wrap {
  width: 75%;
  justify-content: center;
  display: flex;
  margin-left: -10px;
}

.top-banner {
  background: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  width: 100%;
  max-width: 900px;
}

.top-banner > img {
  width: 100%;
}

.top-auth {
  margin: 35px 0 0 25px;
  color: #fff;
}

.top-logout {
  color: #fff;
  margin: 25px 0 0 10px;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  background: #776e6f;
  border: 1px solid #ddd;
}

.video_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:1024px) {
  .video_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 120%;
  }
}

.done-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.done-overlay > .badge {
  bottom: 15px;
  position: absolute;
  left: 1.25rem;
}

.badge.percentage {
  bottom: 15px;
  position: absolute;
  left: 1.25rem;
}

.badge.progress {
  bottom: 15px;
  position: absolute;
  right: 15px;
}

.rounded-xl {
  border-radius: 15px;
}

.card {
  overflow: hidden;
}

.right {
  float: right;
}

.back-btn {
  margin-left: 48px;
  background: red;
  border: 0;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border: 2px solid red;
}

.back-btn:hover {
  background: #fff;
  color: red;
}

.duration {
  padding-top: 10px;
  margin-bottom: 0;
}

.lah-dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 50%;
  background: #fff;
  width: 50%;
  min-height: 500px;
  border-radius: 5px;
  padding: 20px;
  font-size: 16px;
  overflow-y: scroll;
}
.lah-dialog-wrap {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.lah-dialog-btn {
  border: 1px solid #000;
  padding: 5px 15px;
  float: right;
}
.td_lah_tracksmall {
  width: 30px;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.lah-course-wrap {
  align-items: center;
  margin: 2px 0;
}
.lah-course-name {
  width: 30%;
  display: inline-block;
  max-width: 150px;
}
.lah-course-progress {
  width: 100%;
  border: 1px solid;
  height: 20px;
}
.lah-course-active {
  height: 100%;
  background: #000;
}
#player {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
#player >a {
    font-size: 50px;
}
