html, body {
    background: #1B45B4;
    height: 100%;
}
.main-content {
    align-items: center;
    display: block;
    height: 100%;
    width: 100%;
}
.signup-row {
    align-items: center;
    display: flex;
    gap: 80px;
    justify-content: space-between;
    height: 100%;
    padding: 50px 0;
}
.signup-content h1 span {
    position: relative;
}
.signup-column h1 span::before {
    background-image: url(https://seoanalyst.in/seoanalyst/wp-content/themes/seoanalyst/assets/images/login/title-border.png);
    background-size: 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    bottom: -12px;
    content: "";
    height: 16px;
    position: absolute;
    width: 100%;
}
.signup-content * {
    color: #fff;
}
.card-content {
    background: #11111154;
    border-radius: 30px;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 30px;
    width: 100%;
}
.signup-content h1 {
    margin-bottom: var(--space-xs);
}
.card-content ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: var(--space-xs);
}
.card-content ul li img {
    width: 22px;
}
.singup-form .logo img {
    width: 290px;
}
.signup-column {
    flex: 1;
}
.singup-card {
    background: #fff;
    border-radius: 30px;
    width: 100%;
}
.singup-card-inner {
    padding: 30px;
    margin-top: 40px;
}
.singup-card-inner img {
    width: 20px;
}
.singup-card-inner ul li {
    margin-bottom: 20px;
}
.singup-card-inner ul li a {
    align-items: center;
    border-color: #bfbdbd;
    border-radius: 10px;
    box-sizing: border-box;
    border-width: 1px;
    display: flex;
    width: 100%;
}
.singup-card-inner ul li a span {
    margin: 0;
}
.singup-card-inner ul li.divider {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.singup-card-inner ul li.divider hr {
    position: absolute;
    border: 1px solid #bfbdbd;
    width: 100%;
    top: 2px;
    left: 0;
    z-index: 0;
}
.singup-card-inner ul li.divider span {
    background: #fff;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-transform: lowercase;
    z-index: 1;
}
.already-signed {
    margin-top: 120px;
    text-align: center;
}
.already-signed a {
    color: #0062FF;
    text-decoration: underline;
}

.signup-wrapper .reg-form-control {
    margin-bottom: 15px;
}
.signup-wrapper {
    display: none;
}
.signup-wrapper.active {
    display: block;
}

.copy-right {
    color: #fff;
    text-align: center;
    margin-top: 100px;
    width: 100%;
}
@media only screen and (min-width: 1700px) {
    .copy-right {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
