body {
   margin: 0;
   padding: 0;
}

.page-container {
   color: #212121;
   font-size: 14px;
   font-weight: 400;
   height: 100vh;
   overflow: hidden;
   width: 100%;
}

.container-fluid {
   margin-left: auto;
   margin-right: auto;
   padding-left: 15px;
   padding-right: 15px;
   width: 100%;
}

.left-container {
   height: 100vh;
   background-size: cover;
   background: url(../images/imgLogin/login.png) no-repeat 50% transparent;
}

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

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

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

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

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

.img-fluid,
.img-thumbnail {
   height: auto;
   max-width: 100%;
}
.logo-area img {
   transition: all .1s ease;
}
.logo-area img:hover {
   transform: translateY(-4px);
}

.page-container .right-content h1 {
   color: #212121;
   text-transform: uppercase;
   font-size: 24px;
   font-weight: 700;
   line-height: 28px;
   margin-bottom: 15px;
}

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

.form-group {
   margin-bottom: 1rem;
}

.input-group {
   align-items: stretch;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   position: relative;
   width: 100%;
}

.form-control {
   background-clip: padding-box;
   background-color: #fff;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
   color: #495057;
   display: block;
   font-size: 1rem;
   font-weight: 400;
   height: calc(1.5em + 0.75rem + 2px);
   line-height: 1.5;
   padding: 0.375rem 0.75rem;
   transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   width: 100%;
}

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

.pull-right {
   float: right;
}

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

a {
   background-color: transparent;
   color: #007bff;
   text-decoration: none;
}

a:hover {
   color: #0056b3;
   text-decoration: underline;
}

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

.btn:not(:disabled):not(.disabled) {
   cursor: pointer;
}

.btn-full {
   background-color: #eef3ff;
   border-radius: 2px;
   font-size: 14px;
   height: 50px;
   line-height: 16px;
   width: 100%;
}

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

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

.btn:hover {
   color: #212529;
   text-decoration: none;
}

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

.btn-full-icon:hover {
   border: 2px solid rgba(251, 175, 23, .5);
}

.hoz-separate {
   align-items: center;
   display: flex;
   height: 32px;
   justify-content: center;
   overflow: hidden;
   position: relative;
}

.hoz-separate:before {
   background: #fff;
   border: 2px solid rgba(33, 33, 33, .3);
   content: "";
   height: 0;
   left: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-1px);
   width: 100%;
   z-index: 1;
}

.hoz-separate span {
   background: #eef3ff;
   color: #212121;
   display: flex;
   justify-content: center;
   letter-spacing: .1em;
   padding: 8px 16px;
   z-index: 10;
}

.btn-full-icon {
   align-items: center;
   background-color: #fff;
   border: 2px solid rgba(251, 175, 23, .5);
   box-sizing: border-box;
   color: #212121;
   display: flex;
   justify-content: center;
   overflow: hidden;
}

.btn-full-icon img {
   width: 70px;
   margin-right: 12px;
}
.btn-full-icon .vietnampost-plus {
   width: 50px;
   margin-right: 5px;
}

img {
   height: auto;
}

.btn-full-icon-secondary:hover,
.btn-full-icon-secondary {
   border: 2px solid rgba(222, 73, 54, .5);
}

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

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

.button,
a {
   transition: .3s;
}

.focus-none:focus {
   box-shadow: none !important;
}

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

.register-note .note{
   list-style: decimal;
   font-size: 12px;
   color: #9b9b9b;
}
@media only screen and (min-width: 375px) and (max-width: 768px) {

   /* Login frontend */
   .page-container .right-content {
      padding-top: 30px;
   }

   .img-fluid,
   .img-thumbnail {
      height: 50px;
      max-width: 85%;
   }

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

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

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

   .form-control {
      height: 40px;
   }
   .btn-full {
      height: 40px;
   }
   .btn-full-icon img,
   .btn-full-icon-secondary img {
      height: 40px;
   }
}

/* Đăng ký */
.link:hover {
   color: #0056b3;
   text-decoration: underline !important;
}
.left-content {
   background: url(../images/imgLogin/bg-signup.jpg) no-repeat 50% transparent;
   background-size: cover;
}