.form-control {
    border: 1px solid #cfd5db;
    border-radius: 6px;
    height: 41px;
    line-height: 4px;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 0px;
}

.form-check .form-check-label input {
    margin-top: 0.25rem;
    margin-left: 0px;
    left: 0;
    cursor: pointer;
    opacity: 1;
}

.form-check .form-check-label {
    padding-left: 0px;
}

.auth.theme-one .auto-form-wrapper {
    padding: 5px 40px 10px;
}

.auth.theme-one .footer-text {
    color: #343a40;
    margin-top: 15px;
}

.content-wrapper {
    background-color: #f8fafc;
}

  .logo-image {
    width: 44%;
    margin: 0 auto;
    display: table;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer-text{display: none !important;}
.auth.theme-one .auto-form-wrapper .form-group .submit-btn {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    padding: 12px 8px;
    font-weight: 600;
    margin-bottom: 70px;
}