﻿@import url("https://fonts.googleapis.com/css?family=Roboto");
/*$color-alt: #ffce00;
$color-text: #0C2340;*/
* {
  font-family: "Roboto", sans-serif, sans-serif;
  font-size: 13px;
}

body {
  margin: 0px;
  padding: 0px;
}

section.wrapper__your-data {
  /*min-width: 100vw;*/
  min-height: 100vh;
  background: #0c2340;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 40px 20px 60px 20px;
}
@media (min-width: 765px) {
  section.wrapper__your-data {
    padding: 40px 60px 60px 40px;
  }
}
section.wrapper__your-data .your-data__content {
  position: relative;
  width: 1000px;
  background: #ffffff;
  padding: 60px 15px 60px 15px;
  box-sizing: border-box;
  box-shadow: 0px 4px 44px rgba(37, 95, 169, 0.09);
  border-radius: 4px;
  color: #0c2340;
}
@media (min-width: 765px) {
  section.wrapper__your-data .your-data__content {
    padding: 60px 80px 60px 100px;
  }
}
section.wrapper__your-data .header__image {
  display: block;
  margin: 0 auto 40px auto;
  height: 160px;
  object-fit: cover;
}
section.wrapper__your-data .your-data__body .reference {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 15px;
  color: #636363;
}
section.wrapper__your-data .your-data__body h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
}
section.wrapper__your-data .your-data__form .form__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 183.5%;
  margin-bottom: 30px;
}
section.wrapper__your-data .your-data__form label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 183.5%;
}
section.wrapper__your-data .your-data__form .custom__input {
  height: 45px;
  width: calc(100% - 20px);
  border: none;
  border-bottom: 1px solid #0c2340;
  border-radius: 0%;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  padding: 0;
}
section.wrapper__your-data .your-data__form .custom__input::placeholder {
  color: #0c2340;
}
section.wrapper__your-data .your-data__form .custom__input:focus {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #0c2340;
}
section.wrapper__your-data .your-data__form .custom__input:focus::placeholder {
  color: transparent;
}
section.wrapper__your-data .your-data__form .custom__select {
  height: 45px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #0c2340;
  width: calc(100% - 20px);
}
section.wrapper__your-data .your-data__form .custom__select::placeholder {
  color: #0c2340;
}
section.wrapper__your-data .your-data__form .custom__select:focus {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #0c2340;
}
section.wrapper__your-data .your-data__form .custom__select:focus::placeholder {
  color: transparent;
}
section.wrapper__your-data .your-data__form .mb-30 {
  margin-bottom: 30px;
}
section.wrapper__your-data .your-data__form input[type=email]::placeholder,
section.wrapper__your-data .your-data__form input[type=password]::placeholder {
  color: #828282;
}
section.wrapper__your-data .your-data__form .text__button {
  margin: 16px 0 0 0;
  padding: 0;
  border: none;
  color: #0c2340;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: none;
}
section.wrapper__your-data .your-data__form .text__button:focus {
  outline: none;
}
section.wrapper__your-data .your-data__form hr {
  margin-top: 10px;
}
section.wrapper__your-data .your-data__form .form__footer {
  margin-top: 40px;
}
section.wrapper__your-data .your-data__form .delete__button {
  margin: 16px 0 16px 0;
  padding: 0;
  border: none;
  color: #eb5757;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: none;
}
section.wrapper__your-data .your-data__form .delete__button:focus {
  outline: none;
}
section.wrapper__your-data .your-data__form .submit__button {
  height: 50px;
  padding: 10px 60px;
  border: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  background: #0c2340;
}
section.wrapper__your-data .your-data__form .submit__button:focus {
  outline: none;
}

section.wrapper__tanks {
  min-width: 100vw;
  min-height: 100vh;
  background: #0c2340;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 40px 20px 60px 20px;
}
@media (min-width: 765px) {
  section.wrapper__tanks {
    padding: 40px 60px 60px 40px;
  }
}
section.wrapper__tanks .modal-content {
  max-width: 790px;
  background: #ffffff;
  padding: 60px 15px 60px 15px;
  box-sizing: border-box;
  box-shadow: 0px 4px 44px rgba(37, 95, 169, 0.09);
  border-radius: 4px;
}
@media (min-width: 765px) {
  section.wrapper__tanks .modal-content {
    padding: 60px 80px 60px 100px;
  }
}
section.wrapper__tanks .modal-header {
  margin-bottom: 40px;
}
section.wrapper__tanks .header__image {
  display: block;
  margin: auto;
  height: 160px;
  object-fit: cover;
}
section.wrapper__tanks .modal-body {
  text-align: center;
}
section.wrapper__tanks .modal-body h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
section.wrapper__tanks .modal-body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
section.wrapper__tanks .modal-footer {
  display: flex;
  justify-content: center;
}
section.wrapper__tanks .modal-footer .btn-link {
  color: #0c2340;
  font-weight: 500;
  font-size: 18px;
  line-height: 141%;
  text-decoration-line: underline;
}
section.wrapper__tanks .modal-footer .btn-link:hover {
  text-decoration-line: none;
}
