@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.otp_is-arabic .otp__form-button {
  margin-right: 0;
  margin-left: 10px; }
  .otp_is-arabic .otp__form-button:first-child {
    width: 60%; }
  .otp_is-arabic .otp__form-button:last-child {
    margin-left: 0; }
  @media only screen and (max-width: 600px) {
    .otp_is-arabic .otp__form-button:first-child {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; } }

.otp__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px;
  display: flex;
  justify-content: center; }

.otp__content {
  width: 50%;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 600px) {
    .otp__content {
      width: 100%; } }

.otp__title {
  color: #00438E;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "roboto"; }

.otp__description {
  margin-bottom: 40px;
  font-size: 14px; }

.otp__form-container {
  width: 300px; }

.otp__form-item {
  width: 100%;
  margin-bottom: 40px; }

.otp__form-button-container {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .otp__form-button-container {
      flex-direction: column; } }

.otp__form-button {
  margin-right: 10px;
  width: 50%; }
  .otp__form-button:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 600px) {
    .otp__form-button {
      width: 100%;
      margin: 0;
      margin-bottom: 15px; } }

.otp__error {
  background-color: #ad1616;
  border-radius: 30px;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 40px; }
