html{height:100%}.form-page{min-height:100%;padding:0;background:#e7e7e7;color:#fff}.form-page *{box-sizing:border-box}.form-page .app-name{margin:50px auto 0;font-size:30px;text-align:center}.form-page .app-name:before{font-family:'Glyphicons Regular';font-style:normal;font-weight:normal;vertical-align:-3px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\E151"}.form-page .app-slogan{color:#9299a1;font-size:22px;line-height:1.25}@media(min-width:768px){.form-page .app-name{margin:80px auto 50px;font-size:40px}.form-page .app-slogan{margin:0 0 90px;font-size:26px}}.form-page .form-wrapper,.form-page .description-wrapper{padding:0 35px}.form-page legend{text-align:center;font-weight:300;color:white;margin:0 auto 30px;border:0;font-size:26px;line-height:26px}.form-page ::-webkit-input-placeholder{color:#afafaf}.form-page :-moz-placeholder{color:#afafaf}.form-page ::-moz-placeholder{color:#afafaf}.form-page :-ms-input-placeholder{color:#afafaf}.form-page .sub{text-align:center;color:white;margin:20px auto}.form-page .sub a{font-weight:bold;color:#fff;text-decoration:underline}.form-page .sub a:hover{color:#e7f1f9}.form-page .sub p{margin-bottom:40px}.form-page .form-control{background:#fcfcfc;margin:5px auto;padding:10px;width:100%;display:block;border-radius:3px;border:2px solid transparent;font-size:18px;transition:opacity .4s;text-align:left;height:auto}.form-page .has-success .form-control{border:2px solid transparent}.form-page .has-error .form-control{border:2px solid #dc3023}.form-page .form-control:active,.form-page .form-control:focus,.form-page .form-control:hover{box-shadow:none;outline:0}.form-page .form-wrapper .btn{color:white;border:0;font-weight:500;font-size:18px;text-align:center;cursor:pointer;height:auto;margin-top:5px;padding:13px;width:100%;display:block;border-radius:3px;transition:opacity .4s}.form-page .btn:focus,.form-page .btn:active,.form-page .btn:hover{outline:0 none !important;box-shadow:none !important}.form-page .links{color:#fff;text-align:center;margin:15px auto}.form-page .links a{color:#fff;font-weight:bold;text-decoration:underline}.form-page .links a:hover{color:#c9d2db}.form-page .well{background-color:#fff}.form-page .well p{margin:0}@media screen and (max-width:768px){.form-page legend{font-size:24px;line-height:24px}}


.google-button {
    display: block;
    border-width: 1px;
    background: whitesmoke;
    color: #737373;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0;
    text-decoration: none;
    text-align: center;
}
.google-button:focus, .google-button:hover {
    text-decoration: none;
    background: #39a3fb;
    color: #f6f6f6;


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

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

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

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

.notice {
    padding: 9px;
    background-color: #313941;
    color:white;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -webkit-animation: failAnim 1.3s;
    -moz-animation: failAnim 1.8s;
    margin-right: 6%;
    margin-left: 6%;
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-danger {
    border-color: #d73814;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.notice-danger>strong {
    color: #d73814;
}

@-webkit-keyframes failAnim
{
    from {background: red;}
    to {background: transparent;}
}
@-moz-keyframes failAnim
{
    from {background: red;}
    to {background: transparent;}
}
@keyframes failAnim
{
    from {background: red;}
    to {background: transparent;}
}

.large-header {
    position: relative;
    width: 100%;
    background: #e7e7e7;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.tween .large-header {
    background-image: url("/static_files/images/metflow_bg.jpg");
}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #F9F1E9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.tween .main-title {
    letter-spacing: 0.02em;
}

.main-title .thin {
    font-weight: 200;
}

.col-center-container {
    float: none;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 3% 2%;
    border-radius: 5px;
}

.logo-style {
    max-width: 140px;
    max-height: 140px;
    float: none;
    margin: 0px auto;
}
