html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    font-family: 'Inter', sans-serif !important;
}
body .error{
    color: rgb(220,53,69) !important;
}
.go_to_login {
    width: 15px;
    align-items: center;
    display: flex;
}
.alreadyuser h4 {
    margin: 0;
    font-size: 1.5rem;
}
.alreadyuser{display: flex;align-items: center;justify-content: space-between;}
.alreadyuser .form-switch {
    display: flex;
    gap: 5px;
    margin: 0;
}
.alreadyuser .form-check-label {
    font-size: 14px;
    color: #FF5E62;
    font-weight: 500;
    margin: 0;
    width: max-content;
}
.alreadyuser label{margin: 0 !important;}
.alreadyuser .form-switch .form-check-input {
    width: 2em !important;
    height: 0.9rem !important;
    border-radius: 2em !important;
}
.alreadyuser .form-check-input:checked {
    background-color: #FF5E62;
    border-color: #FF5E62;
}