﻿.wrapper {
    width: 100%;
    height: 100%;
    float: left;
    /*background: #fff;*/
}

.page_euro {
    width: 100%;
    padding-top: 25%;
    height: auto;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #444;
    min-height: 75vh !important;
}

.euro_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

    .euro_box .title_euro {
        font-size: 150px;
        font-weight: bold !important;
        margin: 0;
        color: #ddd !important;
    }

    .euro_box .page_title {
        font-size: 50px;
        font-weight: bold;
        margin: 15px 0;
        color: #ddd !important;
    }

    .euro_box .page_text {
        font-size: 15px;
        font-weight: 500;
        color: #ddd !important;
    }

        .euro_box .page_text a {
            color: #ddd !important;
        }

            .euro_box .page_text a:hover {
                text-decoration: underline;
            }

.return-btn {
    margin-top: 30px;
}

    .return-btn:hover {
        margin-top: 30px;
    }

.euro_box .return-btn:hover {
    background: #ffffff;
    color: #1d75c6;
    text-decoration: none;
}
