
.login-block{
    background-image: url('../img/loginBG.svg');  /* fallback for old browsers */
    width:100%;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
}
.login-sec{
    padding: 50px 30px;
    position:relative;

    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.login-sec img {
    margin: 0 0 15% 0;
}

.login-sec button {
    width: 152px;
    height: 43px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    color: #fff;
}

.login-sec .login_foot {
    display: flex;
    justify-content: center;
}
.login-sec .copy-text{position:absolute; width:80%; bottom:20px; font-size:13px; text-align:center;}
.login-sec .copy-text i{color:blue;}
.login-sec .copy-text a{color: #28a745;}
.login-sec h2{margin-bottom:30px; font-weight:800; font-size:30px; color: blue;}
.login-sec h2:after{content:" "; width:100px; height:5px; background:#28a745; display:block; margin-top:20px; border-radius:3px; margin-left:auto;margin-right:auto}
.banner-text h2{color:#fff; font-weight:600;}

.forgot-sec{padding: 120px 25px; position:relative;}
.forgot-sec .copy-text{position:absolute; width:80%; bottom:20px; font-size:13px; text-align:center;}
.forgot-sec .copy-text i{color:blue;}
.forgot-sec .copy-text a{color: #28a745;}
.forgot-sec h2{margin-bottom:30px; font-weight:800; font-size:30px; color: blue;}
.forgot-sec h2:after{content:" "; width:100px; height:5px; background:#28a745; display:block; margin-top:20px; border-radius:3px; margin-left:auto;margin-right:auto}
.banner-text h2{color:#fff; font-weight:600;}


@media (max-width: 768px) {
    .carousel img{
        border-radius:0 10px 10px 0;
        width: 50%;
        margin-left: 25%;

    }

}