.login-h1 {
    margin-top: 20px;
    margin-bottom: -10px;
}
.login-card {
    margin-top: 125px;
    width: 25rem;
}
.signup {
    margin-bottom: 5px;
}
.signup-link:link,
.forget-link:link,
.ims-agent-link:link {
    color: #0000ee;
    text-decoration: underline;
}
.signup-link:visited,
.forget-link:visited,
.ims-agent-link:visited {
    color: #551a8b;
    text-decoration: underline;
}
.alert-danger {
    margin-top: -10px;
}

.ims-agent {
    margin-top: -10px;
    margin-bottom: -2px;
}

.sweetalert-a,
.sweetalert-a:link {
    color: #2196f3;
    font-size: 1.2em;
}

.sweetalert-a:hover {
    color: #2196f3;
    text-decoration: underline;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .alert-primary {
        font-size: 85%;
    }
}

@media screen and (max-width: 991px) and (min-width: 469px) {
    .alert-primary {
        font-size: 70%;
    }
}

@media screen and (max-width: 468px) {
    .alert-primary {
        font-size: 65%;
    }
}

@media screen and (max-width: 434px) {
    .login-card {
        width: 80%;
        height: 80%;
    }
    .text-center {
        font-size: 75%;
    }
}
