input,
input:focus {
    background-color: #f2f6f9;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    outline: none;
    height: 2.35rem;
    padding: 0 0.5rem;
    font-size: 1rem;
    font-family: 'Poppins-Regular';
}
.w100 {
    width: 100%;
}
.black {
    background: #000000;
    color: #ffffff;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.91rem;
    font-family: Poppins-Bold;
    border-radius: 6px;
    height: 2.4rem;
}

.goto_link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.divide {
    background: #c6c5c5;
    height: 1px;
    width: 18rem;
    margin-top: 1.7rem;
    margin-left: 1rem;
}
.copyright_content {
    transform: scale(0.67);
    font-size: 12px;
    font-family: Poppins-Regular, Poppins;
    color: #000000;
    width: 100%;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.45rem;
}
