body {
    font-family: Montserrat;
}

.bg-login-color {
    background-image: linear-gradient(149deg, #8F015F 15%, #1B1747 83%);
    height: 100vh;
}

.text-right {
    text-align: right;
}

.head {
    color: #fff;
}

.login-left-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.white-btn {
    background-color: #D8E6ED;
    color: #000;
    border: none;
    border-radius: 72px;
    padding: 3% 15%;
    font-size: 17px;
    font-weight: bold;
}

.l-card {
    /*background: #8A194F;*/
    background: #D8E6ED;
    padding: 2%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 2%;
}

.l-card a {
    color: #000;
    font-weight: bold;
    text-align: center;
}

.l-pg-row {
    display: flex;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100px;
    justify-content: center;
}

.robot-img {
    max-width: 60%;
}

@media screen and (max-width: 600px) {
    .l-card {
        margin: 2%;
    }

    .login-left-txt {
        text-align: center;
        margin-top: 3rem;
    }

    .login-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .img-fluid {
        max-width: 50%;
        height: auto;
    }
}