body {
  margin: 0;
  height: 100vh;
  width: 100%;
}

.log_body {
  height: 100%;
  width: 100%;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background: linear-gradient(167.38deg, #2196F3 8.7%, #146AB1 59.14%);
}

button#topBtn {
  display: none;
  padding: 0;
  cursor: pointer;
  width: 55px;
  border-radius: 50px;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 10px;
  overflow: hidden;
  transition: .4s ease-out;
  background: none;
  border: none;
  z-index: 1;
}

button#topBtn:hover {
  width: 180px;
  background: #1b81d4;

}

button#topBtn img {
  left: 0;
  z-index: 2;
  width: 55px;
  height: 55px;
  transition: .6s ease-out;
}

button#topBtn:hover img {
  transform: rotate(-360deg);
}

button#topBtn p {
  color: #fff;
  padding-right: 12px;
  position: absolute;
  right: 0;
  white-space: pre;
  font-weight: 600;
}

.main_logo {
  width: 100%;
  top: 5%;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
}

.main_logo img {
  max-width: 143px;
  width: 100%;
  max-height: 130px;
  height: 100%;
  object-fit: cover;
}

.bg_ellipse {
  position: absolute;
}

.bg_ellipse.rt {
  right: 0;
  top: 0;
}

.bg_ellipse.ml {
  left: -50px;
  top: 30%;
}

.bg_ellipse.rb {
  right: 0;
  bottom: 0;
}

.header {
  text-align: center;
}

.red_call {
  width: 100%;
  font-weight: 600;
  color: rgb(255, 237, 239);
  text-align: center;
}

.link_auth {
  text-align: center;
  color: #9baab7;
  font-weight: 600;
  transition: .1s ease-out;
}

.link_auth:hover {
  color: #03a9f4;
}

.header_title {
  font-weight: 400;
  color: #fff;
  opacity: 0.85;
  font-size: 32px;
  text-align: center;
  margin: 0;
}

.submit {
  margin: 0;
}

.form-1 {
  font-family: 'Montserrat';
  font-style: normal;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  min-width: 290px;
  min-height: 310px;
  width: 30vw;
  max-height: 350px;
  max-width: 330px;
  /* box-shadow: 1px 1px 7px rgba(0, 78, 160, 0.6); */
  border-radius: 5px;
  display: grid;
  align-content: space-between;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .form-1 {
    top: 55%;
  }

  .main_logo {
    top: 30px;
  }
}

.form-1 .field {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  margin: 0;
  height: 50px;
  width: 100%;
}

.field_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  padding-bottom: 24px;
}

.field_headline {
  font-size: 14px;
  color: #fff;
}

.submit {
  width: 100%;
}

.field_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
}

.form-1 .field i {
  position: absolute;
  top: 0;
  right: 0;
  color: #1A73E9;
  background: #2196F3;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 40px;
  height: 50px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-1 input {
  /* font-family: 'Montserrat';
  font-style: normal; */
  border: none;
  border-bottom: 1px solid #dcdcdc;
  height: 50px;
  padding-right: 10px;
  width: 95%;
  background: none !important;
  box-shadow: none !important;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.form-1 input::placeholder {
  color: #fff;
  opacity: 0.65;
}

.form-1 input:-webkit-autofill,
.form-1 input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.form-1 input:hover {
  border-color: #fff;
}

.form-1 input:focus {
  color: #ffff;
  outline: none;
  border-bottom: 1px solid #aaa;
}

.form-1 p {
  margin: 0;
  /* text-align: right; */
}

.link_auth {
  padding: 14px 0;
}

.form-1 button {
  border: none;
  background: #fff;
  border-radius: 10px;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  color: #1E8EE7;
  transition: .2s ease-out;
}

.form-1 button:hover {
  color: #fff;
  background: #2095f1;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.not_found_con {
  height: 100%;
  display: grid;
  align-items: center;
}


.def_btn {
  border: none;
  background: #1b81d4;
  border-radius: 10px;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  transition: .2s ease-out;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.def_btn a {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 100%;
}

.def_btn a:hover {
  color: #fff;
  background: #2095f1;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}


.def_btn.sweet {
  background: #fff;
  color: #1E8EE7;
  box-shadow: none;
  padding: 0;
}

.def_btn.sweet a {
  border-radius: 8px;
  color: #1E8EE7;
}

.def_btn.sweet:hover a {
  color: #fff;
}

.def_btn:hover {
  color: #fff;
  background: #2095f1;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.links__process {
  font-family: 'Montserrat';
  font-style: normal;
  position: absolute;
  top: 40%;
  left: 50%;
  margin: auto;
  min-width: 290px;
  min-height: 310px;
  width: 30vw;
  max-height: 360px;
  max-width: 320px;
  border-radius: 5px;
  display: grid;
  align-content: space-between;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.pp__container {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 0 80px;
  position: fixed;
  z-index: 10;
  overflow-y: auto;
}

.privacy__policy {
  margin: 30px auto;
  box-sizing: border-box;
  padding: 66px;
  max-width: 900px;
  width: 100%;
  background: #fff;
  box-shadow: 1px 14px 11px 6px rgb(0 0 0 / 40%);
}