/* color */
/* line 4, /app/app/assets/stylesheets/registration.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* line 11, /app/app/assets/stylesheets/registration.scss */
body {
  /* background-color: lightgoldenrodyellow; */
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5; }

/* CONSTANTS
	================================ */
/* #8ED0BB: #8ED0BB;
#0C233F: #0C233F;
$orange-color: #F79E6B;
$default-radius: 6px; */
/* TYPOGRAPHY and GENERAL HTML TAG STYLING
	================================ */
/* line 36, /app/app/assets/stylesheets/registration.scss */
h1 {
  font-size: 45px;
  line-height: 64px;
  margin-bottom: 20px; }

/* line 42, /app/app/assets/stylesheets/registration.scss */
h2 {
  font-size: 40px;
  line-height: 65px; }

/* line 47, /app/app/assets/stylesheets/registration.scss */
p {
  padding-bottom: 10px;
  margin-bottom: 15px; }

/* line 53, /app/app/assets/stylesheets/registration.scss */
a {
  color: #0C233F; }

/* line 57, /app/app/assets/stylesheets/registration.scss */
input[type='submit'] {
  border: 1px solid #0C233F;
  color: #0C233F;
  background-color: transparent;
  padding: 10px 75px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  background-color: #8ED0BB;
  color: #0C233F;
  border: 0 none; }

/* line 71, /app/app/assets/stylesheets/registration.scss */
input[type='submit']:hover {
  cursor: pointer; }

/* LEFT IMAGE
	================================ */
/* line 80, /app/app/assets/stylesheets/registration.scss */
#page .loginMainImg,
#loginPage .loginMainImg {
  margin-top: 6rem; }

/* line 85, /app/app/assets/stylesheets/registration.scss */
#page .rightSide,
#loginPage .rightSide {
  display: flex;
  flex-flow: column;
  justify-content: space-around; }

/* FOOTER
	================================ */
/* line 96, /app/app/assets/stylesheets/registration.scss */
footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  margin-top: auto; }

/* line 104, /app/app/assets/stylesheets/registration.scss */
footer img {
  height: 40px;
  /* margin-right: 1rem; */ }

/* line 110, /app/app/assets/stylesheets/registration.scss */
footer a {
  color: #222; }

/* ----------------------------------------------------from here --------------------------------------------------------*/
/* general */
/* line 120, /app/app/assets/stylesheets/registration.scss */
.wrap {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem; }

/* line 129, /app/app/assets/stylesheets/registration.scss */
#app-icon {
  margin-top: 6px;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  border-radius: 12px;
  text-align: center; }

/* line 140, /app/app/assets/stylesheets/registration.scss */
#app-icon img {
  width: 90%;
  height: auto; }

/* line 145, /app/app/assets/stylesheets/registration.scss */
.notice,
.alert {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem; }
  /* line 152, /app/app/assets/stylesheets/registration.scss */
  .notice h4,
  .alert h4 {
    line-height: 1.5; }

/* line 158, /app/app/assets/stylesheets/registration.scss */
.notice {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  /* line 163, /app/app/assets/stylesheets/registration.scss */
  .notice a {
    color: #155724;
    text-decoration: underline; }

/* line 169, /app/app/assets/stylesheets/registration.scss */
.alert {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  /* line 174, /app/app/assets/stylesheets/registration.scss */
  .alert a {
    color: #155724;
    text-decoration: underline; }

/* header */
/* line 181, /app/app/assets/stylesheets/registration.scss */
.registration header {
  background-color: white; }

/* line 186, /app/app/assets/stylesheets/registration.scss */
.registration header .wrap {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between; }

/* line 192, /app/app/assets/stylesheets/registration.scss */
.registration header img {
  width: 200px; }

/* line 196, /app/app/assets/stylesheets/registration.scss */
.registration header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* line 202, /app/app/assets/stylesheets/registration.scss */
.registration header nav ul li {
  list-style: none; }

/* line 206, /app/app/assets/stylesheets/registration.scss */
.registration header nav ul li a {
  text-decoration: none;
  display: block;
  padding: 1rem;
  color: #0C233F;
  transition: all 0.2s ease-out; }

/* line 214, /app/app/assets/stylesheets/registration.scss */
.registration header nav ul li a:hover {
  color: #F79E6B;
  transition: all 0.2s ease-in; }

/* landing */
/* line 221, /app/app/assets/stylesheets/registration.scss */
#landing {
  display: flex;
  background-color: #0C233F;
  min-height: 560px; }

/* line 227, /app/app/assets/stylesheets/registration.scss */
#landing .loginMainImg img {
  margin-top: 6rem;
  width: 448px; }

/* line 232, /app/app/assets/stylesheets/registration.scss */
#landing .rightSide {
  display: flex;
  flex-flow: column;
  /* justify-content: space-around; */
  padding: 2rem; }

/* line 239, /app/app/assets/stylesheets/registration.scss */
#landing .rightSide h1 {
  margin-top: 3rem; }

/* line 243, /app/app/assets/stylesheets/registration.scss */
#landing .rightSide h1,
#landing .rightSide p {
  color: white; }

/* line 248, /app/app/assets/stylesheets/registration.scss */
#landing .landing_btn {
  /* display: inline; */
  border-radius: 6px;
  font-size: 14px;
  background-color: #8ED0BB;
  color: #0C233F;
  border: 0 none;
  padding: 10px 75px;
  text-align: center;
  width: 300px; }

/* rows */
/* line 261, /app/app/assets/stylesheets/registration.scss */
.gridRowWrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 5fr;
  padding: 3rem 1rem;
  grid-gap: 3rem; }

/* line 271, /app/app/assets/stylesheets/registration.scss */
.imgWrap {
  position: relative; }

/* line 275, /app/app/assets/stylesheets/registration.scss */
.secondImgWrap {
  display: flex;
  justify-content: center; }

/* line 281, /app/app/assets/stylesheets/registration.scss */
.imgWrap .first,
.imgWrap .second {
  width: 100%;
  position: absolute;
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-around;
  align-items: center; }

/* line 291, /app/app/assets/stylesheets/registration.scss */
.imgWrap img {
  max-height: 150px;
  margin-left: 1rem;
  /* margin-right: 1rem; */ }

/* line 297, /app/app/assets/stylesheets/registration.scss */
.secondImgWrap .img1 {
  width: 150px;
  margin: 30px; }

/* line 302, /app/app/assets/stylesheets/registration.scss */
.secondImgWrap .img2 {
  width: 200px;
  margin-top: 30px; }

/* line 307, /app/app/assets/stylesheets/registration.scss */
.gridRowWrap h2 {
  margin-bottom: 1rem; }

/* line 311, /app/app/assets/stylesheets/registration.scss */
.gridRowWrap li {
  list-style-image: url("check.png");
  /* list-style-position: inside; */
  margin-bottom: 0.5rem;
  /* text-indent: 1rem; */
  margin-left: 3rem; }

/* sign up section for both personal and professional */
/* line 321, /app/app/assets/stylesheets/registration.scss */
.signUp {
  max-width: 1200px;
  margin: 60px auto;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem; }

/* line 330, /app/app/assets/stylesheets/registration.scss */
.signUp p {
  margin: 0 auto;
  max-width: 600px; }

/* line 335, /app/app/assets/stylesheets/registration.scss */
.signUp .landing_btn {
  background: #F79E6B; }

/* pop up */
/* line 340, /app/app/assets/stylesheets/registration.scss */
#professionalPopup,
#personalPopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: rgba(255, 255, 255, 0.5); */
  color: #7e7e7e; }

/* line 351, /app/app/assets/stylesheets/registration.scss */
#professionalPopup .popUpContent,
#personalPopup .popUpContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 5px 5px 10px rgba(53, 53, 53, 0.907);
  padding: 1rem;
  width: 90%; }

/* line 363, /app/app/assets/stylesheets/registration.scss */
#professionalPopup .popUpLine,
#personalPopup .popUpLine {
  position: relative;
  border: solid #8ED0BB 1px;
  padding: 2rem; }

/* line 370, /app/app/assets/stylesheets/registration.scss */
#professionalPopup .popUpLine .close,
#personalPopup .popUpLine .close {
  position: absolute;
  top: 0px;
  right: 7px; }

/* line 377, /app/app/assets/stylesheets/registration.scss */
#professionalPopup .popUpLine .close:hover,
#personalPopup .popUpLine .close:hover {
  cursor: pointer; }

/* line 382, /app/app/assets/stylesheets/registration.scss */
#professionalPopup label,
#personalPopup label {
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 0.5rem; }

/* line 390, /app/app/assets/stylesheets/registration.scss */
#professionalPopup input[type=text],
#professionalPopup input[type=email],
#personalPopup input[type=email] {
  border: none;
  border-bottom: #7e7e7e 1px solid;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem; }

/* line 403, /app/app/assets/stylesheets/registration.scss */
#professionalPopup input[type=text],
#professionalPopup input[type=email],
#professionalPopup input[type=email]:focus,
#personalPopup input[type=email]:focus {
  border-bottom: #8ED0BB 2px solid;
  outline: none; }

/* line 413, /app/app/assets/stylesheets/registration.scss */
#professionalPopup input[type=submit],
#personalPopup input[type=submit] {
  margin: 0 auto;
  display: block; }

/* line 419, /app/app/assets/stylesheets/registration.scss */
.two_column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem; }

/* general */
/* line 433, /app/app/assets/stylesheets/registration.scss */
h2 {
  font-size: 2rem;
  line-height: 1.2; }

/* line 438, /app/app/assets/stylesheets/registration.scss */
.wrap {
  flex-flow: column;
  align-items: center; }

/* header */
/* landing */
/* line 448, /app/app/assets/stylesheets/registration.scss */
#landing .rightSide {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 4rem; }

/* line 454, /app/app/assets/stylesheets/registration.scss */
#landing .loginMainImg img {
  max-width: 250px; }

/* rows */
/* line 461, /app/app/assets/stylesheets/registration.scss */
.gridRowWrap {
  grid-gap: 1rem;
  grid-template-columns: 1fr; }

/* line 466, /app/app/assets/stylesheets/registration.scss */
.gridRowWrap.gridRowWrapTwo {
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 150px; }

/* line 472, /app/app/assets/stylesheets/registration.scss */
.gridRowWrap.gridRowWrapTwo .secondImgWrap {
  order: 2;
  justify-content: flex-end; }

/* line 477, /app/app/assets/stylesheets/registration.scss */
.gridRowWrap.gridRowWrapTwo .textWrap {
  order: 1; }

/* line 481, /app/app/assets/stylesheets/registration.scss */
.imgWrap img {
  max-height: 120px; }

/* line 486, /app/app/assets/stylesheets/registration.scss */
.img3,
.img6 {
  display: none; }

/* line 491, /app/app/assets/stylesheets/registration.scss */
.secondImgWrap .img1 {
  width: 100px; }

/* line 496, /app/app/assets/stylesheets/registration.scss */
.secondImgWrap .img2 {
  width: 200px; }

/* sign up section for both personal and professional */
/* line 502, /app/app/assets/stylesheets/registration.scss */
#professional .signUp {
  margin-top: 200px; }

/* pop up */
/* line 507, /app/app/assets/stylesheets/registration.scss */
.two_column {
  grid-template-columns: 1fr; }

/* line 511, /app/app/assets/stylesheets/registration.scss */
#professionalPopup .popUpContent,
#personalPopup .popUpContent {
  width: 90%; }

/* tablet */
@media screen and (min-width: 691px) and (max-width: 999px) {
  /* general */
  /* line 522, /app/app/assets/stylesheets/registration.scss */
  .wrap {
    flex-flow: column;
    align-items: center;
    text-align: center; }

  /* header */
  /* landing */
  /* line 533, /app/app/assets/stylesheets/registration.scss */
  #landing .rightSide {
    padding-bottom: 4rem; }

  /* rows */
  /* line 539, /app/app/assets/stylesheets/registration.scss */
  .gridRowWrap {
    grid-gap: 1rem;
    grid-template-columns: 1fr; }

  /* line 544, /app/app/assets/stylesheets/registration.scss */
  .gridRowWrap.gridRowWrapTwo {
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 150px; }

  /* line 550, /app/app/assets/stylesheets/registration.scss */
  .gridRowWrap.gridRowWrapTwo .secondImgWrap {
    order: 2;
    justify-content: flex-end; }

  /* line 555, /app/app/assets/stylesheets/registration.scss */
  .gridRowWrap.gridRowWrapTwo .textWrap {
    order: 1; }

  /* sign up section for both personal and professional */
  /* line 560, /app/app/assets/stylesheets/registration.scss */
  #professional .signUp {
    margin-top: 200px; }

  /* pop up */
  /* line 565, /app/app/assets/stylesheets/registration.scss */
  .two_column {
    grid-template-columns: 1fr; } }
