

html, body {
    background-image: -webkit-linear-gradient( -180deg, rgb(135,25,212) 0%, rgb(100,35,189) 46%, rgb(65,45,166) 99%);
    height: 100%;
}

#logo {
    width: 250px;
    height: auto;
    display: block;

    margin-top: 40px;
    margin-bottom: 20px;
}

div.title {
    background-color: #fff;
    padding: 25px;
}

.footer {
    color: #fff;
    padding-top: 20px;
}

.footer p {
    font-size: 18px;
    font-style: italic;
}

div.left,
div.right {
    background-color: #fff;
    padding: 40px;
}

.btn-danger,
.btn-primary {
    background-color: #55489d !important;
    border: none !important;
}

/*
h1, h2, h3,
p {
    border: 2px dashed #ff7b7b;
    padding: 3px;
}
*/
