.logo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 150px;
}

.logo-section {
    height: 155px;
    width: 100%;
    background-color: #0C4C6B;
}

.pagecontainer {
    background-image: url("https://saentapp1164ncus01ee91.blob.core.windows.net/web/b2bunified/mercnet/images/mercnet-background.png");
    background-size: cover;
    padding: 60px 0;
    min-height: 121vh;
}

.secondary-text-container {
    margin: 10px 0;
}

a {
    color: #0C4C6B;
}

.mercnet-white-logo {
    width: 301px;
    height: 59px;
    align-self: center;
    padding-left: 50px;
}

body {
    margin: 0px;
}

.logo-container {
    height: 100%;
    display: flex;
}

label {
    color: #303030;
    font-size: 18px;
}

h1 {
    font-family: industry, sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .23px;
    color: #0C4C6B;
    text-align: center;
}

p, a, button, .verificationControlContent, .error, .secondary_text_container {
    font-family: soleto, sans-serif;
    font-size: 14px;
    line-height: 155%;
}

#emailVerificationControlSendgrid > .buttons {
    display: flex;
    justify-content: center;
}

button {
    color: white;
    /*margin: 1.0em;*/
    padding: 0.5em 1.2em;
    background: #0C4C6B;
    border-radius: 6px;
    border-width: 0;
    font-size: 14px;
}

button:hover {
    cursor: pointer;
}

.buttons {
    /*display: flex; */ /* This will left-align the buttons if enabled */
    margin-top: 1px;
    gap: -2px;
    align-content: center;
    flex-wrap: nowrap;
    /*flex-direction: column;*/
    align-items: center;
    /* trying to always center align buttons */
    display: flex;
    justify-content: center;
}

.buttons button {
    /*flex: 0;*/
    margin-right: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 164px;
    height: 40px;
    padding: 0.5em;
    text-align: center;
    box-sizing: border-box;
}

input[type=text], input[type=password] {
    display: block;
    width: 96%;
    padding: 1em;
    margin: 0.5em 0;
    border: .5px solid grey;
    border-style: solid;
}

input[type=checkbox] {
    padding: 1em;
    margin: 0.5em;
}

label {
    font-weight: bold;
    font-family: soleto, sans-serif;
}

#forgot-password-block {
    text-align: right;
}

#forgotPassword {
    display: inline-block;
    padding-right: 10px;
}

.sendNewCode, .changeClaims, .internalUserBtn, #cancel, .accountButton {
    background-color: white;
    color: #0C4C6B;
    border-width: 2px;
    border-color: #0C4C6B;
    border-style: solid;
}

#AgreeToTermsOfUseConsentYes_option, #AgreeToMarketingYes_option {
    font-weight: normal;
}

#api button#cancel {
    display: block;
    /*margin-right: 21px;*/
}

.container.unified_container {
    background: none;
    width: 750px;
}

.lastButton {
    /*margin-left: 25px;*/
    margin-left: 0px;
}

/* Responsive Styles for Tablets (≤768px) */
@media (max-width: 768px) {
    .container.unified_container {
        width: 95%;
        /* Tablet width */
        padding: 10px;
        font-size: 14px;
        /* Tablet font size */
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .buttons {
        flex-direction: column;
        /* Stack buttons vertically */
        align-items: center;
        gap: 10px;
    }

    .lastButton {
        margin: 0px;
    }

    .input-field {
        width: 100%;
        /* Full width for tablet screens */
        font-size: 14px;
        padding: 8px;
        margin: 10px 0;
        border: 1px solid #eaeaea;
    }

    .error-message {
        font-size: 14px;
    }
}

/* Responsive Styles for Mobile (≤480px) */
@media (max-width: 480px) {
    .container.unified_container {
        width: 85%;
        /* Mobile full width */
        font-size: 12px;
        /* Mobile font size */
        margin: auto;
    }

    .buttons {
        flex-direction: column;
        /* Stack buttons vertically */
        align-items: center;
        gap: 6px;
        /* Smaller gap for mobile */
    }

    .lastButton {
        margin: 0px;
    }

    .input-field {
        width: 100%;
        /* Full width for mobile screens */
        font-size: 12px;
        padding: 6px;
        margin: 5px 0;
        border: 1px solid #eaeaea;
        border-radius: 4px;
    }

    .error-message {
        font-size: 12px;
    }
}

/* Hide disabled Continue button */
button#continue[aria-disabled="true"] {
    display: none !important;
    visibility: hidden !important;
}

button#emailVerificationControl_but_change_claims.changeClaims {
    display: none !important;
    visibility: hidden !important;
}

#emailVerificationControl_success_message {
    color: #152707;
}

/** Custom Styles by Mint **/

.alert-new-unused {
    background: #f8f9fa;  /* Softer, clean background */
    margin-bottom: 20px;
    padding: 15px;  /* More padding for better spacing */
    border-radius: 8px;  /* Slightly smaller radius for modern look */
    font-size: 16px;  /* Slightly larger text */
    font-weight: 500;  /* Medium font weight */
    color: #333;  /* Darker text for better readability */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  /* Light shadow for depth */
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success-new-unused {
    border-left: 5px solid green;  /* Left border for emphasis */
    color: green;
}

.alert-danger-new-unused {
    border-left: 5px solid red;
    color: red;
}


.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    font-size: 16px; 
    font-weight: 500;
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #D7F2C0 100%);
    background-image:      -o-linear-gradient(top, #dff0d8 0%, #D7F2C0  100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#D7F2C0 ));
    background-image:         linear-gradient(to bottom, #dff0d8 0%, #D7F2C0  100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border: 1px solid #b2dba1;
  }
  .alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border: 1px solid  #9acfea;
  }
  .alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border: 1px solid #f5e79e;
  }
  .alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #F7C2BB  100%);
    background-image:      -o-linear-gradient(top, #f2dede 0%,rgb(69, 49, 46)  100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#F7C2BB ));
    background-image:         linear-gradient(to bottom, #f2dede 0%, #F7C2BB  100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border: 1px solid rgb(219, 140, 140);
  }


  .entry-item {
    margin-top: 15px;
  }

  #api .claims-provider-list-buttons + .divider {
    display: none;
  }