button.btn.col-md-12.col-sm-12 {
    width: 320PX;
    background: #fff;
    border: none;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    color: #444;
    border-radius: 0px;outline:none;
}
.inputf label {margin:0px 0px 30px 0px;font-size:14px!important;width:auto;font-weight:normal!important;color:#eee}
.songs label {margin:50px 0px 30px 0px;font-size:15px;width:auto;font-weight:normal!important;color:#eee}
.songs,.inputf,.rz  {text-align:center;    padding-bottom: 50px;}


input#song-input {
    width: 300px!important;
    margin: auto;
    display: block;
    background: transparent;
    margin-bottom: 15px;
    color: #fff;border: 1px solid #fff;
}

button#search_button {
    background: #29679d;
    color: #ffff;
    width: 300px;
}

.rz div#div_container {
    height: 300px;
}

.inputf .form-control:focus {
   
   box-shadow: none!important;
}


input.result-back,input.input-back {
    background: transparent!important;
    border: none;
    font-size: 14px;color:#eee;outline:none;
}

input.result-back:focus,input.input-back:focus {
outline:none;
}
