body {
  margin: 0;
  font-family: Segoe UI;
}

.top-div {
  background-color: #3a5ca1;
  position: relative;
  padding-bottom: 11px;
}

.top-h1 {
  margin: 0;
  padding-left: 180px;
  padding-top: 20px;
  font-size: 40px;
}

.a-top-h1 {
  text-decoration: none;
  color: white;
}

.head-form {
  position: absolute;
  right: 195px;
  top: 10px;
  color: white;
  font-size: 13px;
}

.login-password-label {
  padding-left: 12px;
}

.login-name {
  border: solid;
  border-width: 0.8px;
  width: 140px;
  border-color: #09296e;
  height: 20px;
}

.login-password {
  margin-left: 12px;
  border: solid;
  border-width: 0.8px;
  border-color: #09296e;
  width: 140px;
  height: 20px;
}

.login-button {
  background-color: #4b71bf;
  font-family: Segoe UI;
  font-weight: bold;
  color: white;
  margin-left: 12px;
  letter-spacing: -0.5px;
  border: solid;
  border-color: #1444a8;
  border-width: 0.5px;
  padding: 3px 5px;
}

.login-button:hover {
  background-color: #3a5ca1;
}

.link-for-pass {
  text-decoration: none;
  color: #a7b7d9;
  padding-left: 12px;
  font-size: 12px;
}

.link-for-pass:hover {
  text-decoration: underline;
}

/*-----------------------------------------------Middle div--------------------------------------------------------------------------------------------------------- */
.middle-div {
  background: linear-gradient(180deg, rgba(254, 254, 255, 1) 7%, rgba(235, 238, 247, 1) 24%, rgba(235, 238, 247, 1) 31%, rgba(234, 238, 247, 1) 45%, rgba(202, 212, 233, 1) 100%, rgba(217, 233, 237, 1) 100%);
  position: relative;
  padding-bottom: 600px;
}

.middle-div1 {
  position: absolute;
  left: 180px;
  width: 580px;
}

.middle-div1-h2 {
  display: inline-block;
  font-size: 22px;
  width: 85%;
  padding-top: 20px;
  margin-bottom: 1px;
  letter-spacing: -0.86px;
  font-weight: 700;
  color: #1f3461;
}

.middle-div2 {
  position: absolute;
  left: 765px;
}

.middle-div-div1-h1 {
  font-size: 37px;
  margin: 16px 0 3px 0;
  font-weight: 600;
}

.middle-div-div1-h3 {
  margin: 1px 0 16px 0;
  font-weight: 500;
}

.four-input {
  width: 175px;
  height: 20px;
  margin: 7px 7px 7px 0;
  border-radius: 5px;
  border: solid;
  border-width: 1.2px;
  padding: 9px;
  font-size: 18px;
  border-color: #c3c9d6;
}

.mobile, .pass {
  width: 382px;
  margin: 2.5px 7px 8px 0;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989a9e;
  opacity: 1;
  /* Firefox */
}

.pass {
  margin-bottom: 18px;
}

.birthday-label {
  font-size: 17px;
  font-weight: 600;
  color: #97989c;
}

.birthday-input {
  width: 185px;
  height: 10px;
  margin: 7px 3px 7px 0;
  border-radius: 5px;
  border: solid;
  border-width: 1.2px;
  padding: 7px 4px 10px;
  font-size: 18px;
  border-color: #c3c9d6;
  font-weight: 100;
}

.question-mark-1 {
  height: 17px;
  width: 30px;
  position: relative;
  top: 5px;
}

.gender-label {
  font-size: 17px;
  font-weight: 600;
  color: #97989c;
}

.rad-inp {
  position: relative;
  top: 3.6px;
  left: 4px;
}

.rad {
  font-size: 19px;
  font-weight: 600;
  position: relative;
  top: 7.6px;
  left: 1px;
  margin-right: 13px;
}

.rad-male {
  margin-right: 11px;
}

.question-mark-2 {
  height: 17px;
  width: 30px;
  position: relative;
  top: 8.5px;
  left: -5px;
}

.form-p {
  display: inline-block;
  width: 54%;
  font-size: 11px;
  margin-top: 23px;
  color: #777778;
  letter-spacing: 0.002px;
}

.terms-data-cookie {
  text-decoration: none;
  color: #4848b8;
}

.terms-data-cookie:hover {
  text-decoration: underline;
  color: #4848b8;
}

.input-submit {
  padding: 8px 63px;
  border-radius: 5px;
  border: solid;
  border-width: 0.5px;
  margin-top: 13px;
  margin-bottom: 19px;
  background: linear-gradient(180deg, rgba(140, 194, 103, 1) 0%, rgba(127, 164, 100, 1) 22%, rgba(105, 154, 72, 1) 70%, rgba(83, 133, 49, 1) 100%);
  color: white;
  border-color: #777778;
  font-size: 18px;
  font-weight: 700;
  box-shadow: inset 0 1px 3px #b8cda9;
}

.input-submit:hover {
  background: linear-gradient(180deg, rgba(155, 203, 121, 1) 0%, rgba(124, 173, 88, 1) 38%, rgba(105, 154, 72, 1) 70%, rgba(83, 133, 49, 1) 100%);
}

.middle-div-last-para {
  font-size: 14px;
  font-weight: 600;
  color: #717175;
}

.middle-div-last-ahref {
  text-decoration: none;
  color: #4848b8;
}

.middle-div-last-ahref:hover {
  text-decoration: underline;
}

/*******************************************footer-div******************************************************/
.foot-start {
  margin-bottom: 10px;
}

.footer-div {
  margin: 75px 0 73px;
  position: relative;
  font-size: 13px;
}

.footer-div-above-hr {
  position: absolute;
  left: 187px;
  bottom: 10px;
}

.english {
  color: #74747d;
  padding-right: 5px;
}

.language-a {
  text-decoration: none;
  padding: 0 8px 0 0;
  color: #3636b5;
}

.language-a:hover {
  text-decoration: underline;
}
.plus-image-a{
  border: solid;
  border-width: 1px;
  padding: 1px 8px;
  border-color: #d2d2d9;
  background-color: #f5f5f5;
}
.plus-image{
  width: 12px;
  height: auto;

}
.hr {
  width: 72%;
  border-style: solid none none;
  border-color: #d2d2d9;
}

.footer-div-below-hr-1 {
  position: absolute;
  top: 10px;
  left: 187px;
}

.footer-div-below-hr-1a {
  text-decoration: none;
  padding: 0 15px 0 0;
  color: #3636b5;
}

.footer-div-below-hr-1a:hover {
  text-decoration: underline;
}

.footer-div-below-hr-2 {
  position: absolute;
  top: 32px;
  left: 187px;
}

.footer-div-below-hr-2a {
  text-decoration: none;
  padding: 0 16px 0 0;
  color: #3636b5;
}

.footer-div-below-hr-2a:hover {
  text-decoration: underline;
}
.adchoices-image{
  width: 12px;
  height: auto;
}

.p-at-end {
  display: inline-block;
  position: relative;
  left: 187px;
  font-size: 11px;
  color: #74747d;
}
