﻿
.main-sign-up.page-content {
    height: auto !important;
    min-height: 0 !important;
}

.main-sign-up {
    padding-top: 2em;
    padding-left: 0;
}

.em-intro-with-bg {
    background: linear-gradient(to left, rgba(10,144,208,.66), rgba(10,144,208,.66)),url("../assets/images/tool.png") no-repeat center;
    min-height: 91vh;
    color: white;
    padding: 2em 3vw 7vh 10vw;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: left;
}

    .em-intro-with-bg p {
        font-size: 18px;
        line-height: 29px;
    }

        .em-intro-with-bg p:first-child {
            margin-bottom: 6vh;
        }

.form-section {
    padding: 11vh 8vw;
}

.main-sign-up h2 {
    text-align: left;
    font-size: 32px;
}

.main-sign-up .submit {
    width: 100%;
}

.terms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.75rem;
}

.main-sign-up.page-content .terms p {
    font-size: .87rem;
    color: #8A94A6;
}

.main-sign-up.page-content .terms a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    font-size: 1em;
    font-family: Hurme-regular,sans-serif;
}

.other-login {
    overflow: hidden;
}

.or-sep {
    display: table;
    margin: 0em auto 1.75rem;
    padding: 0 1em;
    position: relative;
    text-transform: uppercase;
}

    .or-sep:before,
    .or-sep:after {
        content: "";
        width: 50vw;
        height: 1px;
        background: #E1E4E8;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-100%, -50%);
    }

    .or-sep:after {
        left: auto;
        right: 0;
        transform: translate(100%, -50%);
    }

.main-sign-up .btns {
    display: block !important;
}

    .main-sign-up .btns a {
        width: 100%;
        position: relative;
    }

    .main-sign-up .btns .twitter {
        margin-right: 0 !important;
        margin-top: 1em;
        background-color: #DB4437 !important;
        border-color: #DB4437 !important;
    }

        .main-sign-up .btns .twitter:hover {
            color: #DB4437 !important;
            background-color: transparent !important;
        }

    .main-sign-up .btns a span {
        position: absolute;
        left: 2.75em;
        top: 50%;
        transform: translate(-50%, -50%);
    }


