/*=======================================================
                reset default setting
=======================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

/*===========================================
                Sign up
===========================================*/
#signin {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
#signin .custom-container {
  width: 100%;
  max-width: 1189px;
  margin-left: auto;
  margin-right: auto;
  min-height: 739px;
  margin-top: 189px;
  margin-bottom: 189px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #signin .custom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
#signin .form-layout {
  width: 100%;
  max-width: 642px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 22px 40px rgba(105, 15, 173, 0.25);
          box-shadow: 0px 22px 40px rgba(105, 15, 173, 0.25);
  border-radius: 11px 0px 0px 11px;
}
@media screen and (max-width: 767px) {
  #signin .form-layout {
    max-width: 100%;
    border-radius: 11px 11px 0px 0px;
  }
}
#signin .form-container {
  width: 100%;
  max-width: 434px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 84px;
  margin-bottom: 126px;
}
@media screen and (max-width: 767px) {
  #signin .form-container {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
#signin .logo {
  width: 100%;
  max-width: 330px;
}
#signin .form-title {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 39px;
  margin-bottom: 10px;
}
#signin .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 54px;
}
#signin .form-control label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 5px;
  color: #222222;
}
#signin .form-control-box {
  margin-bottom: 31px;
}
#signin .form-control {
  position: relative;
}
#signin .form-control input {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#signin .form-control svg {
  position: absolute;
  right: 12px;
  bottom: 10px;
}
#signin .error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}
#signin .error-message svg {
  margin-right: 5px;
}
#signin .stay-in-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 31px;
  margin-bottom: 29px;
}
#signin .stay-in-box input {
  margin: 0;
}
#signin .stay-in-box label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: center;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
  margin-left: 16px;
}
#signin .login {
  display: block;
  color: #FFFFFF;
  background-color: #690FAD;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  max-width: 346px;
  height: 36px;
  border: none;
  border-radius: 8.29714px;
  margin: auto;
  cursor: pointer;
}
#signin .forget-password-box {
  margin-top: 47px;
  text-align: center;
}
#signin .forget-password {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: underline;
  color: #690FAD;
}
#signin .brand-info {
  width: 100%;
  max-width: 547px;
  background: rgba(85, 37, 147, 0.65);
  -webkit-box-shadow: 0px 22px 40px rgba(105, 15, 173, 0.25);
          box-shadow: 0px 22px 40px rgba(105, 15, 173, 0.25);
  border-radius: 0px 16px 16px 0px;
  padding: 64px 15px;
}
@media screen and (max-width: 767px) {
  #signin .brand-info {
    max-width: 100%;
    border-radius: 0px 0 16px 16px;
  }
}
#signin .brand-icon {
  width: 100%;
  max-width: 201px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  margin-bottom: 82px;
}
@media screen and (max-width: 767px) {
  #signin .brand-icon {
    max-width: 140px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
#signin .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 55px;
}
#signin .poweredby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 7px;
}
#signin .poweredby img {
  width: 100%;
  max-width: 157px;
}
#signin .copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
#signin .legal, #signin .legal a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
