.form-input {
    margin-bottom: 10px;;
}

.form-button.register {
    background-color: #63b6da;
    color: #005c99;
}

.mobile-app-icon i {
    font-size: 30px;
    color: #63b6da;
}

.mobile-app-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.lang, .restore, .form-close {
    cursor: pointer;
}

.flag {
    margin-right : 10px !important;
}

body {
    overflow: hidden !important;
}

input {
  background-color: transparent !important;
  background-image: none !important;
  caret-color: #000; /* или ваш цвет текста */
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 9999s ease-in-out 0s !important;
  background-image: none !important;
}

