
#login{
    border: 0px solid red;
    width: 100%;height: 650px;
    display: flex;padding: 20px 0px;
}
#login>div{
    border: 0px solid blue;
    width: 50%;height: 100%;
    text-align: center;
    background-image: linear-gradient(0deg,#fff4c4,#fff);
}
#login > :nth-child(2){
    background-color: white;
    background-image: none;padding-top: 30px;
}
#login > :nth-child(1){
    font-size: larger;
    
    padding-top: 30px;
}

#ih{
 margin-top: 14%;
 width: 655px;height: 400px;

}
#form2{
    margin: auto;
    margin-top: 80px;
    border: 0px solid blue;
    width: 60%;height: auto;
    padding: 20px;
}
.jj{
    width: 100%;
    height: 65px;border: 1px solid gray ;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
}
#btn{
    margin-top: 10px;
    background-color: #42a2a2;
    color: white;
    font-weight: 100px;font-family: sans-serif;
    border: 0;font-size: 20px;
}
#mobnum{
    font-weight: bold;
    color: rgb(51,51,51);
    font-size: 16px;
}

.har{
    
    position: relative;
}
.har::before{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: gray;
    position: absolute;
    left: 30%;
    top: 50%;
    
}
.har::after{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: gray;
    position: absolute;
    right: 30%;
    top: 50%;
}
span{
    background: #fff;
}
#jhg{
    border: 0px solid green;
    display: grid; width: 60%;margin: auto;margin-top: 20px;padding: 20px;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,50px);
    gap: 10px;row-gap: 20px;
    
}
#jhg>div{
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
#jhg img{
    width: 20px;height: 20px;
    margin-right: 20px;
}
#jhg :nth-child(1){
grid-area: 1/1/2/3;
}
#jhg a{
    text-decoration: none;
    color: rgb(78, 78, 78);
    font-weight: bold;font-size: large;
}
#hgy{
    border: 0px solid red;
    width: 60%;margin: auto;
    word-wrap:break-word;
    color: gray;text-align: left;
    line-height: 25px;
}
#hgy a{
    color: teal;
    text-decoration: none;
    font-weight: bold;
    
}
#login :nth-child(2) h3{
    color: gray; font-size: 20px;
    font-weight: 400 ;line-height: 25.92px;
    word-spacing: 2px;letter-spacing: 1px;
}
