body{
    background-color: #E7E7E7;
}

.bg-custom {
    background-color: #376F8C;
}

.btn-ultra-voilet {
    background: #654ea3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eaafc8, #654ea3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 1px solid #eee;
}


#pendingpetitions{
    margin: 50px;
    padding: 50px;
    color: #267F9B;
}


#h4{
    padding: 50px;
    margin-top: 200px;
}



#studentview{
    text-align: center;
    padding-top: 100px;
}

.create-petition{
    margin-top: 50px;
    text-align: center;
    color: white;
    background-color: orange;
}

.petition-form{
    padding: 30px 0;
}

.petition-form form{
    background-color: #fff;
    max-width: 600px;
    margin: auto;
    padding: 50px 70px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}



.petition-form .item{
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 10px 20px;
}

.petition-form .create-account{
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #267F9B;
    border: none;
    color: white;
    margin-top: 20px;
}





/* Operator View*/
#operatorh1{
    text-align: center;
    margin-top: 150px;
}



.btn {
    border-radius: 25px;
}








@media (max-width: 576px) {
    .petition-form form{
        padding: 50px 20px;
    }

    .petition-form .form-icon{
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
}
