.content-page {
    margin-left: 0 !important;
}

.full-container {
    width: 25rem;
    margin: auto;
    max-width: 100%;
    border: none;
}

.main-text {
    font-size: 23px;
    color: #545454;
    margin-bottom: 2rem;
}

.single-number-input {
    font-size: 16px;
    color: #333;
    text-align: center;
    width: 2rem;
    height: 2.2rem;
    margin: 0.15rem;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.login-company-logo {
    max-width: 60%;
}
.forgot-password a {
    color: #0056b3;
}
.forgot-password {
    margin-bottom: 5px;
}
.required-field {
    margin-left: 5px;
    color: #C81B3A;
    font-size: 12px;
    padding-top: 4px;
  }