.login-remember {
  height: 30px;
  margin-bottom: 15px;
  display: inline-block;
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.login-remember label input:checked:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 8px;
  left: 7px;
  border: 3px solid #53a6a6;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.login-remember label input {
  position: relative;
  border: 2px solid #d0d0d0;
  width: 28px;
  height: 28px;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}

.reset-password input[type=text],
.reset-password input[type=tel],
.reset-password input[type=password],
.reset-password input[type=email] {
  display: inline-block;
  padding: 11px 10px;
  border: 0;
  background-color: #fff;
  outline: 0;
  width: 100%;
  color: #5b5b5b;
  font-size: 11px;
  line-height: 17px;
  font-family: "PT Sans", sans-serif !important;
}
.reset-password input[type=text]::-webkit-input-placeholder,
.reset-password input[type=tel]::-webkit-input-placeholder,
.reset-password input[type=password]::-webkit-input-placeholder,
.reset-password input[type=email]::-webkit-input-placeholder {
  color: #5b5b5b;
}
.reset-password input[type=text]::-moz-placeholder,
.reset-password input[type=tel]::-moz-placeholder,
.reset-password input[type=password]::-moz-placeholder,
.reset-password input[type=email]::-moz-placeholder {
  color: #5b5b5b;
}
.reset-password input[type=text]:-ms-input-placeholder,
.reset-password input[type=tel]:-ms-input-placeholder,
.reset-password input[type=password]:-ms-input-placeholder,
.reset-password input[type=email]:-ms-input-placeholder {
  color: #5b5b5b;
}
.reset-password input[type=text]::placeholder,
.reset-password input[type=tel]::placeholder,
.reset-password input[type=password]::placeholder,
.reset-password input[type=email]::placeholder {
  color: #5b5b5b;
}
.reset-password .submit, .reset-password #wp-submit {
  background-color: #53a6a6 !important;
  padding: 10px 0px !important;
  width: 140px;
  text-align: center;
  font-size: 13px;
  border: 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  outline: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  height: 39px;
}
.reset-password .submit:disabled {
  border-width: 1px !important;
  border-style: solid;
  border-color: #53a6a6 !important;
  background-color: #fff !important;
  color: #53a6a6 !important;
}
.reset-password .input-not-validate {
  border-left: #53a6a6 2px solid !important;
}
.reset-password .input-validate {
  border: none;
}

.download-form {
  position: relative;
  text-align: right;
}
.download-form .submit {
  background-color: #25c86e !important;
  padding: 10px 45px !important;
  font-size: 13px;
  border: 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  outline: 0;
  font-family: Raleway, sans-serif;
  font-weight: bold;
}
.download-form .submit--dark {
  background-color: #53a6a6 !important;
  padding: 10px 45px !important;
  font-size: 11px;
}
.download-form .input {
  display: inline-block;
  padding: 11px 10px;
  border: 0;
  background-color: #fff;
  outline: 0;
  width: auto;
  min-width: 200px;
}
.download-form__select {
  border: 0;
  border-radius: 0;
  /* background-color: rgb(236, 236, 236);*/
  color: rgb(106, 106, 106);
  width: 100%;
  line-height: 26px;
  /* height: 26px;*/
  outline: 0;
}
.download-form--left {
  text-align: left !important;
  display: inline-block;
}
.download-form--left .download-info__popup {
  right: auto !important;
}

.download-form__select--lang .selectize-dropdown, .widget_polylang .selectize-dropdown {
  padding-left: 28px;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  /*width: 250px !important;*/
}
.download-form__select--lang .selectize-dropdown .option:hover, .widget_polylang .selectize-dropdown .option:hover {
  color: #53a6a6;
  background: #fff;
}
.download-form__select--lang .selectize-dropdown .option.selected, .download-form__select--lang .selectize-dropdown .option.active, .widget_polylang .selectize-dropdown .option.selected, .widget_polylang .selectize-dropdown .option.active {
  background: #fff !important;
}
.download-form__select--lang .selectize-input, .widget_polylang .selectize-input {
  background: transparent !important;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding-left: 34px;
  position: relative;
}
.download-form__select--lang .selectize-input:before, .widget_polylang .selectize-input:before {
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  position: absolute;
  background-image: url(../img/world.png);
  width: 20px;
  height: 20px;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  background-color: transparent;
}
.download-form__select--lang .selectize-input:hover, .widget_polylang .selectize-input:hover {
  color: #53a6a6;
}
.download-form__select--lang .selectize-input:hover:before, .widget_polylang .selectize-input:hover:before {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.download-form__select--lang .selectize-input:after, .widget_polylang .selectize-input:after {
  display: none !important;
}

.download-info__selected {
  min-width: 212px;
  display: inline-block;
  font-size: 11px;
  text-align: left;
}
.download-info__select {
  display: inline-block;
}
.download-info__select a {
  font-size: 12px;
}
.download-info__popup {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 15px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  min-width: 350px;
  max-width: 400px;
  display: none;
  z-index: 40;
  text-align: left;
}
@media screen and (max-width: 420px) {
  .download-info__popup {
    max-width: 80vw;
    min-width: 0;
  }
}
.download-info__popup label {
  font-weight: bold;
  font-size: 15px;
}
.download-info__popup input {
  width: auto;
}

.full_section_inner {
  z-index: 19 !important;
}

.register-form input[type=text],
.register-form input[type=tel],
.register-form input[type=password],
.register-form input[type=email], .login-form input[type=text],
.login-form input[type=tel],
.login-form input[type=password],
.login-form input[type=email] {
  display: inline-block;
  padding: 11px 10px;
  border: 0;
  background-color: #fff;
  outline: 0;
  width: 100%;
  color: #5b5b5b;
  font-size: 11px;
  line-height: 17px;
  font-family: "PT Sans", sans-serif !important;
  font-size: 13px;
}
.register-form input[type=text]::-webkit-input-placeholder,
.register-form input[type=tel]::-webkit-input-placeholder,
.register-form input[type=password]::-webkit-input-placeholder,
.register-form input[type=email]::-webkit-input-placeholder, .login-form input[type=text]::-webkit-input-placeholder,
.login-form input[type=tel]::-webkit-input-placeholder,
.login-form input[type=password]::-webkit-input-placeholder,
.login-form input[type=email]::-webkit-input-placeholder {
  color: #5b5b5b;
}
.register-form input[type=text]::-moz-placeholder,
.register-form input[type=tel]::-moz-placeholder,
.register-form input[type=password]::-moz-placeholder,
.register-form input[type=email]::-moz-placeholder, .login-form input[type=text]::-moz-placeholder,
.login-form input[type=tel]::-moz-placeholder,
.login-form input[type=password]::-moz-placeholder,
.login-form input[type=email]::-moz-placeholder {
  color: #5b5b5b;
}
.register-form input[type=text]:-ms-input-placeholder,
.register-form input[type=tel]:-ms-input-placeholder,
.register-form input[type=password]:-ms-input-placeholder,
.register-form input[type=email]:-ms-input-placeholder, .login-form input[type=text]:-ms-input-placeholder,
.login-form input[type=tel]:-ms-input-placeholder,
.login-form input[type=password]:-ms-input-placeholder,
.login-form input[type=email]:-ms-input-placeholder {
  color: #5b5b5b;
}
.register-form input[type=text]::placeholder,
.register-form input[type=tel]::placeholder,
.register-form input[type=password]::placeholder,
.register-form input[type=email]::placeholder, .login-form input[type=text]::placeholder,
.login-form input[type=tel]::placeholder,
.login-form input[type=password]::placeholder,
.login-form input[type=email]::placeholder {
  color: #5b5b5b;
}
.register-form .submit, .register-form #wp-submit, .login-form .submit, .login-form #wp-submit {
  background-color: #53a6a6 !important;
  padding: 10px 0px !important;
  width: 140px;
  text-align: center;
  font-size: 13px;
  border: 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  outline: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  height: 39px;
}
.register-form .submit:disabled, .login-form .submit:disabled {
  border-width: 1px !important;
  border-style: solid;
  border-color: #53a6a6 !important;
  background-color: #fff !important;
  color: #53a6a6 !important;
}
.register-form .input-not-validate, .login-form .input-not-validate {
  border-left: #53a6a6 2px solid !important;
}
.register-form .input-validate, .login-form .input-validate {
  border: none;
}

.login-container {
  padding-top: 30px;
}

.register-container {
  margin-left: 15vw;
  margin-right: 15vw;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .register-container {
    margin-left: 20vw;
    margin-right: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .register-container {
    margin-left: 15vw;
    margin-right: 15vw;
  }
}
.register-container .alert {
  text-align: center;
}
.register-container .login-submit {
  text-align: center;
}
.register-container .forgot-password {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.register-container .login-username {
  padding-bottom: 30px;
}
.register-container .lostpassword-submit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  text-align: center;
}
.register-container .alert-info {
  margin-left: -6vw;
  margin-right: -6vw;
}

#loginform {
  padding-top: 20px;
}

.form-container {
  max-width: 900px;
  margin: 0 auto;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.form-buttons {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .form-buttons {
    text-align: center;
  }
}
.form-buttons p {
  margin-top: 15px;
}
.form-input {
  padding-bottom: 20px;
}
.form-col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px 10px;
}
.form-col h2 {
  text-transform: uppercase !important;
}
.form-type input {
  display: none;
}
.form-type label {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
.form-type label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid rgb(210, 210, 210);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-type input:checked + label {
  font-weight: bold;
}
.form-type input:checked + label:before {
  background-color: #53a6a6;
  border-color: #458b8b;
}

.selectize-input {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
  background-image: none !important;
}

.selectize-dropdown {
  border: 0 !important;
}

.form-container .alert {
  margin-top: 30px;
  color: red;
  font-size: 13px;
}

.files {
  text-align: left;
  margin-bottom: 30px;
}
.files td {
  text-align: left;
  border: 1px solid rgb(207, 207, 207);
}
.files-header td {
  font-weight: bold;
}
.files span {
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: rgb(217, 113, 54);
  padding: 4px 8px;
}

.all-files {
  display: block;
  padding: 5px 25px !important;
  font-size: 12px;
  line-height: 14px;
  border: 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  outline: 0;
  font-family: Raleway, sans-serif;
  font-weight: bold;
  background-color: rgb(15, 104, 176);
}
.all-files:hover {
  color: #fff;
  background-color: #1384df;
}

.widget_polylang {
  width: auto;
  min-width: 200px;
}
.widget_polylang > select {
  opacity: 0;
}
@media screen and (max-width: 420px) {
  .widget_polylang {
    /* position: static;*/
    /* position: relative;*/
    text-align: left;
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
    z-index: 50;
  }
  .widget_polylang > select {
    opacity: 1;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-sm-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-sm-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] .highlight {
  background: #22539d;
  color: #fff;
}

#register-form input {
  font-size: 13px !important;
  font-family: "PT Sans", sans-serif !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#register-form .checkbox-desc {
  position: relative;
}
#register-form .checkbox-desc p {
  padding-top: 27px;
  line-height: 16px;
}
#register-form .checkbox {
  text-align: right;
  margin-top: 5px;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
#register-form .checkbox [type=checkbox]:not(:checked),
#register-form .checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#register-form .checkbox [type=checkbox]:not(:checked) + label,
#register-form .checkbox [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
#register-form .checkbox [type=checkbox]:not(:checked) + label:before,
#register-form .checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 29px;
  height: 29px;
  border: 2px solid #d0d0d0;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
#register-form .checkbox [type=checkbox]:not(:checked) + label:after,
#register-form .checkbox [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 12px;
  border-right: 3px solid #53a6a6;
  border-bottom: 3px solid #53a6a6;
  transform: rotate(45deg) !important;
  top: 7px;
  left: 1px;
}
#register-form .checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#register-form .checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#register-form .checkbox [type=checkbox]:disabled:not(:checked) + label:before,
#register-form .checkbox [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#register-form .checkbox [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
#register-form .checkbox [type=checkbox]:disabled + label {
  color: #aaa;
}
#register-form .checkbox label {
  padding-top: 3px;
}
#register-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#register-form .form-col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-device-width: 768px) {
  #register-form .form-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
#register-form .form-col--full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
#register-form .form-col--three {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33.33%;
}
@media only screen and (max-device-width: 768px) {
  #register-form .form-col--three {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
#register-form .form-col--small {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media only screen and (max-device-width: 768px) {
  #register-form .form-col--small {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
#register-form .form-col--button {
  text-align: right;
}
@media only screen and (max-device-width: 768px) {
  #register-form .form-col--button {
    text-align: center;
  }
}
#register-form .form-col--button p {
  padding-top: 20px;
  padding-right: 10px;
}
#register-form .form-col-long-alert {
  flex-basis: 100% !important;
  text-align: center;
  color: red;
}

#lostpasswordform {
  position: relative;
}

.reset__second {
  position: relative;
  margin-top: 100px;
  text-align: center;
  width: 100%;
}
.reset__button {
  width: 100%;
  padding-top: 20px;
  display: inline-block;
}

@media only screen and (max-device-width: 768px) {
  .recaptcha-container {
    width: 100%;
  }
}

.g-recaptcha {
  transform-origin: 0 0;
  position: absolute;
  left: 51%;
  transform: translate(0%, 0);
}
@media only screen and (max-device-width: 768px) {
  .g-recaptcha {
    position: relative;
    left: -5px;
    transform: none;
  }
}

.is-z-index-fix {
  z-index: 15 !important;
}

.widget_polylang select {
  display: none;
}

.wpcf7-recaptcha {
  transform-origin: 0 0;
  position: absolute;
  left: 64%;
  margin-top: -60px;
  transform: translate(-36%, 0);
}
@media only screen and (max-device-width: 768px) {
  .wpcf7-recaptcha {
    margin-top: -13px;
    left: 37%;
  }
}

/*Password toggle show on/off*/
p .login-password, .login-password {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  position: relative;
}

.wpforms-field-row-block *:not(input):not(i),
.wpforms-field-password *:not(input):not(i) {
  flex-basis: 100% !important;
}

#password-toggle {
  width: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 22px;
  position: absolute;
  float: right;
  right: 0;
  color: #717171;
}

.login-password input {
  border-radius: 0 2px 2px 0 !important;
}

#user_pass {
  position: relative;
  outline: none !important;
}

.phone-confirm-window {
  position: absolute;
  background-color: whitesmoke;
  border: #7d7d7d solid 1px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 100;
}
.phone-confirm-window > h4 {
  padding-bottom: 20px;
}
.phone-confirm-window > p {
  padding-bottom: 20px;
}

.registration-confirm-window {
  position: absolute;
  background-color: whitesmoke;
  border: #7d7d7d solid 1px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 110;
}
.registration-confirm-window > h4 {
  padding-bottom: 20px;
}
.registration-confirm-window > p {
  padding-bottom: 20px;
}

.bugs-confirm-window {
  position: absolute;
  background-color: whitesmoke;
  border: #7d7d7d solid 1px;
  border-radius: 10px;
  transform: translate(-20%, -50%);
  top: 50%;
  left: 30%;
  z-index: 110;
}
.bugs-confirm-window > h4 {
  padding-bottom: 20px;
}
.bugs-confirm-window > p {
  padding-bottom: 20px;
}

.hidden {
  visibility: hidden;
}

.text-center {
  text-align: center;
}

.submit-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.otp-field {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}

.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

/*------------------  */
.otp-form-group {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-input-bar {
  height: 45px !important;
  width: 42px !important;
  border-radius: 6px !important;
  outline: none !important;
  font-size: 1.125rem !important;
  text-align: center !important;
  border: 1px solid #ddd !important;
}

.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

#error_msg {
  color: red;
}

.resend {
  font-size: 12px;
}

.footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: black;
  font-size: 12px;
  text-align: right;
  font-family: monospace;
}

.footer a {
  color: black;
  text-decoration: none;
}

.submenu-show {
  display: block !important;
}

.submenu-hide {
  display: none !important;
}

wpcf7-form-control {
  color: #727272 !important;
  font-family: "PT Sans", sans-serif !important;
  font-size: 14px !important;
}

.header-widget .widget_nav_menu ul.menu > li.menu-item-has-children > a:after {
  content: "" !important;
  font-family: FontAwesome, sans-serif;
  margin-left: 0 !important;
}

span .wpcf7-not-valid-tip {
  display: block !important;
  padding-left: 15px;
  color: red;
  font-size: 12px;
}

.screen-reader-response > p {
  color: red;
}
.screen-reader-response > ul {
  display: none !important;
}

[data-initials]:before {
  background: #1abc9c;
  color: white;
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: bold;
  border-radius: 50%;
  vertical-align: middle;
  /* margin-right: 0.5em; */
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
}

a > .login-widget-button {
  background: #727272;
  color: white;
  opacity: 1;
  display: inline-block !important;
  border-radius: 50%;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 26px !important;
  text-align: center;
  font-size: 16px;
}
a > .login-widget-button:hover {
  background: #1abc9c;
  color: white;
  opacity: 1;
  display: inline-block !important;
  border-radius: 50%;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 26px !important;
  text-align: center;
  font-size: 16px;
}

.form-col-long-alert {
  color: red;
}

/*# sourceMappingURL=intersynergy-download.css.map */
