* {
    font-family: "poppins";
    margin: 0;
    padding: 0;
}

header .col-lg-4 {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    height: 90%;
}

header .col-lg-4 img {
    max-width: 60%;
}

header .col-lg-4 h1 {
    font-size: 2rem;
    font-weight: 600;
    padding: 1rem 0;
}

.credential-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: -1rem;
}

header .col-lg-4 form label,
header .col-lg-4 form a {
    font-size: 0.8rem;
    color: #7d7d7d;
}

.right {
    padding-top: 3px;
}

header .col-lg-4 form input {
    border-radius: 50px;
    outline: 0 !important;
    border: solid 1px #1f325c !important;
}

header .col-lg-4 form input:hover {
    outline: 0 !important;
}

header .col-lg-4 form a {
    text-decoration: none;
    color: #7d7d7d;
}

.purple-btn {
    width: 100%;
    border-radius: 50px;
    background: #10182b !important;
    border: 0;
}

.purple-btn:hover {
    background: #1f325c !important;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

@media only screen and (max-width: 736px) {
    header {
        background: url(../img/loginbannerplain.jpg);
    }
}

@media only screen and (max-width: 425px) {
    header .col-lg-4 {
        background: white;
        border-radius: 10px;
        padding: 2rem;
        height: 50%;
    }
}