input,select,textarea{
    border-radius:5px !important;
}
.remove-border{
    border:none !important;
    border-radius: 10px !important;
}
#mentor td{
    height:160px;
}
.mentor-button{
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 300px;
}
.button-bg{
    background-color:#282c4e ;
    color:aliceblue;
    padding: 5px 15px 5px 15px;

}