.login-pagev1 {
    background-image: url("../../images/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-v2 {
    background: url("../../images/bg-3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100% !important; */
    background-size: cover;
}

.main-cont-login {
    align-items: center;
}

.left-gif img {
    width: 100%;
}

.login-box {
    width: 30%;
}

.login2-box {
    width: 85%;
    margin-left: auto;
    margin-right: 0;
}

.login3-box {
    width: 50%;
    margin: 0 auto;
}

.login-cards {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.2);
}

.login-logo {
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 0px !important;
    color: #161048
}

.login-pera {
    font-size: 16px;
    padding: 0 0 7px 0 !important;

}

.login-card-body,
.register-card-body {
    background-color: #fff;
    border-top: 0;
    color: #666;
    padding: 10% 5%;
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
}

.login-card-body a {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.check-box-btn-style::before {
    border-radius: 6px !important;
}

.check-box-btn-style a {
    display: inline;
    color: #25A8E0;
}


.login-logo-card {
    width: 80%;
    margin-bottom: 20px;
}

.forgote-link {
    width: 100%;
    display: inline-block;
}

.forgote-link a {
    float: right;
    color: #25A8E0;
}

.list-icon-card {
    font-size: 26px;
}

.sign-in-forgot {
    display: flex;
    justify-content: space-between;
}
