* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  html {
    font-size: 93.75%;
  }
}

@media (max-width: 720px) {
  html {
    font-size: 87.5%;
  }
}

@media (max-width: 767px) {
  .user-img {
    margin-top: 20px;
    width: 100px !important;
    height: 100px !important;
  }

  .row-mobile {
    margin: 0px !important;
    padding: 0px !important;
  }

  .left-side {
    margin-left: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    padding: 0 !important;
  }

  .form-area {
    border-radius: 0px !important;
    padding: 0px !important;
    margin: 0 !important;
  }
}

.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
}

body {
  background-color: var(--background-color) !important;
}

.top {
  max-width: 1376px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--background-color);
}

.form-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--right-color);
  border-radius: 30px;
}

h1 {
  font-size: 22px !important;
  font-weight: bold !important;
}

label {
  color: var(--primary-color);
}

.left-side {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: -15px;
  background-color: var(--primary-color);
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding: 60px;
}

.left-side h1,
p {
  color: var(--leftfonts-color);
}

.user-img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.right-side {
  display: flex;
  justify-content: center;
  padding: 30px;
}

.right-side p,
label,
.next-and-previous {
  color: var(--rightfonts-color);
}

.next-and-previous {
  color: var(--rightfonts-color);
  cursor: pointer;
}

.send-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
