@import 'bootstrap.min.css';
@import 'font-awesome.min.css';
@import "Inter/inter.css";

body {
    background: url('../images/main-bg.png') no-repeat top center !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
}

a {
    color: #221098 !important;
    font-size: 13px;
}

.bar-top {
    width: 100%;
    height: 50px;
    float: left;
}

    .bar-top a {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 14px;
        font-weight: 500;
        display: inline-block;
    }

    .bar-top .divider {
        color: #666;
        display: inline;
        padding: 0px 10px;
        font-size: 18px;
    }

.re-use-error {
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.05);
    color: red;
    border-radius: 2px;
    position: relative;
    padding: 5px;
    margin-bottom: 5px;
    bottom: 5px;
    padding-left: 35px;
    text-align: left;
}

    .re-use-error:before {
        content: '\f057';
        position: absolute;
        left: 10px;
        font-size: 18px;
        top: 3px;
        font-family: FontAwesome;
    }

.container {
    max-width: 900px;
}

    .main-logo-container {
        height: 100px;
    }

        .main-logo-container .main-logo {
            width: 369px;
            vertical-align: middle;
            height: 44px;
            display: inline-block;
            margin-top: 35px;
            background: url('../images/CargoWiseLogo.svg') no-repeat;
            background-size: contain;
        }
            .main-logo-container .main-logo:hover {
                opacity: 0.8;
            }

    .container .main-bg-white {
        background-color: #f4f4f4;
        padding-bottom: 40px;
    }

        .container .main-bg-white .error-message {
            background-color: rgba(255, 0, 0, 0.05);
            color: red;
            border-radius: 2px;
            position: relative;
            padding: 5px;
            margin-bottom: 5px;
            bottom: 5px;
            padding-left: 35px;
            text-align: left;
        }

            .container .main-bg-white .error-message:before {
                content: '\f057';
                position: absolute;
                left: 10px;
                font-size: 18px;
                top: 3px;
                font-family: FontAwesome;
            }

        .container .main-bg-white .header-image img {
            width: 100%;
        }

        .container .main-bg-white label {
            color: #383836;
            font-weight: 300;
            padding: 0px;
            margin: 0px;
            font-size: 13px;
        }

.page-login {
    display: inline-block;
    max-width: 280px;
    width: 100%;
    margin: 0px auto;
}

    .page-login .input-group-addon {
        border: 0px;
        background-color: #371EE1;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        color: white;
        padding-left: 0px;
        padding-right: 0px;
        min-width: 40px;
    }

        .page-login .input-group-addon i.fa {
            display: block;
            min-width: 14px;
            margin-top: 10px;
            text-align: center;
            font-size: 22px;
        }

            .page-login .input-group-addon i.fa.fa-envelope {
                font-size: 18px;
            }

    .page-login .sub-text {
        color: #383836;
    }

    .page-login .page-title {
        color: #383836;
        font-size: 14px;
        margin-top: 40px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .page-login a:link {
        color: #00529e;
    }

    .page-login .btn {
        background-color: #371EE1;
        border-radius: 3px;
        color: #F6F8FF !important;
        font-size: 13px;
        font-weight: 600;
    }

        .page-login .btn-primary {
            background-color: #371EE1;
            border-radius: 3px;
            width: 100%;
            color: #F6F8FF !important;
            font-size: 13px;
            font-weight: 600;
        }

    .page-login hr {
        border-color: #d2d2d2;
    }

.validation-summary-errors {
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.05);
    color: red;
    border-radius: 2px;
    position: relative;
    padding: 5px;
    margin-bottom: 5px;
    bottom: 5px;
    padding-left: 35px;
    text-align: left;
}

    .validation-summary-errors:before {
        content: '\f057';
        position: absolute;
        left: 10px;
        font-size: 18px;
        top: 3px;
        font-family: FontAwesome;
    }

    .validation-summary-errors ul {
        margin: 0px;
        padding: 0px;
    }

        .validation-summary-errors ul li {
            margin-left: 15px;
        }

input.form-control {
    border: 1px solid #BFBEB9;
    border-radius: 3px;
    margin-bottom: 15px;
    color: #5C5B57;
    font-size: 13px;
    height: 38px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

@media screen and (max-width: 400px) {
    .login-form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-logo-container {
        text-align: center;
    }
}

.danger.validation-summary-single-error ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.danger.validation-summary-single-error ul li {
    margin-left: 0;
}

.color-white{
    color: white;
}