*:focus, *:active, input { outline: none !important; border: none !important;}

body { background-color: transparent; }
body > .grid { height: 100%; }

.column { max-width: 415px; }

.login_title_text_part1 {
    font-family: 'Saira', cursive;
    font-size: 40px;
    color: #1c224e;
}

.login_title_text_part2 {
    font-family: 'Saira', cursive;
    font-size: 40px;
    color: #de5958;
}

.login_title_text_part3 {
    font-family: 'Saira', cursive;
    font-size: 40px;
    color: #8693A3;
}

.ui.raised.segment {
    background-color: #419acd;
    border-radius: 15px;
}

.ui.segment {
    border: none;
    padding: 45px;
}
.submit.button { background-color: #2e6c96; color: white; }
.submit.button:hover { background-color: #1c224e; color: white; }
.icon { color: #2e6c96; }
.ui.icon.input > i.icon { opacity: 1; }
.login_title {
    position: fixed;
    top: 75px;
    left: 75px;
}
.mb45 { margin-bottom: 45px !important; }

html { 
    /*background: url("/static/images/back_probiome.png") no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login_column {
    padding-right: 30px;
    padding-left: 30px;
}

.google-button {
    height: 50px;
    margin-top: 1rem;
    width: 100%;
    border-width: 0;
    background: white;
    color: #737373;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.05);
    transition-property: background-color, box-shadow;
    transition-duration: 150ms;
    transition-timing-function: ease-in-out;
    padding: 0;
    cursor: pointer;
}

.google-button:focus,
.google-button:hover {
    box-shadow: 1px 4px 5px 1px rgba(0,0,0,0.1);
}

.google-button:active {
    background-color: #e5e5e5;
    box-shadow: none;
    transition-duration: 10ms;
}

.google-button__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 8px 8px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
}

.google-button__icon--plus {
    width: 27px;
}

.google-button__text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 24px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Saira',arial,sans-serif;
}
