<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.line {
    position: relative;
    height: 1px;
    width: 100%;
    margin: 26px 0;
    background-color: #d4d4d4;
}
.form .field {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}
a.facebook {
    color: #fff !important;
    background-color: #4267b2;
}
.media-options a {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.form a {
    color: #0171d3;
    text-decoration: none;
}
.media-options {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
a.google {
    border: 1px solid #cacaca;
    color: #fff !important;
}
a.facebook .facebook-icon {
    height: 28px;
    width: 28px;
    color: #0171d3;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.facebook-icon,
img.google-img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
img.google-img {
    height: 20px;
    width: 20px;
    object-fit: cover;
}

.in-icon {
    color: #1b84ff !important;
}
</pre></body></html>