.dapicon-blue {
    background-color: #1B244B;
}

.dapicon-darkgreen {
    background-color: #339045;
}

.dapicon-red {
    background-color: #D12A1E;
}

.button-dapicon {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button-dapicon > img {
    margin: 0 0 0 5px;
    height: 20px;
    width: 20px;
    min-width: none;
}

.button-dapicon:hover,
.button-dapicon:focus {
    text-decoration: none;
}

.button-dapicon:focus,
.button-dapicon.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.button-dapicon:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.button-dapicon:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.button-dapicon:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

.btn-dapicon-blue {
    min-width: 60px;
    color: #fff;
    background-color: #1B244B;
    border-color: #1B244B;
}

.btn-dapicon-blue:hover {
    color: #fff;
    background-color: #22389c;
    border-color: #4054B2;
}

.btn-dapicon-blue:focus {
    color: #fff;
    background-color: #2343d4;
    border-color: #4054B2;
}

.btn-dapicon-lightblue {
    min-width: 60px;
    color: #fff;
    background-color: #1c3ed1;
    border-color: #1c3ed1;
}

.btn-dapicon-lightblue:hover {
    background-color: #0d38fc;
    border-color: #1c3ed1;
}

.btn-dapicon-lightblue:focus {
    background-color: #244af3;
    border-color: #244af3;
}

.btn-dapicon-darkgreen {
    min-width: 60px;
    color: #fff;
    background-color: #339045;
    border-color: #339045;
}

.btn-dapicon-darkgreen:hover {
    color: #fff;
    background-color: #2A793A;
    border-color: #2A793A;
}


.btn-dapicon-red {
    min-width: 60px;
    color: #fff;
    background-color: #D12A1E;
    border-color: #D12A1E;
}

.btn-dapicon-red:hover{
    color: #fff;
    background-color: #f81201;
    border-color: #f81201;
}

.btn-dapicon-red:focus{
    color: #fff;
    background-color: #f81201;
    border-color: #f81201;
}

.btn-dapicon-gray {
    min-width: 60px;
    color: #fff;
    background-color: #818181;
}


.btn-dapicon-disabled-gray {
    min-width: 60px;
    color: #fff;
    background-color: #9e9e9e;
}

.btn-dapicon-gray:hover {
    border-color: #8b8b8b;
    background-color: #a1a1a1;
}

.btn-dapicon-gray:focus {
    border-color: #8b8b8b;
    background-color: #a1a1a1;
}

.btn-dapicon-clear {
    min-width: 60px;
    box-sizing: border-box;
    color: #1B244B;
    background: none;
    border: 1px solid #818181;
}

.icon-btn-align{
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* border: 1px solid transparent; */
        padding: 2px 5px;
        font-size: 12px;
        font-weight: 500;
        border-radius: 4px;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.icon-btn-align:focus img,
.icon-btn-align:active img {
    outline: none;
    border: none;
}

.btn-dapicon-clear:hover {
    background-color: #c5c5c5;
}

.btn-dapicon-clear:focus {
    background-color: #c5c5c5;
}

.btn-dapicon-clear-red {
    min-width: 60px;
    box-sizing: border-box;
    color: #D12A1E;
    background: none;
    border: 1px solid #D12A1E;
}

.btn-dapicon-clear-red:hover {
    background-color: #d12a1e3a;
}

.btn-dapicon-clear-red:focus {
    background-color: #d12a1e3a;
}

/* css for the login form and confirm account/set password pages */
.credential-input-container {
    min-height: calc(100vh - 25px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.credential-input-body {
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.credential-input-form > h1 {
    color: #FFFAFA;
    font-size: 30px;
    margin: 20px 0px 20px 0px;
}
.credential-input-body > div {
    margin: 7px 0px;
    min-height: 70px;
}
.credential-input-body > div:last-of-type {
    margin: 7px 0px;
    min-height: 40px;
}
.credential-terms {
    margin: 0px !important;
}
.credential-input-body > button {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 0 10px rgb(15, 15, 15, .3)
}
.reset-password-link {
    background-color: transparent;
    border: 0px;
    color: #5f5f5f;
}
.reset-password-link:hover {
    text-decoration: underline;
}
.button-dapicon > img {
    margin: 0 0 0 5px;
    height: 20px;
    width: 20px;
}

.bg-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    /* Set your SVG background image here */
    background-image: url('../assets/images/background-img.svg');
    background-size: cover;
    background-position: center;
    z-index: -1; /* To place it behind other content */
  }

  .logo-text {
    color: white;
    font-family: Helvetica;
    font-size: 40px;
  }

.logo-img {
    max-height: 300px;
    width: auto;
    display: inline-block;
}

.logo-img img {
    width: 100%;
    height: auto;
}