
html, body {

    font-size: 16px;
    font-weight: 300;
}

.hero.is-success {
    background: #EBEBEB;
}

.hero .nav, .hero.is-success .nav {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box {
    margin-top: 5rem;
}

.avatar {
    margin-top: -70px;
    padding-bottom: 20px;
}

.avatar img {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
}

input {
    font-weight: 300;
}

p {
    font-weight: 700;
}

p.subtitle {
    padding-top: 1rem;
}

.tag.is-red {
    background-color: #CD2900;
    border-color: transparent;
    color: #FFF;
}

#g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.is-red {
    background-color: #CD2900;
    border-color: transparent;
    color: #FFF;
}

.button.is-link:active, .button.is-link.is-active {
    background-color: #04034F;
    color: #FFF;
}

.button.is-link[disabled] {
    background-color: #04034F;
    box-shadow: none;
}

.button.is-link {
    background-color: #04034F;
    color: #FFF;
}

.button.is-link.is-hovered, .button.is-link:hover {
    background-color: #04034F;
    color: #FFF;
}

/*body, html {*/
/*height: 100%;*/
/*}*/

.is-size-8 {
    font-size: .70rem;
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

