@charset "UTF-8";
/** font size **/
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-LightItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-BlackItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Italic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Italic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-MediumItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Black.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Black.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-BoldItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Light.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Light.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Bold.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Bold.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Medium.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Medium.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Thin.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Thin.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-ThinItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Regular.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Regular.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* using rem unit */
html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
}

body {
  font-family: "Roboto", sans-serif;
}

/************ custom signup page ************/
.bgAntiPLG {
  margin: 0px;
  width: 100vw;
  min-height: 100vh;
  overflow: auto;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.content-right {
  background-color: #f5f6f7;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), -2px -2px 8px rgba(0, 0, 0, 0.1);
}

.img-logo-signup {
  max-width: 100% !important;
  height: auto;
}

.tab-signup {
  margin-left: 5%;
  margin-right: 5%;
}

.code_char {
  margin: 0;
}

/*custom text*/
.text-red {
  color: #a9161c;
}

.font-size-auto {
  font-size: 22px;
}

/*end custom text*/
/* custom input */
input.custom-input {
  padding: 2% !important;
  border-radius: 10px;
}

.error-icon {
  background-color: #ffffff;
  border-right: 1px solid #a9161c;
  border-top: 1px solid #a9161c;
  border-bottom: 1px solid #a9161c;
  border-radius: 6px;
}

input.custom-input {
  padding: 10px 24px !important;
}

.error-icon-input {
  border-right: 0px;
  border-color: #a9161c;
}

.text-end {
  float: right;
}

.font-size {
  font-family: "Roboto";
  font-style: normal;
}

.font-size-12 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.font-size-14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.font-size-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.font-size-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}

.font-size-22 {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

.font-size-24 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.font-size-26 {
  font-weight: 700;
  font-size: 26px;
  line-height: 44px;
}

.font-size-32 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.font-size-36 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}

.font-size-56 {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
}

.text-header {
  color: #2f4858;
  padding: 7% 5% 1% 5%;
}

/* end custom */
/* custom responsive*/
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  .div-parent-right {
    background-color: #2f4858;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: 100%;
  }
  .content-right {
    margin-left: 1%;
    margin-right: 1%;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .font-size-auto {
    font-size: 22px;
  }
  .login-desc-mobile{
    display: inline-block;
  }
  .login-desc-mobile a{
    color: #a9161c;
  }
}
@media (min-width: 576px) {
  .login-desc-mobile{
    display: none;
  }
  .bgAntiPLG {
    align-items: center;
  }
  .div-parent-left {
    background-color: #ffffff;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: 50%;
    min-height: 100vh;
  }
  .div-parent-right {
    background-color: #2f4858;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
  }
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .div-parent-left {
    background-color: #ffffff;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: 50%;
    min-height: 100vh;
  }
  .div-parent-right {
    background-color: #2f4858;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: 50%;
    min-height: 100vh;
  }
}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .div-parent-right {
    min-height: 100vh;
  }
}
/*// X-Large devices (large desktops, 1200px and up)*/
/*// XX-Large devices (larger desktops, 1400px and up)*/
/****        chiều ngang thiết bị   *****/

/*# sourceMappingURL=signup.css.map */
.txt_email_recomment{
  display: flex;
  align-items: center;
  gap: 6px;
  
}
.txt_email_recomment>div{
  margin-bottom: -5px;
  
}