@font-face {
  font-family: Archivo;
  src: url("./Fonts/Archivo/Archivo-VariableFont_wdth,wght.ttf");
}

body {  
  color: #fff;
  font-family: Archivo;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.primary-pink {
  background-color: #f482fa;
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.login__container {
  text-align: center;
}

.login__container .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.login__container .heading .text {
  display: inline;
  font-size: 47px;
  line-height: 51px;
  margin: 5px 0 0 25px;
}

.login__container .start-text {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}

.createBot__page {
  padding: 40px;
}

.createBot__page .signin-text {
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
}

.createBot__container {
  max-width: 440px;
}

.createBot__container .subtext {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
}

.createBot__container .form {
  margin-left: 60px;
  margin-right: 60px;
}

.createBot__container .form label {
  display: block;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 45px;
  text-align: left;
  margin-left: 20px;
}

.createBot__container .form .dropdown {
  position: relative;
}

.createBot__container .form .dropdown::after {
  position: absolute;
  top: 19px;
  right: 20px;
  content: "";
  border-bottom: 0;
  border: 5px solid transparent;
  border-top: 9px solid #f482fa;
  pointer-events: none;
}

.createBot__container .form select {
  width: 100%;
  padding: 10px 14px 10px 20px;
  border: 2px solid #f0f0f0;
  border-radius: 200px;
  margin-bottom: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline:none;
}

.createBot__container .form .button {
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 300px;
  cursor: pointer;
}

.createBot__container .form .button--primary {
  font-family: Inter;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background-color: #f482fa;
  border: 2px solid #f482fa;
  font-size: 14px;
  line-height: 17px;
}
.createBot__container .form .button--primary:hover {
  background-color: #e266e9;
  border-color: #e266e9;
}
/*# sourceMappingURL=createBot.css.map */