#container{
    width: 400px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    height: auto;
    box-shadow: rgba(255, 230, 10, 0.299) 0px 0px 0px 2px, rgba(6, 99, 205, 0.45) 0px 4px 6px -1px, rgba(240, 14, 14, 0.08) 0px 1px 0px inset;
    border-radius: 3px;

}

.kfc-logo img{
    width: 50%;
}

form input{
    display: block;
    margin: auto;
    margin-top: 10px;
    font-size: 20px;
    padding: 10px;
    border-style: none;
    padding-right: 50px;
    margin-bottom: 15px;
    box-shadow: rgba(21, 184, 59, 0.3) 0px 0px 5px 0px, rgba(230, 11, 33, 0.1) 0px 0px 1px 0px;
    border-radius: 5px;
    cursor: pointer;
}

form :nth-child(5){
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(11, 180, 11);
}

form :nth-child(5):hover{
    color: rgb(255, 255, 255);
    background-color: rgb(9, 106, 9);
}