@font-face{
    font-family: gotham-bold;
    src: url('font/gotham-bold.otf');
}
@font-face{
    font-family: gotham-book;
    src: url('font/gotham-book.ttf');
}
body{
    margin: 0;
    font-family: gotham-book;
}
.bg{
    position: fixed;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.logo{
    margin-top: 40px;
    margin-left: 35px;
}
footer {
    position: absolute;
    width: calc(100% - 95px);
    bottom: 40px;
    color: #fff;
    left: 95px;
}
h1{
    font-family:gotham-bold;
    font-size: 25px;
    font-weight: normal;
}
h2{
    font-family: gotham-bold;
    margin-bottom: 10px;
}
.page{
    width: 80%;
    max-width: 650px;
    height: 465px;
    background: #fff;
    border-radius: 20px;
    right: 10%;
    bottom: 20%;
    position: absolute;
    padding: 30px;
    margin-left: 10%;
}
.page p {
    font-size: 14px;
    line-height: 1.3;
    color: #333333;
}
.page h1{
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: #2c2e93;
}
.page h2{
    padding: 0;
    margin: 0;
    margin-top: 30px;
    font-size: 22px;
    color: #2c2e93;
}
.page .icon{
    position: absolute;
    right: 0;
    bottom: 0;
} 


@media only screen and (max-width: 1024px) {
    .page {
        width: 80%;
        max-width: 650px;
        height: 80vh;
        max-height: 465px;
        background: #fff;
        border-radius: 20px;
        right: 10%;
        bottom: 10%;
        position: absolute;
        padding: 30px;
        margin-left: 10%;
    }
    .bg {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: -1;
    }
    
}

@media only screen and (max-width: 768px) {
    .page {
        width: 80%;
        max-width: 650px;
        height: 80vh;
        max-height: 465px;
        background: #fff;
        border-radius: 20px;
        right: 10%;
        bottom: 30px;
        position: absolute;
        padding: 30px;
        margin-left: 10%;
    }
    .logo img {
        width: 65%;
    }
    .page p {
        font-size: 10px;
        line-height: 1.3;
        color: #333333;
    }
    .page h1{
        padding: 0;
        margin: 0;
        font-size: 20px;
        color: #2c2e93;
    }
    .page h2{
        padding: 0;
        margin: 0;
        margin-top: 30px;
        font-size: 18px;
        color: #2c2e93;
    }
    .bg {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: -1;
    }
}

@media only screen and (max-width: 600px) {
    .page {
        width: 80%;
        max-width: 650px;
        height: 80vh;
        max-height: 465px;
        background: #fff;
        border-radius: 20px;
        right: 10%;
        bottom: 30px;
        position: absolute;
        padding: 30px;
        margin-left: 10%;
    }
    .logo img {
        width: 65%;
    }
    .page p {
        font-size: 10px;
        line-height: 1.3;
        color: #333333;
    }
    .page h1{
        padding: 0;
        margin: 0;
        font-size: 20px;
        color: #2c2e93;
    }
    .page h2{
        padding: 0;
        margin: 0;
        margin-top: 30px;
        font-size: 18px;
        color: #2c2e93;
    }
    .bg {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: -1;
    }
}
/* .logo:before {
    content: "";
    background: #152545;
    width: calc((100% - (90%+30px))/2);
    height: 17px;
    position: absolute;
    left: 0;
    top: 136px;
} */