@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

body {
    font-family: "Inter", sans-serif !important;
}

a {
    color: #67ae00 !important;
}

.authentication-bg {
    background: linear-gradient(
        293deg,
        #c0f25b -5.45%,
        rgba(255, 255, 255, 0.56) 104.62%
    ) !important;
}

.form-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 25px;
    border: solid 10px #000;
    border-left: solid 3px #000;
    border-right: solid 3px #000;
    border-top: solid 3px #000;
}

.form-box h3 {
    color: #000;
    font-weight: 600;
}

.form-label {
    color: #1e1e1e !important;
}

.form-control {
    border: var(--bs-border-width) solid #d2d2d2 !important;
}

.form-control:focus {
    border-color: #67ae00 !important;
}

.form-check-label {
    color: #67ae00 !important;
}

.form-check-input {
    border: 2px solid #86888a !important;
}

.auth-cover-bg h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 800;
}

.auth-cover-bg h1 span {
    color: #67ae00;
}

.auth-cover-bg img {
    width: 70%;
    margin: 0 auto;
}

.form-box .btn-primary {
    color: #fff;
    background-color: #67ae00;
    border-color: #67ae00;
    border-radius: 0px;
}

.form-box .btn-primary:hover {
    box-shadow: 5px 5px black !important;
    background-color: #67ae00 !important;
    border: 1px solid #67ae00 !important;
}

.authentication-wrapper.authentication-cover
    .authentication-inner
    .auth-cover-bg {
    width: 100%;
    margin: 2rem 0 0rem 0rem;
    height: inherit !important;
    border-radius: 1.125rem;
    position: relative;
}

.register-pd {
    padding: 10px;
}

.formRow {
    margin: 20px auto;
}

.formRow {
    position: relative;
    width: 100%;
}
.formRow--item {
    display: block;
    width: 100%;
}
.formRow--item .formRow--input {
    position: relative;
    padding: 10px 10px;
    width: 100%;
    outline: none;
    border: solid 1px #dbdade;
    border-radius: 4px;
    color: #2c3235;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: 16px;
    resize: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 0;
}
.formRow--input-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.formRow--input-wrapper.active .placeholder {
    top: -5px;
    background-color: #ffffff;
    color: #67ae00;
    letter-spacing: 0.8px;
    font-size: 14px;
    line-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    min-height: auto;
    z-index: 1000;
}
.formRow--input-wrapper.active
    .formRow--input:not(:focus):not(:hover)
    ~ .placeholder {
    color: #67ae00;
}
.formRow--input-wrapper .formRow--input:focus,
.formRow--input-wrapper .formRow--input:hover {
    border-color: #67ae00;
}
.formRow .placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    padding: 0 10px;
    color: #95989a;
    white-space: nowrap;
    letter-spacing: 0.2px;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    background: #fff;
    line-height: normal;
    min-height: 18px;
}

.align_form {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    left: 75%;
}

.w-85 {
    width: 85%;
}
.input-group {
    box-shadow: none !important;
}
