.form-panel {
    max-width: 640px;
    margin: 20px auto;
    text-align: justify;
    color: white;
    font-family: 'Roboto', sans-serif;
    background: #00002299;
    padding: 15px 25px;
    border-radius: 25px;
    border: 2px solid #eeeeee;
}

button, .btn {
    padding: 10px 15px 10px 20px;
    border-radius: 30px;
    background-color: transparent;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    font-family: 'Roboto', sans-serif;
    transition: .3s;
    float: right;
}

button:hover {
    background-color: #0000cc;
}

input,
select {
    width: 100%;
    margin-bottom: 1em;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    border-bottom: thin solid #eee;
    background-color: transparent;
    color: #eee;
    font-size: 1.17em;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

label {
    font-family: 'Roboto', sans-serif;
    color: #eee;
    font-size: 1.17em;
    font-weight: 100;
}

li{
    font-family: Roboto, sans-serif;
    font-weight: 100;
}

.text-danger {
    color: lightcoral;
}

.btn:hover {
    background-color: #cc0000;
    border-color: white;
}

.btn-primary:hover {
    background-color: #1D6F42;
}

.form-panel p {
    text-align: center;
}

.form-panel a {
    color: #9acfea;
}

.form-panel .btn{
    color: white;
}

.btn-container {
    width: 100%;
    height: 50px;
    text-align: right;
}