body {
    background-color: #f1f3f6;
}

.card {
    box-shadow: 1px 0px 10px -4px rgb(46, 46, 46);
}

.form-control:focus {
    color: #deb82d;
    background-color: #deb82d;
    border: 2px solid #deb82d;
    box-shadow: none;
}

::placeholder {
    font-size: 14px;
    font-weight: 600;
}

.btn {
    width: 100%;
}

.input-fieldd {
    position: relative;
}

.input-fieldd input {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    font-size: 15px;
    padding: 0 15px;
    border: 1px solid #deb82d;
    background: transparent;
    color: #deb82d;
    outline: none;
}

.input-fieldd .emaillabel {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #deb82d;
    font-size: 15px;
    pointer-events: none;
    transition: 0.3s;
}

input:focus {
    border: 2px solid #deb82d;
}

input:focus ~ .emaillabel,
input:valid ~ .emaillabel {
    top: 0;
    left: 15px;
    font-size: 16px;
    padding: 0 2px;
    background: #ffffff;
}

.input-fielddd {
    position: relative;
}

.input-fielddd input {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    font-size: 15px;
    padding: 0 15px;
    border: 1px solid #deb82d;
    background: transparent;
    color: #deb82d;
    outline: none;
}

.input-fielddd .emaillabell {
    position: absolute;
    top: -5%;
    left: 20px;
    transform: translateY(-50%);
    color: #deb82d;
    font-size: 15px;
    pointer-events: none;
    transition: 0.3s;
}

/* CSS */
.button-84 {
    align-items: center;
    background-color: initial;
    background-image: linear-gradient(#deb82d, #deb82d);
    border-radius: 8px;
    border-width: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font-family: expo-brand-demi, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 18px;
    height: 52px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 0 32px;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all 150ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-84:hover {
    box-shadow: rgba(0, 1, 0, 0.2) 0 2px 8px;
    opacity: 0.85;
}

.button-84:active {
    outline: 0;
}

.button-84:focus {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 3px;
}

@media (max-width: 420px) {
    .button-84 {
        height: 48px;
    }
}