body{
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: var(--signup-background, url("/public/images/backgrounds/brooke-cagle-411458-unsplash-blur.jpg")) !important;
    background-size: cover !important;
    overflow: auto !important;
    padding-bottom: 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

input:focus, textarea:focus, #wrapper, .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #2a294e;
}

article{
    max-width: 500px;
    margin: 100px auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 18px 33px 0 rgba(0,0,0,0.6);
    padding: 20px 30px;

}
    
h1{
    color: #666;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1px;
    text-align: center;
    padding: 15px 0 8px;
    -webkit-font-smoothing: antialiased;
}
    
p{
    font-size: 16px;
    padding: 0 0 14px;
}
    
input{
    padding: 25px 17px;
    border-radius: 5px;
    width: 100%;
    margin: 0;
}
    
label{
    width:100%;
    text-align: left;
    font-weight:300;
    margin-bottom: 9px;
}
    
form{
    margin-top: 0;
}    

form ul li{
    margin-top: 0;
}
.error_text{
    margin: 8px 0 2px 3px;
    font-size:13px;
}

input.btn {
    border: 1px solid #29294e;
    background: #29294e !important;
    color: white;
    cursor: default;
    font-size:16px;
    font-weight: 600;
    padding: 10px 22px;
    margin: 10px 5px 10px !important;
    text-align: center;
    display:inline-block !important;
    float: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="submit"].inactive{
    background: #fff !important;
}

input.btn:hover{
    cursor: pointer;
    border: 1px solid #29294e !important;
    background: #0f0f1d !important;
}
.footer-button-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn.inactive{
    border: 1px solid #cacaca;
    background: #ffffff;
    color: #cacaca;
    cursor: default;
}
    
.heading{
    background: #29294e;
    margin: -41px auto 0px;;
    color: white;
    width: 67%;
    padding: 16px;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2.2px;
    box-shadow: 0px 6px 11px 0 rgba(0, 0, 0, 0.18);
    font-size: 13px;
    text-align: center;
}
footer {
    display: block !important;
    position: relative !important;
}
footer p{
    color: white !important;
    opacity: 0.5;
}
footer a{
    color: white !important;
}
.logo{
    width:100%;
}
a.logo svg{ 
    max-height: 150px !important;
    height: 100%!important;
    display: block;
    margin: 60px auto 40px !important;
}
header{
    border-bottom: none;
    height: 150px;
    padding: 0;
    margin: 0;
}
#wrapper {
    min-height: calc(100% - 50px) !important;
    height: auto;
}
@media screen and (max-width: 760px) {

    header {
        background: none !important;
    }
    input.btn {
        width: 100%;
    }


    .footer-button-container{
        flex-direction: column;
    }

    footer p{
        margin: 0;
    }
}
