/* Common CSS */
html * {
  font-family: 'Lato', normal;
  letter-spacing: normal;
}

/* html {
  font-size: 16px;
}

@media only screen and (min-width: 3001px) and (max-width: 3800px) {
  html {
    font-size: 28px;
  }
}
@media only screen and (min-width: 2501px) and (max-width: 3000px) {
  html {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1940px) and (max-width: 2500px) {
  html {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1450px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1349px) {
  html {
    font-size: 11px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1099px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 899px) {
  html {
    font-size: 6px;
  }
} */

h1 {
  font-weight: 500 !important;
  font-size: 4.5rem !important;
  letter-spacing: .001rem;
  color: #FFFFFF;
}

h2 {
  color: #171C27;
  font-size: 2.25rem;
  font-weight: 600;
}

p {
  font-size: 1rem;
  color: #242C37;
  font-weight: 400 !important;
}

.grecaptcha-badge {
  opacity: 0;
}

.btn-primary {
  height: 3rem;
  border-radius: 0.375rem;
  font-family: 'Lato';
  font-style: normal;
  font-size: 1.11rem;
  font-weight: 600;
  background: #45C48D;
  border-color: #45C48D;
  color: #FFFFFF;
}

.btn-primary:hover {
  background: #2EAB75;
  border-color: #2EAB75;
}

.btn-primary:focus {
  background: #2EAB75;
  border-color: #2EAB75;
  box-shadow: none;
}

.btn-primary:active:focus,
.btn-secondary:active:focus {
  box-shadow: none;
}

.btn-secondary {
  height: 3rem;
  border-radius: 0.375rem;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  background: #FFFFFF;
  border: 1px solid #D7D9DB;
  color: #4F5763;
}

.btn-secondary:hover {
  background: #D7D9DB;
  border-color: #D7D9DB;
  color: #4F5763;
}

.btn-secondary>img {
  margin-bottom: 0.125rem;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #4F5763;
  background-color: #D7D9DB;
  border-color: #D7D9DB;
  box-shadow: none;
}

.form-check-label {
  color: #242C37;
  font-weight: 400 !important;
}

#form-signin-container{
  width: 100%;
}

#terms_privacy{
  color: var(--Neutral-800, #242C37);
  text-align: center;
  margin-top: 19px;
  margin-bottom: 8px;
}

#terms_privacy a{
  color: var(--Secondary-600, #304A7D);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

#terms_privacy a:hover{
  text-decoration: underline;
}

#terms_privacy p{
  margin-bottom: 0;
  color: var(--Neutral-800, #242C37);
  text-align: center;

  /* Body s/Regular */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 1.125rem;
  color: #242C37;
}

.divider::after,
.divider::before {
  content: "";
  border-bottom: 0.0625rem solid #D7D9DB;
  flex: 1;
  margin-top: 0.1875rem;
}

.divider:not(:empty)::before {
  margin-right: 1em;
}

.divider:not(:empty)::after {
  margin-left: 1em;
}

.logo_component {
  display: none !important;
}

.password-container {
  position: relative;
}

.password-container input[type="password"],
.password-container input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}

.eye {
  position: absolute;
  top: 62%;
  width: 1rem;
  right: 4%;
  cursor: pointer;
  color: #4F5763;
}

/* Full HD Screens (1601-1920)*940 */

body {
  height: 100vh;
  background-color: white;
  background: url("/images/new_r2/login_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-position-y: -225px;
}

.custom-height {
  min-height: 100vh;
}

#login-left {
  padding-left: 3.6rem !important;
}

.login-top-container {
  padding-left: 0px;
  padding-right: 0px;
}

.logo {
  margin-bottom: 2.3rem !important;
}

.realsatisfied-heading {
  margin-left: -0.3125rem;
  margin-top: -2px;
  margin-bottom: 1.25rem;
}

.sign-up {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  color: #1B4A80;
  text-decoration: none;
}

a:hover {
  text-decoration-line: underline;
  text-underline-offset: 0.25rem;
  color: #1B4A80;
}

.p-small {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 0.86rem;
  color: #242C37;
}

.link-small {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 0.86rem;
  line-height: 1.25rem;
  color: #1B4A80;
  text-decoration: none;
}

.link-small:hover {
  text-decoration-line: underline;
}

.form-login {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0rem;
  gap: 1rem;
}

.alert p {
  margin-bottom: 0rem;
}

.alert {
  margin-bottom: 0rem;
  border-radius: 0rem;
  border: none;
}

input {
  min-height: 3.24rem !important;
}

label {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 0.86rem;
  margin-bottom: 0.1875rem;
  color: #171C27;
}

input {
  border-radius: 6px !important;
  padding-top: 0.86rem;
  padding-bottom: 0.86rem;
}

input:focus {
  border: 1px solid #45C48D !important;
  box-shadow: none !important;
}

input::placeholder {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 0.86rem;
  color: #A3A3A3;
}

.form-check-input {
  min-height: 0.9375rem !important;
  width: 0.9375rem;
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
  border-radius: 0.1875rem !important;
  margin-top: 0.3125rem !important;
}

.form-check-input:checked {
  background-color: #45C48D;
  border-radius: 0.1875rem !important;
  border-color: #45C48D;
}

.hero-text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF
}

.hero-image {
  margin-left: -1.25rem;
}

#star-girl {
  margin-top: 4.9rem;
  max-width: 100%;
  min-width: 9.375rem;
}

.logo img {
  height: 1.875rem;
}

#rating-box {
  margin-left: -4.3rem;
  max-width: 125%;
  margin-top: 1rem;
  min-width: 12.5rem;
}

.form-signin {
  background: #FFFFFF;
  box-shadow: 0px 0.625rem 0.9375rem -0.1875rem rgba(16, 24, 40, 0.1), 0rem 0.25rem 0.375rem -0.25rem rgba(16, 24, 40, 0.1);
  border-radius: 0.375rem;
  margin-right: 3rem;
  min-width: 26.875rem !important;
  max-width: 29.375rem !important;
}

.error>label {
  color: #EB5259 !important;
}

.gSignInClass {
  display: inline-block;
}

/* Full HD Screens at 125% Resolution */
@media only screen and (min-width: 1441px) and (max-width: 1600px) {

  .logo {
    margin-bottom: 1.5rem !important;
  }

  h1 {
    font-size: 4.45rem !important;
  }

  #login-left {
    padding-left: 0rem !important;
  }

  #login-left>div {
    margin-left: 0.4rem !important;
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }

  #login-right {
    padding-left: 0rem !important;
    margin-left: .8rem !important;
  }

  .hero-image {
    margin-left: -1rem !important;
  }

  .realsatisfied-heading {
    margin-bottom: .25rem !important;
  }

  #rating-box {
    min-width: 18.75rem;
    max-width: 120%;
    margin-top: -0.5rem;
    margin-left: -3rem !important;
  }

  #star-girl {
    margin-top: 2.5rem;
    max-width: 95%;
  }

  .form-signin {
    margin-right: 1.3rem !important;
  }

  .login-text {
    margin-bottom: 0.2rem !important;
  }

  #gSignInWrapper>button {
    margin-bottom: 1rem !important;
  }
}

/* MacBook Air */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  html {
    zoom: 85%;
  }

  body {
    background-position-y: -220px;
  }

  h1 {
    font-weight: 600 !important;
    font-size: 4.375rem !important;
    letter-spacing: 0.0625rem;
    margin-bottom: 0rem;
  }

  #login-left {
    padding-left: 0rem !important;
    margin-left: -0.625rem;
  }

  #login-left div {
    margin-left: 0rem !important;
    padding-left: 0rem !important;
  }

  .form-signin {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  #login-right {
    margin-left: 1.25rem !important;
    padding-left: 0.4375rem !important;
    padding-right: 0rem !important;
  }

  #star-girl {
    margin-top: 50px;
    margin-left: -0.9375rem;
    height: 80%;
  }

  #rating-box {
    max-width: 125%;
    margin-top: 0rem;
  }

  .hero-image {
    margin-top: 40px !important;
  }

  #login-left-container {
    margin-bottom: 16px !important;
  }
}

/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body {
    width: 100vw;
    height: 100vh;
    background: url(/images/new_r2/design_landing_pages.svg);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-color: #253453;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }

  h1 {
    font-weight: 600 !important;
    font-size: 3.5625rem !important;
  }

  .hero-text {
    font-weight: 400 !important;
    font-size: 0.875rem !important;
  }

  #login-left {
    display: none !important;
    padding-left: 0rem !important;
  }

  #login-left div {
    margin-left: 0rem !important;
  }

  #middle-space {
    display: none !important;
  }

  #right-space {
    display: none !important;
  }

  /* #rating-box-col {
    display: none;
  } */

  #rating-box {
    margin-top: 2rem !important;
  }

  .hero-image {
    margin-top: 0rem !important;
  }

  #login-right {
    padding-left: 0rem !important;
    justify-content: center;
    align-items: center;
    margin: 16%;
  }

  #gSignInWrapper {
    display: block !important;
  }

  .me-md-5 {
    margin-right: 0px !important;
  }

  .rs_logo {
    display: block !important;
    width: 29.875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #login-left {
    padding-left: 0rem !important;
    margin-left: -0.625rem;
  }

  #login-left div {
    margin-left: 0rem !important;
    padding-left: 0rem !important;
  }

  h1 {
    font-weight: 600 !important;
    font-size: 56px !important;
    letter-spacing: 0.0625rem;
    margin-bottom: 0rem;
  }

  .hero-image {
    margin-top: 40px !important;
  }

  #star-girl {
    margin-top: 20px;
    margin-left: -0.9375rem;
    height: 75%;
  }

  #login-right {
    margin-left: 1.25rem !important;
    padding-left: 0.4375rem !important;
    padding-right: 0rem !important;
  }

  .form-signin {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  body {
    background-position-y: 0px;
  }

  #middle-space {
    display: none !important;
  }

  #rating-box-col{
    display: none;
  }

}

@media only screen and (min-width: 1025px) and (max-width: 1180px) and (orientation: landscape) {
  body {
    background-position-y: -78px;
  }
}

/*@media only screen and (min-width: 768px) and (max-width: 900px) {
  h1 {
    font-size: 3.125rem !important;
  }

  #left-space {
    display: none !important;
  }
}*/

/* Mobile */
@media only screen and (min-width: 50px) and (max-width: 767px) {
  #login-right {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .logo {
    margin-bottom: 0 !important;
  }

  .form-signin {
    min-width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    justify-content: center;
    min-height: 100vh !important;
    border-radius: 0rem;
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }

  .form-signin>div {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  #gSignInWrapper {
    display: block !important;
  }

  .logo_component {
    display: block !important;
  }

  .menu_submit_inline,
  .menu_submit_inline:hover {
    margin-left: 1rem !important;
  }

  .menu_button_container {
    flex: 0 0 auto !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .link-small,
  .p-small {
    font-size: 0.75rem !important;
  }

  .forget-link {
    font-size: 0.875rem !important;
  }

  .form-check-label {
    font-size: 0.875rem !important;
  }

  .login-text {
    margin-top: 0rem !important;
  }

  .gSignInClass {
    display: block;
  }
}

/* Modal for publication page start */
.modal {
  display: none;
  position: fixed !important;
  z-index: 10;
  /* Sit on top */
  padding-top: 6.25rem !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
}

.modal-content {
  background-color: #FFFFFF;
  margin: 0px auto;
  padding: 1.25rem;
  border: 1px solid #888;
  width: 31.25rem;
  height: auto;
  max-width: 31.25rem;
}

.close:hover,
.close:focus {
  cursor: pointer;
}

/* Modal  publication page End */
.nrdsModal_title {
  width: 26.25rem;
  height: 2.125rem;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-feature-settings: 'liga' off;
  color: #171C27;
  flex: none;
  order: 0;
  flex-grow: 1;
}