.header-logo
{
    padding: 20px 40px;
}

.header-row
{
    height: 11px;
}

.header-row-left
{
    background-color: #BD9D24;
}

.header-row-right
{
    background-color: #7B0202 ;
}

.lp-top-left
{
    background: linear-gradient(90.18deg, #BD9D24 52.78%, rgba(189, 157, 36, 0.75) 99.34%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 25px;
    width: 100%;
}

.lp-top-link a
{
    font-weight: bold;
    font-size: 14px;
    color: #FFE8E8 !important;
}

.lp-top-right
{
    background: linear-gradient(112.34deg, #790103 7.94%, rgba(121, 1, 3, 0.75) 101.07%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 25px;
    width: 100%;
}

.login-title
{
    display: block;
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 25px;
}

.login-title img
{
    margin-left: 15px;
}

.mp-login-input
{
    position: relative;
}

.mp-login-input img
{
    position: absolute;
    top: 8px;
    left: 10px;
}

.mp-login-input input
{
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(55, 55, 55, 0.5) !important;
    box-sizing: border-box;
    border-radius: 5px;
    height: 43px;
}

.mp-login-input .invalid-feedback
{
    text-align: center;
    color: #fff;
}

.login-form-group
{
    margin-top: 25px;
}

.btn-login
{
    background-color: #FFFFFF !important;
    color: #7F1113 !important;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    border: 2px solid #fff;
}

.btn-login:hover
{
    color: #FFFFFF !important;
    background-color: #7F1113 !important;
}

.mp-service-items
{
    margin: 0px auto;
    margin-top: 15px;
    width: 100%;
    max-width: 1100px;
}

.mp-service-item
{
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mpsi-01
{
    background-color: #C23824;
}

.mpsi-02
{
    background-color: #F49C00;
}

.mpsi-03
{
    background-color: #227EBB;
}

.mpsi-04
{
    background-color: #2B3E50;
}

.mpsi-img
{
    height: 150px;
    width: 100%;
}

.mpsi-title
{
    padding: 15px;
    padding-top: 0px;
    height: 52px;
}

.mp-contact-items
{
    margin-top: 30px;
    border: 10px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 10px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 21px;
    color: #373737;
}

.mp-contact-item
{
    margin-bottom: 20px;
}

.mpci-title
{
    font-weight: 700;
}

.mpci-content
{
    white-space: pre-line;
}

@media (max-width: 1199px)
{
    .login-title
    {
        font-size: 30px;
    }
    .login-title img
    {
        margin-left: 5px;
        max-width: 30px;
    }
    .mpsi-title
    {
        height: 78px;
    }
    .mp-service-items {
        margin: 0px -15px;
        margin-top: 15px;
        width: auto;
    }
}

@media (max-width: 992px)
{
    .mpsi-title
    {
        height: 52px;
    }
}

@media (max-width: 767px)
{
    .lp-top-left
    {
        margin-top: 30px;
    }
    .mpsi-title
    {
        height: auto;
    }
}

@media (max-width: 575px)
{
    .mp-contact-items
    {
        margin-left: 0px;
        margin-right: 0px;
    }
}