@import url('https://fonts.cdnfonts.com/css/poppins');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
  
body {
    font-size: 14px;
    height: 100vh;
    overflow: hidden;
}

html {
  scroll-behavior: smooth;
}
  
.img-responsive {
    width: 100%;
    height: auto;
}

.logPagerow2 {
    background-image: url(./img/bann.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.logPagerow1B img {
    margin-bottom: 47px;
}

.logPagerow1B button {
    outline: none;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    border-radius: 30px;
    background: #FFC805;
    padding: 5px 10px;
    width: 122px;
    margin-top: 20px;
    margin-bottom: 16px;
}

.logPagerow1B button:hover {
    background: #006E33;
}

.logPagerow1 {
    padding-top: 130px;
    padding-bottom: 49px;
}

.logPagerow1B {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logPagerowinp1 {
    border-radius: 30px 0px 0px 30px;
    background: #F5C115;
    padding: 5px 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* height: 31px; */
}

.logPagerowinp2 input {
    border-radius: 0px 30px 30px 0px;
    background: #006E33;
    border: none;
    padding: 6px 10px 5px 10px;
    outline: none;
    color: #FFF;
}

.logPagerowinp2 input::placeholder {
    color: rgba(229, 231, 234, 0.40);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.logPagerowinp {
    display: flex;
    margin-bottom: 15px;
}

#forgotPP {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    /* margin-bottom: 120px; */
}

#forgotPP a {
    text-decoration: none;
    color: #0CBC8B;
}

#forgotPP a:hover {
    color: #006E33;
}

#powwrdd {
    color: #565759;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    
}

.powwrdd1 {
    margin-top: 150px;
}

#powwrdd span {
    color: #006E33;
    font-weight: 600;
}

@media (max-width: 736px) {
    .logPagerow2 {
        display: none;
    }

    .logPagerow1 {
        background-image: url(./img/bann.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
    }

    .logPagerow1B button {
        background: #006E33;
    }

    .powwrdd1 {
        margin-top: 200px;
    }

    #forgotPP {
        color: #FFF;
    }
}