.field-cover {
    position: relative;
    border: 2px solid #4C1E51;
    height: 45px;
}
.field-cover > label {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.field-cover > input {
    color: black;
    top: 3px;
    padding-left: 30px;
    border: none;
    width: 100%;
    height: 100%;
}
.field-cover > input:focus {
    outline: none;
    border: none;
}
.get-started-btn {
    padding: 7px;
    border-radius: 20px;
    border: 1px solid rgba(128, 128, 128, 0.5);
    outline: none;
    color: white;
    font-weight: bold;
}

.auth-footer {
    display: flex;
    gap: 15px;
    list-style-type: none;
    color: gray;
    justify-content: center;
    text-align: center;
    padding-left: 0;
}
.auth-footer li:last-child {
    border-left: 1px solid white;
    padding-left: 15px;
}
.auth-footer a {
    text-decoration: none;
    color: gray;
    font-size: 15px;
}

