@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

.realme_widget, .realme_button, .realme_login {
    position: relative;
}
.realme_login_lockup img {
    position: absolute;
}

/* Clearfix */
.realme_widget, .realme_secondary_login, .realme_login_lockup {
    /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
    *zoom: 1;
}

.realme_widget:before, .realme_login_lockup:before, .realme_widget:after, .realme_login_lockup:after {
    content: " ";
    display: table;
}

.realme_widget:after, .realme_login_lockup:after {
    clear: both;
}

.realme_secondary_login, .realme_login {
    display: inline-block;
    vertical-align: bottom;
}

.realme_alternative_login {
    max-width: 180px;
    min-width: 10.30769em;
}

.realme_title, .realme_button {
    font-weight: bold;
}

.realme_button, .realme_button_padding {
    display: block;
}

/* hasLayout hack for IE7 */
.realme_login {
    *display: inline;
    *zoom: 1;
}

.realme_primary_login, .realme_alternative_login {
    border-style: solid;
    border-width: 1px;
}

.realme_primary_login, .realme_alternative_login {
    _width: 320px;
    /*ie6*/
}

/*
	The base RealMe widget
	-----------------------------------------------------
*/
.realme_widget {
    padding: 0.76923em 1.07692em;
    border-color: transparent;
    /* The border-color is modified by each theme */
    font-family: "Inter", sans-serif;
    color: inherit;
    font-size: 13px;
    /* Set font-size explicitly to avoid cascade from the page. */
    line-height: 1.53846;
    /* Reset the line-height to something senisble inside the widget */
}

.realme_widget p {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.realme_widget a {
    text-decoration: none;
}

.realme_login {
    color: #2C5897;
}
.realme_login:hover, .realme_login:active {
    color: #204170;
    text-decoration: underline;
}

/*
	Buttons
	-----------------------------------------------------
*/
.realme_button {
    width: 180px;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 1px;
    cursor: pointer;
    color: white;
    border-width: 0px;
    border-style: solid;
    background-color: #d64309;
    background-repeat: repeat-x;
    /* Things that fancy browsers get */
    background-image: -webkit-gradient(
            linear,
            50% 0%,
            50% 100%,
            color-stop(0%, #d64309),
            color-stop(100%, #d64309)
    );
    background-image: -webkit-linear-gradient(#d64309, #d64309);
    background-image: -moz-linear-gradient(#d64309, #d64309);
    background-image: -o-linear-gradient(#d64309, #d64309);
    background-image: linear-gradient(#d64309, #d64309);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 1em;
    -webkit-appearance: none;
    -webkit-border-image: none;
}

.realme_button:hover, .realme_button:focus {
    background-color: #ff2c00;
    background-image: none;
    color: #fff;
}

.realme_button_padding {
    color: #fff;
    flex: 1 1 90%;
    /* padding: 0.92308em 2.53846em 0.92308em 1.23077em; */
}

/*
	Top-level widgets
	-----------------------------------------------------
 */
.realme_alternative_login {
    max-width: 180px;
    min-width: 10.30769em;
}

/*
	Components
	-----------------------------------------------------
*/
.realme_login_lockup {
    margin-bottom: 1em;
    _position: relative;
    /*ie6*/
}

/*
    Icons
    -----------------------------------------------------
*/
.realme_face_symbol {
    display: inline-block;
    flex: 1 1 10%;
    width: 40px;
    height: 40px;
    background-image: url("../images/RealMe_Face_Symbol_White.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

/*
	Colour themes
	-----------------------------------------------------
*/
.realme_theme_default {
    color: #000 !important;
    border-color: #D64309;
    background-color: #ffffff;
    width: fit-content;
    padding: 1.5em 1.2em;
}

