.rituals_background {
    background: url("../img/backgrounds/background-buddha-dark.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-green {
    background: #99cc66;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    font-family: MrsEavesRoman;
}

.login-box a {
    color: #aeaeae;
    text-decoration: none;
    border-bottom: 1px solid #aeaeae;
}
