html,body{
    background: black;
    color: white;
}

label{
   color: #f6ea00;
}

div.form-text{
    color:#FFF;
}

input.form-control {
    background:#3b393c;
    border-radius: 0;
    border:none;
    color:white;
}

button.btn.btn-primary{
    background:#f6ea00;
    border-radius:0;
    color:#000;
    width:100%;
    text-align: center;
    border: none;
}

.btn.btn-yellow{
    background:none;
    border-radius:38px;
    font-size:30px;
    padding: 0px;
    border:none;
    color:#f6ea00;
    margin-left:20px;
    margin-top:-20px;
}



img.toplogo{

    margin: 30px auto;
    display: block;
    width:220px;
}
