* {
   margin: 0;
   padding: 0;
}

/* Quên mật khẩu */
.page-container {
   color: #212121;
   font-size: 14px;
   font-weight: 400;
   height: 100vh;
   overflow: hidden;
   width: 100%;
}

.register-note{
   margin-top: 12px;
}

.register-note .note{
   list-style: decimal;
   font-size: 12px;
   color: #9b9b9b
}

.page-content {
   height: 100%;
}

.page-container .right-container {
   background-color: #eef3ff;
   display: block;
   height: 100%;
   overflow: auto;
}

.page-container .right-content {
   padding-top: unset;
}

.page-container .right-content {
   display: flex;
   margin: 0 auto;
   max-width: 582px;
   width: 100%;
}

.page-container .form-container {
   padding: 40px 0 20px 0;
   background: #FFFFFF;
   box-shadow: 0px 3.02022px 7.55056px rgba(0, 0, 0, 0.15);
   border-radius: 5px;
}

.form-container {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.page-container .right-content .logo-area,
.page-container .right-content h1 {
   -ms-flex-pack: center;
   display: -ms-flexbox;
   display: flex;
   justify-content: center;
}

.page-container .right-content .logo-area {
   margin-bottom: 50px;
}

.img-fluid,
.img-thumbnail {
   height: auto;
   max-width: 100%;
}

.page-container .right-content h1 {
   color: #212121;
   font-family: Roboto, sans-serif;
   font-size: 24px;
   font-weight: 700;
   line-height: 28px;
   margin-bottom: 15px;
}

.page-container .right-content .sub {
   -ms-flex-pack: center;
   display: -ms-flexbox;
   display: flex;
   font-size: 14px;
   justify-content: center;
   line-height: 16px;
   margin-bottom: 30px;
}

.btn-full {
   width: 75%;
}

.page-container .right-content form {
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
}

.form-group {
   width: 100%;
}

.input-group {
   margin: auto;
   width: 75%;
}

.form-control {
   background: #fff;
   border-radius: 2px;
   height: 40px;
}

.btn-full-primary:hover {
   background: linear-gradient(180deg, rgba(251, 175, 23, .5), #eef3ff);
   color: #212121;
}

.btn-full-icon:hover,
.btn-full-primary {
   background-color: #004588;
   color: #fff;
}

.btn-full {
   border-radius: 2px;
   font-family: Roboto, sans-serif;
   font-size: 14px;
   height: 45px;
   margin-top: 10px;
}

.btn-full,
.link-bold {
   font-weight: 700;
}

.pull-right {
   width: 75%;
   text-align: right;
}

.link {
   color: #004588;
   font-family: Roboto, sans-serif;
   font-size: 14px;
   line-height: 16px;
   font-weight: 600;
}

.link:hover {
   color: #0056b3;
   text-decoration: underline !important;
}

@media only screen and (min-width: 375px) and (max-width: 768px) {

   .img-fluid,
   .img-thumbnail {
      height: auto;
      max-width: 90%;
   }

   .page-container .right-content .logo-area {
      margin-bottom: 30px;
   }

   .input-group {
      margin: auto;
      width: 90%;
   }

   .btn-full {
      width: 90%;
   }

   .page-container .right-content h1 {
      margin-bottom: 5px;
   }

   .page-container .right-content .sub {
      margin-bottom: 20px;
   }

   .form-control {
      height: 40px;
   }

   .btn-full {
      height: 40px;
   }
}