﻿.loginBgImage {
    /* background-image: url('./assets/Image/draw1.png');
            background-size: cover;
            background-repeat: no-repeat;
            overflow: hidden; */
    padding: 3rem;
    padding-bottom: 0;
    /* opacity: 0.7; */
    background: -webkit-linear-gradient(left, #55a90e, #b0dd8b);
    height:400px;
}

.card {
    border-radius: 40px;
    /* background-color:#0c0d0c; */
    transition: transform .2s; /* Animation */
    border: 4px solid #79a72d;
}

    .card:hover {
        transform: scale(1.2);
    }

button {
    background-color: #5AAC15;
    color: #fff;
    border: 0;
}

@media(max-width:520px) {
    .forgetpwd {
        font-size: 17px;
    }
}
.regBtn {
    background-color: #5AAC15;
    color: white;
    border: none;
    border-radius: 6px;
}


.input-group {
    position: relative;
}

.input {
    padding: 10px;
    border: 1px solid #79a72d;
    border-radius: 10px;
    width: 100%;
}

.input-label {
    position: absolute;
    color: #000;
    top: 0;
    left: 0;
    transform: translate(10px,10px);
    transition: transform .25s;
    cursor: pointer;
}

.input:focus + .input-label, .input:valid + .input-label {
    transform: translate(2px,-10px) scale(.8);
    color: #000;
    padding-inline: 5px;
    background-color: #fff;
    font-size: 20px;
}
.imgtag {
    height: 100px;
    padding-left: 10px
}