html {
    height: 100%
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    /* background: url(images/bg.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container-fluid{
    border-radius: 5px;
    width: 100%;
    max-width:600px;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 2em 3em;
}

.g-recaptcha {
    display: inline-block;
    margin: 0 auto;
}

.logo {
    align-self: center;
}

.control-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

.break {
    flex-basis: 100%;
    height: 0;
}

nav.navbar {
    display: none !important;
}
