.panel {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

.modal-content {
    background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
    background-size: 128px 128px, auto;
    background-color: #726193;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.login-box {
    margin-top: 100px;
}
