﻿.btn-DTDSDelivery {
    color: #ffffff;
    background-color: #23201d;
    border-color: #23201d;
}

.sign-in-logo {
    border-radius: 10px;
    width: 200px;
    height: 130px;
    object-fit: contain;
    background: white;
}

.btn-DTDSDelivery:hover {
    color: #23201d;
    background-color: #23201900;
    border-color: #23201d;
}

.ExpoExpressLoginHeadingClr {
    color: #FFCC08 !important;
}

.border-body {
    border-bottom: 3px solid #23201d;
    border-left: 3px solid #23201d;
    border-right: 3px solid #23201d;
}

.border-head {
    border-top: 3px solid #23201d;
    border-left: 3px solid #23201d;
    border-right: 3px solid #23201d;
}

.validation-summary-errors > ul {
    list-style-type: none;
}

.DTDSDelivery-bgLogin {
    background-color: #005097 !important;
}

.DTDSDelivery-borderdConent {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.brandHeading {
    color: #fff;
}

.login-button {
    background-color: #b38908 !important;
    border-color: #232020;
    color: #232020 !important;
}

    .login-button:hover {
        background-color: #251f27 !important;
        color: #ffffff !important;
    }
