
.group-image{
    display: none;
}

.grp{
    padding: 20px;
   justify-items: center;
}

.lautechlogo{
    width: 160px;
    height: 200px;
}

.lautechname{
    font-family: Arial;
    text-align: center;
    font-size: 18px;
    color: #C0A062;
    margin-top: 30px;
}

.inputgrp{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

input{
    width: 270px;
    height: 50px;
    border: 0.5px solid #000000DE;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
}

.forgotpswd{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #C0A062;
    margin-top: -25px;
    text-align: right;
}

.login-btn{
    margin-top: 30px;
}

button{
    width: 267px;
    height: 50px;
    background-color: #C0A062;
    color: black;
    border-radius: 5px;
    border: none;
    font-family: Arial;
    font-size: 18px;
    font-weight: bolder;
    font-style: italic;
    cursor: pointer;
    box-shadow: 0 0 5px rgb(167, 128, 128);
}

button:hover{
    background-color: #aa802b;
    color: white;
}

.Appl-grp{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    gap: 25px;
    font-family: Tw Cen MT;
}

.PUTME{
    background-color: white;
    box-shadow: 0 0 10px rgb(230, 222, 222);
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    color: #C0A062;
    border-radius: 10px;
}
.PUTME span{
    font-size: 18px;
}

.ODL{
    color: black;
}

.PUTME:hover{
    background-color: rgb(245, 237, 237);
}

.footer{
    margin-top: 50px;
    display: flex;
    gap: 10px;
}

.footer img{
    width: 40px;
    height: 32px;
}

.txt{
    font-family: Tw Cen MT;
    font-size: 17px;
    margin-top: 6px;
}

.txt span{
    color: #C0A062;
}

/* TAB VIEW CSS CODE */
@media (min-width: 768px) {
 .lautechname{
    font-size: 25px;
 }   

 input{
    width: 650px;
    height: 57px;
    font-size: 25px;
}   

.forgotpswd{
    font-size: 25px;
}

.login-btn{
    margin-top: 50px;
}

button{
    width: 674px;
    height: 55px;
    font-size: 20px;
}

.Appl-grp{
    flex-direction: row;
    margin-top: 70px;
}

.PUTME{
    font-size: 35px;
    padding: 15px;
}
.PUTME span{
    font-size: 25px;
}

.footer{
    margin-top: 70px;
}

.footer img{
    width: 50px;
    height: 38px;
}

.txt{
    font-size: 20px;
    margin-top: 6px;
}

}

/* SYSTEM VIEW CSS CODE */

@media (min-width: 1280px) {

.main-1{
    display: grid;
    grid-template-columns: 35% 65%;
}
 
.main1-grp{
    position: fixed;
}

.group-image{
    display: initial;
    height: 700px;
    width: 422px;
}

.grp{
    padding-left: 550px;
    display: grid;
}

.lautechname{
    font-size: 20px;
    color: #90EE90;
}

input{
    width: 406px;
    height: 50px;
    font-size: 20px;
}   

.forgotpswd{
    font-size: 18px;
}

.login-btn{
    margin-top: 30px;
}

button{
    width: 406px;
    height: 55px;
    font-size: 16px;
}

.Appl-grp{
    flex-direction: row;
    margin-top: 50px;
}

.PUTME{
    width: 265px;
    height: 100px;
    font-size: 20px;
    padding: 15px;
    line-height: 35px;
}
.PUTME span{
    font-size: 18px;
}

.footer img{
    width: 30px;
    height: 27px;
}

.txt{
    font-size: 12px;
    margin-top: 6px;
}
}