*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  position: relative;
}

html,
body,
.pageWrap {
  width: 100%;
  height: 100%;
  background-image: url("../images/abs2.jpg");
}

body {
  font-family: "Inter", sans-serif;
  color: #969696;
  font-size: 13px;
  line-height: 18px;
}

h1 {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.4px;
  color: #1C1C1C;
}

h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.4px;
  color: #1C1C1C;
}

a, button {
  transition: all 0.2s ease;
}

a {
  text-decoration: none;
  color: #007BFF;
}

a:hover {
  text-decoration: underline;
}

ol, ul {
  list-style: none;
}

.pageWrap {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
}

.container {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.formWrap {
  background-color: #fff;
  width: calc(50% - 10px);
  max-width: 540px;
  height: 590px;
  margin-top: 50px;
  padding: 20px 18px;
  border-radius: 10px;
}

.formRow {
  display: flex;
  justify-content: space-between;
}

.w50 {
  width: calc(50% - 6px);
}

.formElement {
  margin-bottom: 20px;
}

.formElement label {
  display: block;
  font-family: "Inter", sans-serif;
  color: #545454;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 7px;
}

input + p {
  margin-top: 7px;
}

input[type=text],
input[type=email],
select,
.fakeFileWrap,
.btn {
  width: 100%;
  height: 38px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 8px 10px;
  font-family: "Inter", sans-serif;
  color: #545454;
}

input[type=text]:focus,
input[type=email]:focus,
.fakeFile:focus,
select:focus {
  background: transparent;
  border: 1px solid #007BFF;
}

input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}

input[type=radio] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

input[type=radio] + label:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

input[type=radio] + label:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 7px solid #007BFF;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2ms ease-in;
  left: 0;
  top: 0;
  z-index: 2;
}

.jq-selectbox {
  width: 100%;
}

.jq-selectbox__select {
  width: 100%;
  height: 38px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 8px 10px;
  color: var(--medium);
  border-radius: 4px;
  background: #FFF;
  box-shadow: none;
  font: 15px/22px "Inter", sans-serif;
  text-shadow: none;
}

.jq-selectbox__select:hover {
  background: #FFF;
}

.jq-selectbox__trigger {
  border-left: none;
}

.jq-selectbox__trigger-arrow {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
}

.jq-selectbox__trigger-arrow::before,
.jq-selectbox__trigger-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 6px;
}

.jq-selectbox__trigger-arrow::before {
  position: absolute;
  top: 1px;
  border-bottom: 6px solid #999;
}

.jq-selectbox__trigger-arrow::after {
  position: absolute;
  bottom: 1px;
  border-top: 6px solid #999;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #007BFF;
}

.jq-selectbox li:hover {
  background-color: #007BFF;
}

input[type=radio]:checked + label::after {
  opacity: 1;
}

.btn {
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  background-color: #007BFF;
  color: #fff;
  margin-bottom: 22px;
}

.btn:hover {
  background-color: #fff;
  border: 1px solid #007BFF;
  color: var(--blue);
}

.w30 {
  width: 30%;
}

.pPolici {
  text-align: center;
  margin-bottom: 20px;
}

.forLogIn {
  color: #545454;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}

.forLogIn a {
  font-weight: 600;
}

.forLogIn::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #E4E4E4;
  margin-bottom: 20px;
}

.profile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#avPic {
  width: 80px;
  height: 80px;
}

.fakeFileWrap {
  width: 138px;
  height: 30px;
  margin: 0 10px 0 0;
}

.fakeFile {
  width: 100%;
  height: 100%;
  padding: 8px 32px 8px 10px;
}

.fakeFileWrap input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 8px 32px 8px 10px;
}

.icon {
  width: 16px;
  height: 16px;
  color: #969696;
  position: absolute;
  top: 8px;
  right: 8px;
}

.feFlex {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}

.feFlex p {
  flex-basis: 100%;
  padding-top: 9px;
}

.btnDelete {
  width: 30px;
  height: 30px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  background: #fff;
  color: #969696;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon2 {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
}

.icon-camera:before {
  content: "\e90f";
}

@media screen and (max-width: 1080px) {
  .formWrap {
    width: 100%;
    margin: 40px auto 40px;
  }
  .forLogIn::before {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
