*{
    font-family: 'Roboto', sans-serif;
    font-size: large;
}

body {
    background: #E7E7E7;  /* fallback for old browsers */
}

.bg-custom {
    background-color: #376F8C;
}

.websitetitle{
    color: #E7E7E7;
}
.bg-custom .navbar-nav .nav-link {
    color: white;
}

.backButton{
    margin-top: 110px;
    margin-left: 20px;
    margin-right: 20px;
}

.backButtonControl{
    padding-top: 200px;
}

.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;
}



#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*/








/*headViewPetitions*/

#headViewPetitions{
    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{
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
    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;
}


.welcomemsg{
    color:#267F9B;
}


/* Operator View*/
#operatorh1{
    text-align: center;
    margin-top: 60px;
}







.footer-basic {
    padding:40px 0;
    background-color:#376F8C;
    color:white;
}

.footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    line-height:1.6;
    margin-bottom:0;
}

.footer-basic li {
    padding:0 10px;
}

.footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
}

.footer-basic ul a:hover {
    opacity:1;
}

.footer-basic .social {
    text-align:center;
    padding-bottom:25px;
}

.footer-basic .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 8px;
    color:inherit;
    opacity:0.75;
}

.footer-basic .social > a:hover {
    opacity:0.9;
}

.footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
}




@media (max-width: 576px) {
    .petition-form form{
        padding: 50px 20px;
    }

    .petition-form .form-icon{
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
}


/*End of headViewPetitions*/



#mypetition{
    padding-top: 100px;
}




@media (max-width: 576px) {
    .petition-form form{
        padding: 50px 20px;
    }

    .petition-form .form-icon{
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
}
