body {
    /*background-color: #1e6a72;*/
    background: url(/assets/img/pattern-one.jpg) repeat 15px top;
    font-family: Arial;
    font-size: 18px;
}

.popup {
    padding: 40px;
    margin: 150px auto 4px;
    width: 500px;
    background-color: #ffffff;
    border: 1px #cfcfcf solid;
    box-shadow: 0px 5px 0px #cfcfcf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.logo {
    height: 65px;
    text-align: center;
    padding: 10px 0 20px 0;
}
hr {
    height: 1px;
    background-color: #e4e4e4;
    border: none;
}
h1 {
    margin: 0;
    font-family: 'VAGRundschriftD';
    color: #005ca9;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 26px;
}
.text-url {
    color: #005ca9;
}
.buttons {
    padding-top: 30px;
    text-align: center;
}
.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    height: 38px;
    width: 200px;
    line-height: 38px;
    color: #fff;
    border-bottom: 2px solid #00407e;
    background: #005ca9;
    padding: 0px 15px;
    padding-top: 1px;
    vertical-align: middle;
    align-items: center;
    letter-spacing: 0.5px;
    border-radius: 5px;
}
.btn:hover {
    opacity: 0.8;
}
.footer-powered {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    color: #626262;
    font-weight: bold;
}
.footer-powered *{
    vertical-align: middle;
}
.footer-powered img {
    margin-left: 20px;
}