@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family:"Poppins", sans-serif;
   
    
}
body{
    background-color: #f2f2f2;
    background-image: url(../img/loginbg6.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    place-items: center;
    width: 100%;
    height: 100%;
    display: grid;
    
    align-items: flex-start;
    padding: 10px;
}

form {
    margin-top: 20PX;
    
}
.resume>div{
   margin-bottom: 12px;

}
/* .section{
    width:500px;
    background-color: #fff;
    border:3px solid #ccc;
    padding: 23px;
    border-radius: 3px;
    padding-bottom: 75px;
    
}

.section.active{
    width:500px;
    background-color: #fff;
    border:3px solid #ccc;
    padding: 23px;
    border-radius: 3px;
    padding-bottom: 75px;
    display: inline;
} */


input,textarea{
    max-width: 500px;
    padding: 20px;
    border: 1px solid black;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 16px;
    overflow-y:auto;
    margin-bottom: 20px;   
}

.bttnp{
    float: left;
}
.bttnn{
    float:right;
}


button{
    padding: 10px 20px;
    color:  #000000dc;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    color: white;
    border: none;
    cursor:pointer;
    
    
    
}
.bttnn button {
    background-color: #c9d30e;
}

.bttnn button:hover {
    background-color: green;
}

.bttnp button {
    background-color: #c9d30e;
}

.bttnp button:hover {
    background-color: red;
}
