/*
Theme Name:     Go Child
Theme URI:      https://example.com
Description:    Hardy Automotive (2025 Child Theme)
Author:         Your Name
Author URI:     https://example.com
Template:       go
Version:        1.0
*/

/* Custom styles go below */

body{
	   background-color: #e5e4de !important;
}

header#site-header{
    display: none;
}

main#site-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login-form-wrapper{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
    .login-username,
    .login-password{
        margin-bottom: 0px;
    }
    input[type='text'],input[type='password']{
        background-color: #fff !important;
    }
    width: 400px;
    label{
        text-transform: uppercase;
    }
    .button, button, input[type=button], input[type=reset], input[type=submit]{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        text-transform: uppercase;
        width: 100%;
        color: #fff;
        font-family: var(--go-label--font-family,var(--go-navigation--font-family)) !important;
    }
}

.site-footer, .site-footer .site-info{
    color: #13263a !important;
}

footer.site-footer--1.site-footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 0px;
    margin-top: 0px;
}