/* montserrat-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/montserrat-v26-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-v26-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v26-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}* {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightside {
  width: 600px;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.header {
  width: 376px;
  margin-bottom: 24px;
}
.header h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #707070;
}
.header p {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #6f6f6f;
}
.checkbox {
  width: 458px;
  height: 60px;
  background: #02075e;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: none;
}
#checkbox_toggle {
  display: none;
}
.checkbox .toggle {
  width: 210px;
  height: 40px;
  position: absolute;
  border-radius: 10px;
  left: 5px;
  cursor: pointer;
  background: #fff;
  transition: 0.4s;
}

.checkbox .slide {
  width: 230px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}

.checkbox .slide .text {
  font-size: 16px;
  font-weight: 700;
  z-index: 100;
  cursor: pointer;
  transform: translateX(60px);
}
.checkbox .slide .text2 {
  font-size: 16px;
  font-weight: 700;
  z-index: 100;
  cursor: pointer;
  transform: translateX(180px);
}
.check + .checkbox .slide .text {
  color: #02075e;
}
.check + .checkbox .slide .text2 {
  color: #fff;
}
.check + .checkbox .slide .toggle {
  transform: translateX(10px);
}
.check:checked + .checkbox .slide .toggle {
  transform: translateX(235px);
}
.check:checked + .checkbox .slide .text {
  color: #fff;
}
.check:checked + .checkbox .slide .text2 {
  color: #02075e;
}
form {
  width: 435px;
}
form input {
  width: 435px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #afafaf;
  padding-left: 20px;
  margin: 5px 0;
}
.mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  height: 60px;
}
.radio {
  color: #011632;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
}
.forget {
  color: #011632;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
}
button {
  width: 450px;
  height: 60px;
  border-radius: 10px;
  border: none;
  background: #f2b705;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.015em;
  text-align: center;
  color: #fff;
}
.donwside2 {
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.donwside2 p {
  margin-top: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
}
.donwside2 p a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #02075e;
  text-decoration: none;
}
.donwside {
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.donwside p {
  margin-top: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
}
.donwside p a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #02075e;
  text-decoration: none;
}
.leftside {
  width: 30%;
}
.insideleft {
  width: 530px;
  height: 683px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(Group\ 43.png);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.inner {
  width: 432px;
  height: 580px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 10px;
  border: 1px solid #ffffff;
  overflow: hidden;
}
@media (min-width: 376px) and (max-width: 450px) {
  body,
  html {
    overflow: auto;
  }
  .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rightside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 405px;
  }
  .header {
    width: 360px;
  }
  .checkbox {
    width: 350px;
  }
  form {
    width: 350px;
  }
  form input {
    width: 325px;
  }
  .donwside {
    width: 350px;
  }
  .mid{
    width: 350px;
  }
  .donwside2 {
    width: 350px;
  }
  button {
    width: 350px;
  }
  .leftside {
    display: none;
  }
  .checkbox .toggle {
    width: 150px;
    height: 40px;
  }
  .checkbox .slide .text {
    font-size: 14px;
    transform: translateX(35px);
  }
  .checkbox .slide .text2 {
    font-size: 14px;
    transform: translateX(90px);
  }
  .check + .checkbox .slide .toggle {
    transform: translateX(10px);
  }
  .check:checked + .checkbox .slide .toggle {
    transform: translateX(180px);
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  body,
  html {
    overflow: hidden;
  }
  .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rightside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
  }
  .header {
    width: 320px;
  }
  .checkbox {
    width: 320px;
  }
  form {
    width: 320px;
  }
  form input {
    width: 300px;
  }
  .donwside {
    width: 320px;
  }
  .mid{
    width: 320px;
  }
  .donwside2 {
    width: 320px;
  }
  button {
    width: 320px;
  }
  .leftside {
    display: none;
  }
  .checkbox .toggle {
    width: 125px;
    height: 40px;
  }
  .checkbox .slide .text {
    font-size: 14px;
    transform: translateX(25px);
  }
  .checkbox .slide .text2 {
    font-size: 14px;
    transform: translateX(80px);
  }
  .check + .checkbox .slide .toggle {
    transform: translateX(10px);
  }
  .check:checked + .checkbox .slide .toggle {
    transform: translateX(180px);
  }
}
@media (max-width: 320px) {
  body,
  html {
    overflow: hidden;
  }
  .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rightside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
  }
  .header {
    width: 300px;
  }
  .checkbox {
    width: 300px;
  }
  form {
    width: 300px;
  }
  form input {
    width: 275px;
  }
  .donwside {
    width: 300px;
  }
  .mid{
    width: 300px;
  }
  .donwside2 {
    width: 300px;
  }
  button {
    width: 300px;
  }
  .leftside {
    display: none;
  }
  .checkbox .toggle {
    width: 100px;
    height: 40px;
  }
  .checkbox .slide .text {
    font-size: 12px;
    transform: translateX(10px);
  }
  .checkbox .slide .text2 {
    font-size: 12px;
    transform: translateX(65px);
  }
  .check + .checkbox .slide .toggle {
    transform: translateX(10px);
  }
  .check:checked + .checkbox .slide .toggle {
    transform: translateX(180px);
  }
}
