﻿.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }


/* Login */

.login-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    color: #666;
}

    .login-page .lead {
        display: flex;
        flex-direction: column;
    }

        .login-page .lead .login-img {
            /* width: 250px;
    height: auto; */
            align-self: center;
            margin-bottom: 25px;
            max-width: 275px;
        }

        .login-page .lead p {
            margin-bottom: 25px;
            text-align: center;
            font-size: 18px;
        }

    .login-page .card {
        max-width: 360px;
        width: 100%;
        border: none;
        /*border-bottom: solid 10px #f77e37;*/
        /*border-bottom: solid 10px #5a8e74;*/
        outline: solid 1px #d3d3d3;
        border-radius: 0;
        background: #f9fafc;
    }

    .login-page .card-header {
        background-color: transparent;
        border: none;
        padding: 20px 0 0 0;
    }

        .login-page .card-header p {
            padding: 0 20px 20px 20px;
            text-align: center;
            font-size: 13px;
            margin-bottom: 0;
        }

    .login-page .card-body {
        padding: 0 20px 10px 20px;
    }

    .login-page input {
        font-size: 14px;
        color: #424b5a;
        font-weight: 600;
        padding: 5px;
        border-radius: 3px;
        border: solid 1px #c2d1d9;
        min-height: 40px;
    }

        .login-page input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            /* color: #b9b9b9; */
            color: #999999;
            opacity: 1; /* Firefox */
        }

        .login-page input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            /* color: #b9b9b9; */
            color: #999999;
        }

        .login-page input::-ms-input-placeholder { /* Microsoft Edge */
            /* color: #b9b9b9; */
            color: #999999;
        }

    .login-page .form-group label {
        display: none;
    }

    .login-page .form-group {
        margin-bottom: 25px;
    }

    .login-page .alert {
        width: 360px;
        border-radius: 0;
        border-color: #ad0000;
        background-color: #efcfcf;
        color: #ad0000 !important;
        font-size: 12px;
        padding: 10px 20px 3px 20px;
        margin-bottom: 15px;
    }

    .login-page form .btn-primary-tradewing {
        background-color: #5a8e74;
        border-color: #5a8e74;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 2px !important;
        min-width: 85px;
        /* float: right; */
        /* margin-left: 15px; */
        margin-top: 5px;
    }

    .login-page form .btn-primary-tradewing-aaha {
        background-color: #e31837;
        border-color: #e31837;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 2px !important;
        min-width: 85px;
        /* float: right; */
        /* margin-left: 15px; */
        margin-top: 5px;
        color: #ffff;
    }

    .login-page form .btn-primary {
        background-color: #f77e37;
        border-color: #f77e37;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 2px !important;
        min-width: 85px;
        /* float: right; */
        /* margin-left: 15px; */
        margin-top: 5px;
    }

    .login-page form .btn-secondary {
        /* float: right; */
        /* background-color: #f77e37;
    border-color: #f77e37; */
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 2px !important;
        min-width: 85px;
        margin-top: 5px;
        background-color: #999999;
        border-color: #999999;
        margin-left: 15px;
    }

    .login-page .powered-by-mojo {
        /* margin-top: 80px; */
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .login-page .powered-by-mojo p {
            font-size: 12px;
            margin-bottom: 0;
            /* text-align: left; */
            display: flex;
            flex-direction: row;
            /* margin-left: 0; */
            justify-content: center;
            align-items: center;
        }

        .login-page .powered-by-mojo .mojo-logo {
            width: 70px;
            height: auto;
            margin-left: 10px;
            margin-right: 10px;
        }

        .login-page .powered-by-mojo .works-logo {
            width: 70px;
            height: auto;
            margin-left: 10px;
        }

    .login-page .fas {
        color: #999999;
        font-size: 14px;
    }

    .login-page .fa-envelope {
        float: right;
        position: relative;
        bottom: 27px;
        right: 10px;
    }

    .login-page .fa-lock {
        float: right;
        position: relative;
        bottom: 27px;
        right: 11px;
    }

    .login-page .login-btn-group {
        display: flex;
        justify-content: center;
    }

    .login-page hr {
        margin-bottom: 25px;
    }

    .login-page .having-trouble p {
        font-size: 13px;
        margin-top: 25px;
        margin-bottom: 0;
        text-align: center;
    }

        .login-page .having-trouble p a {
            color: #006cd6;
        }

    .login-page .btn-primary:hover,
    .login-page.btn-primary:focus {
        background-color: #db6633;
        border-color: #db6633;
    }

    .login-page .btn-primary:active {
        background-color: #bc4f26 !important;
        border-color: #bc4f26 !important;
    }

    .login-page .form-control:focus {
        border-color: #ff8136;
        box-shadow: 0 0 0 0.2rem rgba(255,129,54,.25);
    }

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,129,54,.25);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,129,54,.25);
}

/* Removed MOJO SSO nav from login page */
.nav-page {
    display: none;
}



/* KnowledgeWorks update */

@font-face {
  font-family: "Nunito Sans Light";
  src: url("/fonts/NunitoSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Nunito Sans Regular";
  src: url("/fonts/NunitoSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Nunito Sans Bold";
  src: url("/fonts/NunitoSans-Bold.ttf");
  font-weight: 700;
}
body {
	background-color: #ecf0f6;
}
.body-container {
	margin-top: 27px;
}
.login-page {
	font-family: "Nunito Sans Light";
	color: #3C3C3C;
}
.login-page hr {
	border-top: 1px solid rgba(0,0,0,.125);
    /* margin: 27px 0 36px 0; */
}
.login-page .lead .login-img {
	max-width: 300px;
}
.login-page .lead p {
	font-family: 'Nunito Sans Light', sans-serif;
	font-size: 20px;
    line-height: 1.6;
    margin-bottom: 33px;
}
.login-page .card {
	background-color: #fff;
	/* max-width: 486px; */
	border-radius: 6px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
    border: solid 1px #d3d3d3;
	/* border-top: 8px solid #001E62; */
    /* border-bottom: 5px solid #E0004D; */
}
.login-page .card-header {
	padding: 27px 18px 0 18px;
}
.login-page .card-header p {
	padding: 0 0 27px 0;
	font-size: 20px;
	text-align: center;
}
.login-page .card-body {
	padding: 0 18px 18px 18px;
}
.login-page .form-group {
	margin-bottom: 27px;
}
.login-page .form-group label {
	/* display: block; */
    margin-bottom: 5px;
    font-size: 14px;
    color: #333333;
    font-family: 'Nunito Sans Regular';
    font-weight: 400;
}
.login-page input {
	font-family: "Nunito Sans Regular";
    font-size: 15px;
    font-weight: 400;
    color: #3C3C3C !important;
	border-radius: 0;
    border-color: #dadada;
    padding: 9px;
	/* transition: all 0.2s ease; */
	min-height: initial;
	min-height: 37px;
}
.login-page .form-control:focus {
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
	/* border-color: #001E62; */
	/* transition: all 0.2s ease; */
	border-color: #dadada;
	/* border: solid 2px #3C3C3C; */
    /* outline: 0; */
    /* box-shadow: none; */
    /* border-radius: 4px; */
}
.login-page .fas {
	/* color: #001E62; */
	color: rgba(0,0,0,0.25);
}
.login-page .btn {
	color: #fff;
    border-radius: 25px;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-weight: 600;
    padding: 10px 20px 8px 20px;
    letter-spacing: 1px;
    line-height: 1.6;
}
.login-page form .btn-primary {
	border-radius: 25px !important;
	background-color: #E0004D;
    transition: all 0.2s ease;
}
.login-page .btn-primary:hover,
.login-page .btn-primary:focus {
	background-color: #ad003b;
	transition: all 0.2s ease;
}
.login-page .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgb(244,0,77,0.25);
	transition: all 0.2s ease;
}
.login-page .btn-primary:active {
	background-color: #ad003b !important;
	border-color: #ad003b !important;
	transition: all 0.2s ease;
}
.login-page .btn-primary:not(:disabled):not(.disabled).active:focus,
.login-page .btn-primary:not(:disabled):not(.disabled):active:focus,
.login-page .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(244,0,77,0.25);
	transition: all 0.2s ease;
}
.login-page .btn-secondary {
	border-radius: 25px !important;
	background-color: #fff;
    color: #001E62;
    transition: all 0.2s ease;
	border: solid 1px #001E62;
    outline: 0;
}

.login-page .btn-secondary:hover,
.login-page .btn-secondary:focus {
	background-color: #000e2f;
	transition: all 0.2s ease;
	outline: 0;
	border: solid 1px #000e2f;
	color: #fff;
}
.login-page .btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgb(0,30,98,0.25);
	transition: all 0.2s ease;
}
.login-page .btn-secondary:active {
	background-color: #000e2f !important;
	border-color: #000e2f !important;
	transition: all 0.2s ease;
}
.login-page .btn-secondary:not(:disabled):not(.disabled).active:focus,
.login-page .btn-secondary:not(:disabled):not(.disabled):active:focus,
.login-page .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(0,30,98,0.25);
	transition: all 0.2s ease;
}
.login-page .login-btn-group .btn-secondary {
	display: none;
}
.login-page .having-trouble {
	margin-top: 24px;
	margin-bottom: 16px;
}
.login-page .having-trouble > p:first-child {
	margin-bottom: 15px;
	font-size: 18px;
}
.login-page .having-trouble > div {
	display: flex;
    justify-content: space-around;
}
.login-page .having-trouble p {
	margin: 0;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
}
.login-page .having-trouble p a {
	color: #009CDE;
}
.login-page .magic-link {
	text-align: center;
}
.login-page .magic-link a {
	color: #009CDE;
	font-size: 15px;
}
.login-page .create-account {
	text-align: center;
	margin-top: 24px;
}
.login-page .powered-by-mojo {
	margin-top: 40px;
}
.login-page .powered-by-mojo p {
	font-size: 13px;
}


/* XS */

@media (max-width: 575px) {
	.login-page .having-trouble > div {
		display: block;
	}
}

.test-message {
    color: red !important;
    font-weight: bold !important;
    background-color: #FFFF00 !important;
    text-align: center !important;
    font-size: 13px;
}

