﻿.container-fluid {
    height: 100vh;
    background: url("../../../img/legacy_images/MalibuHomePage_2025.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#form {
    height: 50%;
}

#logo {
    margin-top: 20px;
    background: url("../../../img/legacy_images/malibu_cleanlogo.png") no-repeat;
    height: 200px;
    width: 200px;
}


.btn-primary {
    background-color: #dd4b39;
    border-color: #d73925;
}

.btn-primary:hover {
    background-color: #d73925;
    border-color: #ac2925;
}

#forgot {
    background-color: #f39c12!important;
    border-color: #e08e0b!important;
    color: #ffffff!important
}

#forgot:hover {
    background-color: #e08e0b!important;
    border-color: #d58512!important;
    color: #ffffff!important;
}