body.readocracy {
    background: none;
    padding:0;
    overflow: initial;
    margin:0;
    font-family: "proxima-nova", sans-serif;
}

main {
    overflow-x: hidden;
    background: #131214;
}

main.rc-business {
    background: #111;
}

main.homepage .logo.homepage {
    display: flex;
}

main.homepage .logo.subpage {
    display: none;
}


main .logo.homepage {
    display: none;
}

main .logo.subpage {
    display: block;
}

main .logo.subpage img {
    width: 129px;
    height: auto;
}


header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 18px 20px 28px;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
}

header a {
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}

header .logo  {
    color: #9d9d9d;
    text-transform: uppercase;
    font-weight: 600;
}

header .logo  b {
    margin-left: 14px;
    font-weight: bold;
    display: inline-block;
}

header .logo img{
    height: 36px;
    margin-right: 14px;
}

header div {
    display: flex;
}

header div a {
    border-radius: 2px;
    border: solid 1px #ffffff;
    height: 35px;
    padding:0px 12px 0px 24px;
    font-weight: normal;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    z-index: 99;
}

header div a.sign-in {
    padding-left: 54px;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
}

header div a.sign-up {
    font-weight: bold;
    margin-left:15px;
    border:none;    
    width: 107px;
    align-items: flex-end;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
    background: #3AFF98;
}

header div a.menu {
    margin-right: 14px;
}

header div a.menu span {
    width: 16px;
    height: 2px;
    display: block;
    margin-bottom: 3px;
    background: #fff;
    transition: all 0.2s ease;
}

header.show-menu div a.menu span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 2px;
}

header.show-menu div a.menu span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -3px;
}

header.show-menu div a.menu span:nth-child(2) {
    display: none;
}

header div a.menu span:last-child {
    margin-bottom: 0px;
}

header.show-menu nav {
    right: 0;
    opacity: 1;
}

header nav {
    position: absolute;
    right: -245px;
    opacity: 0;
    background: #0c0c0c;
    width: 245px;
    height: 100vh;
    top: 0px;
    box-sizing: border-box;
    padding: 100px 35px;
    transition: all 0.2s ease;
}

header nav div {
    margin-bottom: 50px;
    flex-direction: column;
}

header nav a {
    height: auto;
    border:none;
    padding:0;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-radius: 0;
    color: #02db73;
    font-size: 14px;
    font-weight: bold;
    align-items: flex-start;
    -webkit-font-smoothing: antialiased;
}

header nav a.selected,
header nav a:hover{
    border-bottom: 1px solid #fff;
}

.top-banner {
    height: 100vh;
    position: relative;
    z-index: 9;
    min-height: 650px;
}

.top-banner:after {
    content: '';
    width: 110%;
    height: 55px;
    position: absolute;
    box-shadow: 0 -55px 11px 6px rgba(0, 0, 0, 0.83);
    bottom: 1px;
    left: -8px;
    z-index: 9999;
    transform: rotate(180deg);
}

.top-banner.journo:after,
.top-banner.edu:after,
.top-banner.business:after{
    display: none;
}

.top-banner .item {
    height: 100vh;
    background-size: cover!important;
    background-position: bottom!important;
    background-repeat: no-repeat!important;
    padding-top: 70px;
    display: block !important;
    width: 100%!important;
    box-sizing: border-box;
    font-size: 50px;
    color: #3aff98;
    font-weight: bold;
}

.top-banner .item:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left:0;
    bottom:0;
    box-shadow: 3px 18px 5px -6px rgba(0,0,0,0.90);
}

.top-banner .item p {
    width: 75%;
    margin: 0px 0px 57px 164px;
    text-align: left;
}

.top-banner .item p:first-child {
    margin-top: 100px;
}

.top-banner .buttons {
    position: absolute;
    bottom: 100px;
    left: 164px;
    font-size: 54px;
    z-index: 9999;
    text-align: left;
    color: #3aff98;
    font-weight: bold;
    width: calc(100% - 175px);
}

@media only screen and (max-width: 700px) {
    .rc-banner .content.content {
        background: none!important;
        height: 230px!important;
    }
    .rc-banner.rc-banner {
        min-height: 210px;
        height: auto!important;
        margin-top: 45px!important;
    }

    .w-big-play-button div {
        transform: scale(0.5);
    }

    .homepage.homepage header {
        padding: 20px 10px!important;
    }

    header div a.menu {
        margin-right:5px!important;
        padding: 0px 11px!important;
        height: 33px!important;
    }

    header div a.sign-up {
        width: 70px;
        margin-left:5px;
        padding: 0px 10px;
    }

    header div a.sign-in.sign-in {
        padding-left: 10px!important;
    }
}

.top-banner .buttons.edu {
    bottom: 100px;
}

.top-banner .buttons .btn-request {
    background: #000!important;
    color: #FFF;
    margin:0;
    padding: 25px 0px;
    width: 40%;
    border:none;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: center;
    text-decoration: none;
}

.top-banner .buttons .btn-arrow {
    width: 49px;
    height: 49px;
    top: 12px;
    position: absolute;
    border:none;
    outline: none;
}

.top-banner .buttons span {
/*     opacity: 0; */
/*
    -webkit-animation: opacity 2s forwards;
    animation: opacity 2s forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
*/
}

.top-banner .buttons .btn-arrow-down {
    opacity: 1;
/*
    -webkit-animation: opacity 0.5s forwards;
    animation: opacity 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
*/
}


.btn-page-down {
    border:none;
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 999;
    outline:none;
    opacity: 0;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    background: url(../img/arrow-down.png) no-repeat center center / cover;
}

.btn-page-down.show {
    opacity: 1;
}

.top-banner .buttons .btn-arrow-down {
    margin-left: 15px;
    background: url(../img/arrow-down.png) no-repeat center center / cover;
}

.top-banner .buttons .btn-arrow-next {
    right: 57px;
    background: url(../img/arrow-next.png) no-repeat center center / cover;
}

.rewordly-slider .rewordly-slider-container .item {
    min-height: 650px;
    display: inline-flex!important;
    flex-direction: column;
}

.top-banner .item p:nth-child(1) {
    opacity: 1;
/*
    -webkit-animation: opacity 1s forwards;
    animation: opacity 1s forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
*/
}

.top-banner .item p:nth-child(2) {
    opacity: 1;
/*
    -webkit-animation: opacity 1s forwards;
    animation: opacity 1s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
*/
}


.rc-banner {
    position: relative;
    /* margin-top: -130px; */
    /* height: 750px; */
    background: #000;
}

.w-big-play-button div{
    width: 333px!important;
    height: 245px!important;
    background: transparent url(../img/play.png) no-repeat center center / cover!important;
}

.w-bpb-wrapper {
    margin-left: -160px!important;
    margin-top: -115px!important;
}
 
.w-big-play-button svg {
    display: none!important;
}

.rc-banner .content {
    /* background: url(../img/rc-desktop-2.jpg) no-repeat 50% / contain fixed; */
    /* height: 750px; */
    width: 90%;
    margin:0 auto;
}

.rc-banner img {
    width: 100%;
    object-fit: cover;
}

.about-platform {
    box-shadow: 0 -40px 20px 0 rgba(0, 0, 0, 0.83);
    background-color: #111111;
    position: relative;
    padding: 20px 0px 50px 0px;
}

.rc-journo-features.rc-business {
    max-width: 70%;
}

.rc-journo-features.rc-business img{
    align-self: center;
    width: 80%;;
}

.rc-journo-features.rc-business h4 {
    color: #38f592;
}

.rc-journo-features.rc-business p {
    font-size: 14px!important;
    font-weight: bold!important;
    color: #FFF!important;
    -webkit-font-smoothing: antialiased;
}

.rc-journo-features.rc-business .line.left img {
    margin-left: -100px;
    position: relative;
    z-index: 99;
}

.rc-journo-features.rc-business .line.with-feature-bg {
    position: relative;
    padding-bottom: 270px;
}

.rc-journo-features.rc-business .line.with-feature-bg:after {
    content: "";
    width: 73%;
    height: 355px;
    background: url(/img/rc-business-feature-3.png) no-repeat center center / cover;
    position: absolute;
    bottom: 40px;
    right: -92px;
    z-index: 1;
}

.rc-journo-features.rc-business .mt-0 {
    margin-top: 0!important;
}

.rc-business-features .feature{
    width: 32%;
    box-sizing: border-box;
    padding: 0px 32px 0px 32px;
    display: inline-block;
}

.rc-business-features .feature img {
    width: 53px;
    height: 47px;
}

.rc-business-features .feature h3 {
    color: #38f592;
    font-size: 20px;
    margin:16px 0px 20px 0px;
}

.rc-business-features .feature p {
    font-size: 14px;
    font-weight: bold;
    min-height: 85px;
    max-height: 85px;
/*     overflow: hidden; */
    margin-bottom: 57px!important;
    -webkit-font-smoothing: antialiased;
}

.rc-journo-features.rc-business h2 {
    margin: 30px 0px 40px 0px!important;
}

.rc-journo-features.rc-business p.larger a {
    border:none;
}

.rc-journo-features.rc-business .join-waitlist, 
.rc-journo-features.platform-content .join-waitlist{
    width: 60%;
    margin-bottom: 30px;
}

.rc-business.logos {
    width: 70%;
    height: 70px;
    margin-bottom: 60px!important;
    margin-top:50px!important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
}   

.rc-journo-features.platform-content {
    width: 70%!important;
    max-width: initial!important;
}

.platform-content {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.platform-content .features {
    padding: 0px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.platform-content .features div:nth-child(2) {
    width: 35%;
}

.platform-content .features div {
    width: 33.3%;
}

.platform-content .features span {
    color: #C2C2C2;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 7px;
    display: block;
}

.platform-content .features p {
    font-size: 14px;
    color: #C2C2C2;
    width: 100%;
    font-weight: bold;   
    margin-bottom: 0px;; 
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
}

.platform-content img.big-logo {
    width: 124px;
    margin-bottom: 45px;
}

.platform-content p {
    font-size: 1.5rem;
    color: #FFF;
    width: 80%;
    margin: 0 auto 25px auto;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.platform-content p a, .rc-journo-info p a {
    display: block;
    color: #818181;
    font-size: 14px;
    margin-top: 7px;
    cursor: pointer;
    position: relative;
    padding-bottom: 3px;
    border-bottom: 1px solid #3d3d3d;
}

.platform-content p a {
    cursor: pointer;
    display: inline-block;
    /* border:none; */
}

.platform-content p a.show span, .rc-journo-info p a.show span {
    opacity: 1;
    height: auto;
}
.platform-content p a span, .rc-journo-info p a span {
    display: block;
    height: 0;
    overflow: hidden;
    color: #c2c2c2;
    font-size: 1.125rem;
    position: absolute;
    width: 300px;
    padding: 32px 20px;
    margin: 0 auto;
    left:-95px;
    right: 0;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #6a6a6a;
    background-color: #000000;
    opacity: 0;
    font-size: 15px;
    transition: opacity 0.2s ease;
}

.rc-journo-info p a span {
	width: 400px;
	left: -40px;
}

.platform-content p.green {
    color: #54FE9C;
    position: relative;
    margin-top: 10px;
}

.platform-content p.grey {
    color: #717171;
    font-size: 1.125rem;
}

.platform-content p.light-grey  {
    color: #888888;
    font-size: 1.125rem;
}

.platform-content p.light-grey a {
    color: #888888;
    font-size: 1.125rem;
    text-decoration: none;
    display: inline-block; 
}

.platform-content p.light-grey a:hover {
    color: #fff;
}

.platform-content .boxes {
    display: flex;
    justify-content: space-between;
    -webkit-font-smoothing: antialiased;
    margin: 65px 0px 60px 0px;
}

.platform-content .box {
    padding: 25px 0px;
    width: 24%;
    height: 213px;
    box-sizing: border-box;
    text-align: center;
    background: #000;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.platform-content .box:nth-child(1) {
    background: url(../img/bg-1@2x.png) no-repeat center center / cover;
}

.platform-content .box:nth-child(2) {
    background: url(../img/bg-2@2x.png) no-repeat center center / cover;
}

.platform-content .box:nth-child(3) {
    background: url(../img/bg-3@2x.png) no-repeat center center / cover;
}

.platform-content .box:nth-child(4) {
    background: url(../img/bg-4@2x.png) no-repeat center center / cover;
}

.platform-content .box p {
    color: #fff;
    width: 88%;
    font-size: 1.125rem;
    margin-bottom: 15px;
}
.platform-content .box a {
    color: #3aff98;
    font-weight: bold;
}

.platform-content .box img{
    width: 62px;
    height: 55px;
    margin: 0 auto 25px auto;
    object-fit: cover;
} 

.platform-content .box .content {
    background: #000;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    padding: 27px;
    position: absolute;
    top: -35px;
    height: 444px;
    border-radius: 4px;
    z-index: -999;
    opacity: 0;
    transition: top 0.5s ease;
}


.platform-content .box:hover  .content {
    top: -40px;
    z-index: 999;
    opacity: 1;
}

.platform-content .box .content p{
    color: #c2c2c2;
    font-size: 1rem;
    width: 100%;
}
.platform-content .box .content p:last-child {
    margin-bottom:0;
}
.platform-content .join-waitlist, 
.about-platform .join-btn {
    border-radius: 2px;
    margin-top: 14px;
    border:0;
    text-decoration: none;
    padding: 25px 25px;
    width: 80%;
    color: #000;
    outline: none;
    box-sizing: border-box;
    font-size: 1.5rem;
    background-color: #02db73;
}

.platform-content .join-waitlist {
    margin-bottom: 50px;
}

.about-platform .join-btn {
    display: block;
    margin: 50px auto 70px auto;
}

.rc-business {
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.rc-business.rc-journo-info img {
    width: 92px;
    height: 82px;
    margin-bottom: 40px;
}

.rc-business p.green {
    color: #3aff98;
    margin:0;
}

.rc-business small {
    font-size: 14px!important;
    color: #fff;
    margin-top: 20px!important;
    display: block;
    font-weight: bold;
    -webkit-font-smoothing:antialiased;
}

footer:not(.contact-footer) {
    background: #050509;
    padding: 57px 0px 64px 0px;
    text-align: center;
}

footer:not(.contact-footer) img {
    margin-bottom: 40px;
    width: 220px;
}

footer:not(.contact-footer) div {
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
}

footer:not(.contact-footer) div a {
    font-weight: bold;
    margin-bottom: 10px;
    color: #02db73;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

footer:not(.contact-footer) .copyright {
    color: #494949;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-top: 50px;
}

.waitlist {
    border-radius: 2px;
    background-color: #ffffff;
    padding: 34px 34px 40px 34px;
    width: 80%;
    box-sizing: border-box;
    margin: -500px auto 0 auto;
    position: relative;
    border: 10px solid #02DB73;
    display: none;
    z-index: 9999;
}

.waitlist .close-btn {
    width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 50%;
    color: #0c0c0c;
    display: flex;
    justify-content: center;
    align-items:center;
    position: absolute;
    cursor: pointer;
    right: -20px;
    top: -20px;
}

.waitlist .close-btn:hover {
    color: #02DB73;
}

.waitlist.code-sender {
    border-color: #5B4E62;
    padding:20px 40px 50px 40px;
}

.waitlist.code-sender form button {
    float: none;
    clear: both;
}

.waitlist .ref-link{
    border: none;
    padding:0;
    margin:0;
    position: relative;
}

.waitlist .ref-link .tooltip {
    position: absolute;
    opacity: 0;
    z-index: -1;
    left: 0;
    right: 0;
    top: -17px;
    background: #6A2B8F;
    width: 100px;
    margin: auto;
    color: #fff;
    border-radius: 2px;
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
}

.waitlist .ref-link .tooltip.show {
    opacity: 1;
    z-index: 9999;
    top:-38px;
}

.waitlist .ref-link .tooltip:after {
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    left:0;
    right: 0;
    bottom: -8px;
    margin: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6A2B8F;
}

.waitlist.business {
    margin-top: -160px!important;
}

.waitlist .msg {
    padding: 20px 0px 40px 0px;
    display: none;
}

.waitlist  h4 {
    font-size: 18px;
}

.waitlist .msg img {
    height: 156px;
    margin-bottom: 20px;
}

.waitlist.business .msg img {
    height: auto;
    width: auto;
}

.waitlist .msg h3 {
    font-size: 31px;
    margin: 0px;
    line-height: 37px;
}

.waitlist .msg p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
    font-weight: normal;
}

.waitlist .msg p.m-25 {
    margin: 20px auto;
}

.waitlist .msg a {
    color: #000;
    font-weight: bold;
}

.waitlist .msg #refLink {
    background: #6A2B8F;
    border-radius: 7px;
    color: #fff;
    width: 50%;
    display: block;
    border:none;
    text-align: center;
    margin: 13px auto 0px auto;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 0px;
    outline: none;
}

.waitlist .msg .social-share {
    display: flex;
    margin: 15px 0px 20px 0px;
    justify-content: center;
}

.waitlist .msg .social-share a {
    text-decoration: none;
    margin-right: 13px;

}
.waitlist .msg .social-share a:last-child {
    margin-right: 0;
}
.waitlist .msg .social-share a img {
    width: 48px;
    height: 48px;
    margin:0;
}

.waitlist h3 {
    font-size: 1.5rem;
    margin-bottom: 22px;
}

.waitlist form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.waitlist form fieldset{ 
    width: 50%;
    margin:0;
    padding: 0;
    border:none;
}

.waitlist .form img {
    margin: 40px 0px 20px 0px;
}

.waitlist .form h3 {
    width: 90%;
    margin:30px 0px 20px 0px;
}

.waitlist form input, 
.waitlist form textarea {
    border-radius: 2px;
    background-color: #f3f3f3;
    resize: none;
    width: 100%;
    border:none;
    outline: none;
    padding: 8px 12px 8px 12px;
    box-sizing: border-box;
    color: #141414;
    font-size: 1.125rem;
    margin-bottom :10px;
}

.waitlist form textarea {
    height: 92px;
}

.waitlist .video-wrapper {
    width: 85%;
    margin: 0 auto;
}

.waitlist form button {
    width: 120px;
    height: 35px;
    border-radius: 2px;
    margin-top: 10px;
    outline: none;
    color: #fff;
    font-size: 1.125rem;
    border:none;
    float: right;
    background-color: #000000;
}


.waitlist form button i {
    display: none;
    position: relative;
    top:2px;
    width: 27px;
    height: 17px;
    background: url("/img/loader.gif") no-repeat center center / cover;
}
    

form .errorInline {
    text-align: left;
    width: 100%;
    padding: 0px;
    position: relative;
    top: -10px;
    font-size: 14px;
}

.static {
    background: #131214;
    color: #d1d1d1;
    padding-top: 64px;
    padding-bottom: 75px;
    padding-left: 150px;
    width: 55%;
    font-family: 'proxima-nova';
}

.static h1 {
    font-size: 2.25rem;
    color: #fff;
    margin: 50px 0px 35px 0px;
}

.static h2 {
    font-size: 2.25rem;
    margin: 50px 0px 35px 0px;
}

.static h3 {
    font-size: 1.5rem;
    margin: 30px 0px 50px 0px;
}

.static p {
    margin: 0px 0px 20px 0px;
    line-height: normal;
    font-weight: normal;
    color: #d1d1d1;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
}

.static a {
    color: #02db73;
    text-decoration: none;
}

.static label {
    color: #99ffce;
    font-size: 4.5rem;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: -10px;
    display: block;
}

.photos {
    margin-top: 50px;
    position: relative;
    padding-bottom: 225px;
}

.photos img {
    width: 55%;
}

.photos img.right {
    position: absolute;
    right: 0;
    top: 150px;
}

.static .logos {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-top: 50px;
    margin-left: 15px;
}

.static .logos div {
    display: flex;
}

.static .logos div img:first-child {
    margin-right: 33px;
    position: relative!important;
    top: 15px;
}

.static .logos img {
    align-self: flex-start;
    width: auto;
    margin-bottom: 25px;
    position: initial!important;
}


.static form {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.static form input, .static form textarea {
    border-radius: 2px;
    background-color: #f3f3f3;
    padding: 8px 12px;
    color: #000000;
    font-size: 14px;
    border:none;
    width: 40%;
    resize: none;
    margin-bottom: 15px;
    font-family: 'proxima-nova';
}

.static form textarea {
    height: 140px;
    font-family: 'proxima-nova';
}

.static form button {
    background: #02db73;
    font-size: 1.125rem;
    padding: 8px 0px;
    border:none;
    margin-top: 16px;
    text-align: center;
    border-radius: 2px;
    width: 96px;
    box-sizing: border-box;
    display: inline-block;
}

.static form .wider {
    width: 60%;
}

.static form .mt-20 {
    margin-top: 20px;
}



  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes opacity {
    0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
  }


    .sign-in-popup {
        position: fixed;
        width: 100%;
        height: 100%;
        top:10px;
        left:0;
        background: rgba(0, 0, 0, 0.83);
        display: flex;
        justify-content: center;
        align-items:center;
        z-index: -2;
        transition: all 0.1s ease;
    }

    .sign-in-popup.show {
        opacity: 1;
        z-index: 9999;
        top: 0px;
    }

    .sign-in-popup .content {
        background: #000;
        border-radius: 5px;
        padding: 30px;
        width: 50%;
        box-sizing: border-box;
        text-align: center;
        position: relative;
    }

    .sign-in-popup .content img {
        width: 250px;
        margin-bottom: 40px;
    }

    .sign-in-popup .content form  {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sign-in-popup .content form input, .sign-in-popup .content form textarea {
        border-radius: 2px;
        background-color: #f3f3f3;
        padding: 8px 12px;
        color: #000;
        font-size: 1.125rem;
        border:none;
        width: 40%;
        resize: none;
        outline: none;
        margin-bottom: 15px;
    }

    .sign-in-popup .content form input::placeholder,
    .sign-in-popup .content form textarea::placeholder {
        color: #a9a9a9;
    }

    .sign-in-popup .content form textarea {
        height: 140px;
    }

    .sign-in-popup .content form button {
        background: #02db73;
        font-size: 1.125rem;
        padding: 0px 20px;
        border:none;
        margin-top: 16px;
        text-align: center;
        border-radius: 2px;
        width: 40%;
        box-sizing: border-box;
        display: inline-flex;
        height: 40px;
        justify-content: center;
        align-items: center;
    }

    .sign-in-popup .content form button:disabled {
        opacity: 0.8;
    }
    
    .sign-in-popup .content form button i {
        display: none;
        position: relative;
        width: 27px;
        height: 21px;
        background: url(/img/loader.gif) no-repeat center center / cover;
        margin-left: 3px;
    }

    .sign-in-popup .content form span {
        width: 40%;
    }

    .sign-in-popup .close-btn {
        background: #fff;
        border-radius: 50%;
        font-size: 1rem;
        width: 30px;
        height: 30px;
        position: absolute;
        right: -10px;
        top: -10px
    }