.icon-blue {
  color: #00347B;
}

.fa.icon-medium {
  font-size: 20px;
}

.icon-fixed-width {
  width: 30px;
}

.icon-float {
  float: left;
}

.popup-error-text {
  color: red;
  margin: 0px 0px 10px 0px;
}

.popup-success-text {
  color: green;
  margin: 0px 0px 10px 0px;
}

.btn-loading i {
  display: none;
}

.loading .btn-loading i {
  display: inline-block;
}

input.wrong {
  border: 1px solid red;
}

input.valid {
  border: 1px solid green;
}

#register-form input,
#register-form textarea,
#register-form select {
  margin-bottom: 10px;
}

#register-form label.wrong {
  color: red;
  font-size: 12px;
}

#register-form .form-error {
  position: absolute;
  bottom: 38px;
  left: 240px;
  width: 400px;
  color: red;
}

.popup.restore_password {
  width: 400px;
}

.popup.restore_password .table {
    margin-bottom: 0;
    padding: 20px 0;
}

.popup.restore_password .btn {
  width: 220px;
}

.popup.restore_password .btn {
  float: none;
  margin: auto;
}

.popup.text_content {
  width: 800px;
}

.popup.text_content .text-content {
  height: 400px;
  overflow: auto;
  line-height: 1.5em;
}

.popup.text_content .text-content strong {
  font-weight: bold;
}

.popup.text_content .btn {
  width: 200px;
  float: none;
  margin: auto;
  margin-top: 10px;
}

.popup.text_content h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .socials {
  width: 48px;
  height: 48px;
  margin: 20px 5px 30px 5px;
  display: inline-block;
  background-color: #FFEF00;
  box-shadow: 0px 0px 10px -3px #000;
  color: #262626;
  font-size: 30px;
  line-height: 46px;
  opacity: 0.7;
  transition-duration: 200ms;
}

footer .socials:hover {
  opacity: 1;
}

#recaptcha_response_field {
  height: auto !important;
}

.learnMoreButton {
  background-image: url(../images/learn_more.png);
  width: 140px;
  height: 42px;
  display: inline-block;
}

#content #tools .tool {
  height: 350px;
}

.tool {
  position: relative;
}

.tool .bottom-button {
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
}

#register-form .reg-attach-screenshots .add-screenshot {
  padding: 5px;
}

#register-form .reg-attach-screenshots .screenshots-rules {
  margin-bottom: 5px;
  font-size: 12px;
}