body {
  color: #fff;
  min-width: 320px;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
}
body.lock {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus {
  color: #fff;
  text-decoration: none;
}

button, button[typhonee=submit], a, input {
  outline: none;
}

button:hover, button[type=submit], a:hover, input:hover {
  outline: none;
}

button:focus, button[type=submit], a:focus, input:focus {
  outline: none;
}

.wrapper {
  overflow: hidden;
  position: relative;
}
.wrapper .select-langs {
  position: absolute;
  right: 50px;
  top: 50px;
}
.wrapper .select-langs a {
  font-size: 20px;
}
.wrapper .select-langs a:hover {
  text-decoration: underline;
}

/*font-family: 'Gilroy-Regular', sans-serif;*/
.site-btn {
  font-weight: 700;
  font-size: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  background: #F68B6B;
  padding: 13px 50px 14px;
  color: #fff;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

#regPage {
  background-image: url(/images/reg-bg.png?c12814ee8459135d5966410596c97c69);
  background-size: cover;
  background-repeat: no-repeat;
}
#regPage .regPage {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 100px 0 43px;
}
#regPage .regPage .heading {
  text-align: center;
  margin-bottom: 84px;
}
#regPage .regPage .heading .logo {
  margin-bottom: 93px;
}
#regPage .regPage .heading .title {
  color: #F68B6B;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
#regPage .regPage #regForm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}
#regPage .regPage #regForm .form-groups {
  display: flex;
  align-items: flex-end;
}
#regPage .regPage #regForm .form-group {
  margin-bottom: 19px;
}
#regPage .regPage #regForm .form-group label {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
}
#regPage .regPage #regForm .form-group .form-control {
  border-radius: 10px;
  height: 50px;
}
#regPage .regPage #regForm .form-group .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#regPage .regPage #regForm .form-group .form-check input#checkDefault {
  width: 56px;
  height: 50px;
  margin-top: 0;
  border-radius: 10px;
  margin-right: 18px;
}
#regPage .regPage #regForm .form-group .form-check input#checkDefault:focus {
  box-shadow: none;
}
#regPage .regPage #regForm .form-group .form-check .form-check-input:checked {
  background-color: #F68B6B;
  border-color: #F68B6B;
}
#regPage .regPage #regForm .form-group .form-check label {
  margin-bottom: 0;
}
#regPage .regPage #regForm .form-group input::-webkit-outer-spin-button,
#regPage .regPage #regForm .form-group input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#regPage .regPage #regForm .form-group .site-btn {
  height: 50px;
  border: 1px solid #fff;
  font-size: 25px;
  background-color: transparent;
}
#regPage .regPage #regForm .form-group .site-btn:hover {
  border-color: #F68B6B;
  color: #F68B6B;
}
#regPage .regPage #regForm .form-group.search-block {
  position: relative;
}
#regPage .regPage #regForm .form-group.search-block .search-results {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-height: 400px;
  overflow-y: scroll;
}
#regPage .regPage #regForm .form-group.search-block .search-results .search-result-item {
  padding: 10px 15px;
  color: #000;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
#regPage .regPage #regForm .form-group.search-block .search-results .search-result-item:hover {
  background-color: #e8e8e8;
}
#regPage .regPage #regForm .form-group.search-block .search-results .search-result-item .search-result {
  display: flex;
  align-items: center;
}
#regPage .regPage #regForm .form-group.search-block .search-results .search-result-item .search-result .name {
  font-weight: 600;
}
#regPage .regPage #regForm .form-group.search-block .search-results .search-result-item .search-result .contract {
  text-align: right;
}
#regPage .regPage #regForm .form-group.search-block .search-results .search-result-item.added {
  background-color: #ebd2d2;
  opacity: 0.7;
  cursor: no-drop;
}
#regPage .regPage #regForm button {
  margin: 59px auto;
  text-transform: uppercase;
}
#regPage .regPage .button .site-btn {
  padding: 19px 16px 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#regPage .regPage .unique-id {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 64px;
}
#regPage .regPage .powered {
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
#regPage .regPage .powered img {
  margin-top: 14px;
}
