html, body{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat Alternates', sans-serif;

}
form {
    padding: 20px;
}

input {
    background: #eaeaea;
    padding: 20px 30px;
    width: 400px;
    font-size: 100%;
    border-radius: 100px;
    display: block;
    margin-bottom: 4px;
    border: 0px;
    transition: 0.3s;
}

input:focus {
    background: #ccc;
    padding: 20px 35px;
}

input[type=submit]{
    margin-top: 100px;
}

*{
    box-sizing: border-box;
    outline: none;
}

.pa {
    padding: 20px;
}
a{
    display: block;
    margin: 100px 0px;
    text-decoration: none;
    color: black;
}
.g {
    margin-top: 60px;
    display: block;
}

.name {
    font-weight: bold;
    font-size: 110%;
}
.green{
    color: #009900;
}

.red{
    color: #990000;
}

#fileinput {
    
}

.hidden {
    display: none;
}
.add2, .add3, .add4{
    display: none;
}
.imgselect {
    position: absolute;
    right: 20px;
    top: 11px;
    cursor: pointer;
}

.add1, .add2, .add3, .add4 {
    position: relative;
    width: 400px;
    height: 62px;
}

.uploadimage1,
.uploadimage2,
.uploadimage3,
.uploadimage4
{
  position: absolute;
    right: -60px;
    border-radius: 60px;
    top: 0px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.imgselect img {
    width: 30px;
    height: auto;
}

.addnew {
    margin-top: 30px;
    cursor: pointer;
    width: 300px;
    height: 40px;
}
