/* Login - Header */
.srs-title {
    font-size: 2.35rem;
}

/* Login Page - Main Container */
.srs-login-main-container {
    min-height: calc(100vh - 13.37rem)
}
@media (max-width:768px) {
    .srs-login-main-container {
        min-height: calc(100vh - 17rem)
    }
}
@media (max-width:600px) {
    .srs-login-main-container {
        min-height: calc(100vh - 29.313rem)
    }
}

.srs-main-img {
    object-fit: cover;
    object-position: center;
}

@media (min-width:992px) {
    .srs-img-container {
        height: 27.5rem;
    }
}

@media (max-width:600px) {
    #srs-alert {
        width:unset !important;
        position:unset !important;
    }
}

.srs-sub-footer a {
    color: #fff
}

/* Login - peygiri */
@media (min-width:769px) {
    .srs-peygiri-form {
        max-height: 25.625rem;
        overflow-y: auto;
    }
}

.srs-varedeh-msg ~ span:first-of-type {
    margin-top: .5rem;
    display: inline-block;
}

.srs-peygiri-comments hr:last-child {
    display: none
}

@media (max-width:991px) {
    .modal-backdrop.fade.show {
        display: none
    }
}

/* Services */
@media (min-width:768px) {
    .srs-services-item-caption {
        height: 4.75rem;
        overflow: hidden;
    }
}

@media (max-width:600px) {
    .srs-services-request .srs-services-request-title {
        width: 15.3rem;
    }
}
