body{
    background:#07274F;
    color:#07274f;
}

.logo{
    width:220px;
    margin-bottom:50px;
}

.card-box{
    background:#ffffff;
    padding:40px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.form-control {
    padding: 0.75rem;
}

.form-control:focus {
    border-color: unset;
    box-shadow: unset;
}

.btn-brand{
    background:#0053CC;
    border:none;
}

.btn-brand:hover,
.btn-brand:active {
    background-color: #07274F;
}