body {
    background: transparent;
    overflow: hidden !important;
}

.login-logo {
    color: white;
    padding: 10px;
    font-size: 25px;
    text-align: center
}

.login-img {
    margin-bottom: 1px;
    text-align: center;
}

.login-box {
    -webkit-box-shadow: -1px 1px 36px 6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 1px 36px 6px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 1px 36px 6px rgba(0, 0, 0, 0.75);
}

.domainSpecificBg{
    padding: 0 !important;
}

.logoimage{
    height: 100px;
}


@media screen and (max-width: 767px) {
    .mobileadni{
        display: none;
    }

    .logoimage{
        height: 70px;
    }


}

.expire-link-container {
    max-width: 570px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 50%;
    text-align: center;
    position: relative;
}
.expire-link-img{
    width: 8rem;
    margin-bottom: 1rem;
}

.expire-link-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #007bff;
}
.expire-link-error-message {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}


.custom-data-form { margin-top: 40px; }
.custom-data-form .custom-control.text-break { text-align: left; }
.custom-data-form .submit-btn { margin-right: 0 !important; max-width: 150px; float: right; text-transform: uppercase; }
.custom-data-form h2 { font-weight: 500; }
.custom-data-form label { padding-left: 1rem; }
.custom-data-form { }

@media only screen and (max-width: 576px) {
    .custom-data-form { margin-top: 35px; overflow: auto; max-height: 570px; }
    .custom-data-form label { padding-left: 0; }
    .custom-data-form h2 { margin-bottom: 0; }
    .custom-data-form .form-row { padding-right: 0; }
    .custom-data-form .submit-btn { max-width: 100%; }
}