/*
Theme Name: Expobud theme child
Author: Łukasz Krzyżanowski
Author URI: http://krzyzunlukas.nazwa.pl/
Description: Expobud theme
Version: 1.0.0
Template: expobud
Text Domain: Expobud Theme
*/

.row {
    margin-left: 0;
    margin-right: 0;
}

.page-id-10 #masthead, .page-id-10 #colophon {
    display: none;
}

#loginform {
    margin: 40px auto 10px;
    max-width: 800px;
    padding: 20px;
    border: 1px solid #9392d0;
}

#wppb-submit {
    width: 100%;
    background-color: #5b59ce;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.login-remember {
    display: flex;
    justify-content: flex-end;
}

.login-remember label {
    display: flex;
    align-items: center;
}

#rememberme {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-top: 2px;
}

.login-username, .login-password {
    display: flex;
    align-items: baseline;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body > .container_fluid {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footer-widget {
    background-color: #4e4e4e;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
}