﻿/*
 *	/Areas/Account/css/account.css
 *	Version 1.1
*/

* {
    box-sizing: border-box;
}

body {    
    font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333333; 
}

p, ul, li, label {
    color: #333333;
}

.validation-summary-valid {
    display: none;
}

.btn-line {
    margin-bottom: 5px;
}

.nav-account {
    margin-top: 20px;
}

.page-content {
    margin-top: 20px;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .strike > span {
        position: relative;
        display: inline-block;
    }

        .strike > span:before,
        .strike > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: #e5e5e5;
        }

        .strike > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .strike > span:after {
            left: 100%;
            margin-left: 15px;
        }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right-color: transparent;
}

.landingrightmsg {
    background-color: white;
    margin-top: 0px;
    min-height: 200px;
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    border: 2px solid #92318e;
}

.landingrightheading {    
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-align: center;
    background-color: #92318e;
    padding: 10px 10px 8px 10px;
    margin-bottom: 0px;
}

@media (min-width: 1050px) and (max-width: 1150px) {
    .landingrightheading {
        font-size: 1.2em;
    }
}

@media (min-width: 1150px) and (max-width: 1300px) {
    .landingrightheading {
        font-size: 1.3em;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    background-color: white !important;
    width: 100%;
}

a {
    text-decoration: underline;
}

body {
    color: #333;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1 0 auto;
}

/* Header Styles */
.header-top {
    background-color: #002664;
    color: white;
    text-align: left;
    padding: 5px 0;
    padding-left: 5%;
}

.header-main {
    padding: 20px;
    padding-left: 5%;
}

    .header-main img {
        width: 100px;
        margin-right: 20px;
    }

    .header-main h1 {
        font-size: 24px;
        color: #002664;
        margin: 0;
        letter-spacing: normal;
    }

    .header-main h1 {
        font-weight: bold;
    }

    .header-main p {
        margin: 5px 0 0 0;
        color: #002664;
        font-size: 14px;
    }

hr {
    height: 14px;
    color: #D9D9D9;
}

/* Main Content Styles */
.info-box {
    background-color: #e6f0fa;
    border-left: 4px solid #003087;
    padding: 24px 24px 24px 16px;
    margin-bottom: 2%;
    color: #333333;
    margin-right: 10px;
}

    .info-box a {
        color: #333333;
        text-decoration: underline;
    }

.left-section a, .right-section .forget-link, .create-account a {
    color: #002664;
    text-decoration: underline;
}

.left-section ul {
    list-style-type: disc;
    margin-left: 20px;
}

/* Form Styles */
.right-section form {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.right-section .info-icon.medium {
    color: #002664;
    font-size: 20px;
}

a {
    font-weight: bold;
}

h1 h2 {
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

.right-section .forget-link, .create-account a {
    font-weight: bold;
}

.right-section h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
}

.right-section button {
    background-color: #002664;
    transition: background-color 0.3s;
}

    .right-section button:hover {
        background-color: #001f4d;
    }

.big {
    color: #002664;
    font-size: 25px;
    vertical-align: middle;
}

/* Footer Styles */
footer {
    flex-shrink: 0;
    background-color: #333333;
    color: white;
    padding: 20px;
    text-align: center;
}

footer p {
    color: white;
}

.footer-links a {
    color: white;
    text-decoration: underline;
}

.justify-content-left {
    text-align: left;
}

h1 {
    text-transform: none !important;
}

h2 {    
    color: #333333;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: normal;
}

h3 {
    color: #333333;
}

.sitetitle {
    padding-left: 1%;
}

.forgot-links {
    margin-bottom: 24px;
    text-align: left;
}

    .forgot-links a {
        color: #002664;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 700;
    }

    .forgot-links span {
        color: #d1d5db;
        margin: 0 12px;
    }


.recaptcha-section {
    margin-bottom: 24px;
}

.g-recaptcha {
    width: 100%;
    margin-bottom: 8px;
}

input#Username {
    height: 48px;
    border-radius: 4px;
}

.btn-continue {    
    width: 100%;
    background-color: #002664;
    color: white;
    border: none;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-continue:hover {
        background-color: #001a4d;
    }

    .btn-continue:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 38, 100, 0.3);
    }

.create-account {
    margin-top: 10px;
}

.alert {
    padding: 12px 16px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.validation-message {
    color: #dc2626;
    font-size: 14px;
    margin-top: 4px;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.top .tooltip-inner {
    background-color: #e6f0fa;
    color: #000000;
    background-color: #e6f0fa;
    border-left: 4px solid #003087;
    padding: 15px;
    margin-bottom: 2%;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #e6f0fa;
}
