.btn-danger {
    font-size: 12pt;
    background-color: #0299ff;
    border-color: #0299ff;
}

.btn-danger:hover {
    background-color: #337ab7;
    border-color: #0299ff;
}

#login-form-container {
    background-color: #d9d9d9;
    border: 1px solid #000000;
    width: 100%;
    opacity: 1.0; /*0.9;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -khtml-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}

#header {
    background-color: white;
    text-align: center;
    border: 1px solid #000000;
    border-bottom: 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -khtml-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}

