.nav__link{
    color: black;
}

.nav__link:hover{
    color: #00843e;
}
.signup-form {
    padding: 32px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 2px 4px 8px #6b728040;
    text-align: center;
}

.header {
    margin-bottom: 48px;
}


.input {
    position: relative;
    margin-bottom: 24px;
}

.input input {
    width: 100%;
    border: none;
    padding: 8px 40px;
    border-radius: 4px;
    background-color: #f3f4f6;
    color: #1f2937;
    font-size: 16px;
}

.input input::placeholder {
    color: #6b7280;
}

.input i {
    top: 50%;
    width: 36px;
    position: absolute;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 16px;
}

.signup-btn {
    width: 100%;
    border: none;
    padding: 8px 0;
    margin: 24px 0;
    border-radius: 4px;
    background-color: #1AB248!important; ;
    color: white !important;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #1AB248 !important;;
}
.signup-btn:hover {
    background-color: rgb(26, 178, 72, 0.9) !important;
}
.signup-btn:active {
    background-color: rgb(26, 178, 72, 0.9) !important;
    transition: all 0.3s ease;
}

.social-icons i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    margin: 24px 8px 48px 8px;
    background-color: gray;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.register_url {
    color: #1AB248;
    font-weight: bold;
    font-size: 18px;
}
