.clear-float:after {
    clear: both;
    content: '';
    display: block;
}

.hidden {
    display: none !important;
}

a {
    cursor: pointer;
    color: #3E4651;
}

.colored {
    background-color: #F9F9F8;
}

.grecaptcha-badge {
    margin: 0 auto;
}

.flowe-headline-container {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0.8em 0 3em 0;
}

.section-signup {
    padding-top: 3em;
    padding-bottom: 7em;
}

.section-signup .ExternalGoogle {
    position: relative;
}

.section-signup .ExternalGoogle .beta-disclaimer {
    position: absolute;
    right: -7px;
    top: -8px;
    background: #fff;
    padding: 0px 8px;
    border: 2px solid #2196f3;
    border-radius: 20px;
    color: #2196f3;
    color: #757575;
    z-index: 2;
}

.section-login {
    padding-top: 8em;
    padding-bottom: 8em;
}

.section-confirm-account {
    padding-top: 5em;
    padding-bottom: 10em;
}

.flowe-headline {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 16px;
    color: #3E4651;
    letter-spacing: 1px;
}

.flowe-headline-description {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 300;
    display: inline-block;
    margin: 0 auto;
    width: 80%;
}

/*Sign up style*/

.terms-of-use input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.flowe-registration-form {
    padding: 30px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align:center;
}

.flowe-signup-button {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 3px 38px;
}

.flowe-registration-text {
    font-size: 16px;
    text-align: center;
    color: #3E4651;
    padding: 25px 0 25px 0;
    margin: 0 auto;
}

.flowe-registration-text a {
    text-decoration: underline;
}

.flowe-registration-disclaimer {
    font-size: 13px;
    text-align: center;
    color: #757575;
    font-family: Roboto-Semibold,sans-serif;
}

.terms-of-use {
    padding: 25px 0 25px 0;
    margin: 0 auto;
    text-align: left;
    width: 75%;
}

    .terms-of-use span {
        border-bottom: 1px solid #ccc;
    }

.flowe-mail-container {
    margin: 10px auto;
    padding: 2px 10px;
    width: 70%;
}

.section-confirm-account .flowe-mail-container{
    width: 200px;
    min-width: 200px;
}

    .flowe-mail-container button,
    .flowe-mail-container div {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: #3E4651;
    }

    .flowe-mail-container button {
        background: none;
        color: inherit;
        border: none;
        outline: none;
        height: 40px;
        font: inherit;
        margin: 2px 2px;
        /*border is optional*/
        cursor: pointer;
    }

        .flowe-mail-container button:disabled {
            pointer-events: none;
            opacity: 0.7;
        }

.flowe-registration-text.checkbox-error,
.flowe-registration-text.checkbox-error a,
.recaptcha-error {
    color: #ef5350;
    font-weight: 600;
}

.pic-icon {
    background-size: 29px 29px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.ExternalOutlook .pic-icon {
    background-image: url('../images/office-3-6-5-ic.svg');
}

.ExternalGoogle .pic-icon {
    background-image: url('../images/gmail-ic.svg');
}

.flowe-mail-container button {
    padding: 23px 96px;
    background-repeat: no-repeat;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.flowe-mail-container .ExternalGoogle button {
    background-image: url(../images/btn_google_signin_dark_normal_web-1.png);
}

.flowe-mail-container .ExternalOutlook button {
    background-image: url('../images/btn_microsoft_signin_dark_normal_web-1.png');
}

.flowe-bot,
.flowe-bot-login {
    display: none;
}

/*Sign up style ends*/

/*Log in style*/

.login-image {
    text-align: center;
    margin-top: 150px;
}

.flowe-login .flowe-registration-form {
    text-align: center;
}

.login-footer {
    border: none;
}

    .login-footer p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        margin: 10px auto;
        color: #3e4651;
    }

/*Log in style ends*/

@media only screen and (min-width: 768px) {
    .flowe-headline {
        font-size: 40px;
    }

    .flowe-headline-description {
        font-size: 24px;
    }

    /*Sign up/Log in style*/

    .terms-of-use {
        width: 90%;
        text-align: center;
    }

    .flowe-mail-container {
        width: 50%;
    }

    /*Sign up/Log in style ends*/
}

@media only screen and (min-width: 1024px) {
    /*Sign up style*/

    .flowe-registration-form {
        max-width: 526px;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }

    .flowe-mail-container {
        display: inline-block;
        /*margin: 0 auto;*/
        margin-left: 5px;
        width: 43%;
    }

    .flowe-footer-menu .flowe-blog,
    .flowe-footer-menu .flowe-faq {
        display: inline-block;
    }

    .flowe-footer-menu a {
        display: inline;
        margin-left: 42px;
        font-size: 20px;
    }

    .flowe-footer-menu a:first-child {
        margin-left: 0;
    }

    .flowe-bot {
        display: block;
        position: absolute;
        margin-left: 63%;
        top: 320px;
    }

    /*Sign up style ends*/

    /*Log in style*/

    .flowe-login .flowe-registration-text {
        margin: 20px 0;
    }

    .flowe-bot-login {
        display: block;
        position: absolute;
        margin-left: 63%;
        top: 214px;
    }

    /*Log in style ends*/
}

@media only screen and (min-width: 1366px) {
    /*Sign up style*/

    .flowe-mail-container {
        margin-left: 10px;
        width: 40%;
    }

    .flowe-mail-container.confirm-acount-mail-container {
        margin-left: 0px;
        width: 180px;
    }

    .flowe-bot,
    .flowe-bot-login {
        margin-left: 60%;
    }

    /*Sign up style ends*/

    /*Log in style*/

    .flowe-login .flowe-registration-form {
        position: relative;
        z-index: 100;
        background-color: #fff;
    }

    .flowe-login-email {
        padding: 20px 0;
    }

    /*Log in style ends*/
}