.content {

 }
.content h1 { 
    color: rgb(255, 255, 255); 
    font-size: 50px; 
}
.content p { 
    color: rgb(255, 255, 255); 
}
.comment { 

}
.form-group input {
     background: transparent; 
     font-size: 18px; 
     color: rgb(255, 255, 255); 
    }
.form-group input[type="submit"] { 
    color: rgb(255, 142, 110); 
    border: 2px solid rgb(255, 142, 110); 
    border-radius: 0px; 
    padding: 15px 25px; 
    font-size: 20px; 
    font-weight: 600; 
}
.form-group input[type="submit"]:hover { 
    background-color: rgb(255, 142, 110);
    color: rgb(255, 255, 255); 
    border: 2px solid rgb(255, 142, 110); 
}
.form-group textarea { 
    background: transparent; 
}
.form-group input::placeholder { 
    color: rgb(255, 255, 255); 
}
.form-group textarea::placeholder { 
    color: rgb(255, 255, 255); 
}
.form-control:focus { 
    color: rgb(73, 80, 87); 
    background-color: transparent; 
    border-color: rgb(255, 142, 110); 
    outline: none; box-shadow: none; 
}
.comment h1 { 
    font-family: Poppins, sans-serif; 
    text-transform: capitalize; 
    color: rgb(255, 142, 110); 
    font-size: 40px; 
    font-weight: 700; 
    position: relative; 
}
.comment h1::before { 
    position: absolute; 
    content: ""; 
    bottom: -10px; 
    left: 40px; 
    height: 5px; 
    width: 80px; 
    background-color: rgb(255, 142, 110); 
    transition: all 0.4s ease-in-out 0s; 
}
h4.media-heading { 
    color: rgb(255, 255, 255); 
}
.small a { 
    color: rgb(255, 255, 255); 
}
.media-body p { 
    color: rgb(255, 255, 255); 
}
.panel-heading { 
    color: rgb(255, 142, 110); font-size: 50px; 
}
h3.panel-title { 
    color: rgb(239, 142, 110); 
    font-size: 40px; 
    font-weight: 600; 
}
a.btn.btn-default.btn-block { 
    text-align: left; 
    color: rgb(255, 142, 110); 
    padding-left: 0px; 
}
small { 
    color: rgb(177, 177, 177); 
    font-size: 16px; 
}
.media {
    border-bottom: 1px solid rgb(162 162 162);
    margin: 15px 0px;
    padding: 5px 10px;
    padding: 0;
    margin-bottom: 50px;
}
