@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap");

body {
    background: url(/Content/background.png);
    background-size: cover;
}

.login-container > div[class*="col-"] {
    border-right: transparent;
}

    .login-container > div[class*="col-"]:last-child {
        border-right: 0px;
    }


.form-wrapper {
    margin-top: 30px;
    padding-left: 0;
}

.form-control.form-input {
    max-width: 280px;
    width: 100%;
    border: 1px solid #333333;
    border-radius: 4px;
}

.login-title {
    font-weight: 300;
    color: #505458;
}

.login {
    height: 88vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.column-seperation {
    background: white;
    padding: 80px 23px;
    box-shadow: 0px 5px 8px #00000029;
    border-radius: 8px;
    max-width: 950px;
    min-height: 905px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.logo-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.login-img {
    max-height: 70px;
    height: 100%;
    object-fit: contain;
}


.copyright {
    font-size: 12px;
}

.form-fields {
    margin-bottom: 10px;
    width: 100%;
}

.checkbox {
    margin-left: 20px;
    width: 100%;
    font-size: 12px;
}

    .checkbox label {
        padding-left: 6px;
        line-height: 21px;
        margin-right: 0;
        position: static;
        margin-right: 0;
    }

    .checkbox a {
        color: #23527c;
    }

.btn-login {
    background-color: #0096db;
    border: 1px solid #0096db;
    border-radius: 4px;
    padding: 7px 27px;
}

    .btn-login:hover, .btn-login:focus {
        background-color: #0a76a7;
    }

.help {
    font-size: 12px;
    min-width: auto;
}


.login-footer {
    text-align: left;
    font-size: 16px;
    padding-left: 15px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .column-seperation {
        padding: 25px 56px;
        min-height: 550px;
    }

    .login-container {
        display: flex;
        margin-bottom: 66px;
    }

    .form-wrapper {
        padding-left: 80px;
    }

    .login-footer {
        text-align: center;
        color: #333333;
        font-size: 18px;
    }

    .help {
        min-width: 338px;
    }

    .login-container > div[class*="col-"] {
        border-right: 1px solid #dd6000;
    }

        .login-container > div[class*="col-"]:last-child {
            border-right: 0px;
        }
}

@media (max-width: 575px) {
    .col-sm-custom {
        width: 100%;
    }
}

.bullets {
    color: #dd6000;
}

.navigation {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
}

.body-content {
    width: 100%;
    height: 100%;
}

.home-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
