/* common */
body {
    background: #FFFFFF;
    font-size: 1.0em;
    font-family: 'Albert Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

/* registration container */
.regi-section {
    background: url(../images/register-background.jpg) no-repeat center center scroll; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
}
.regi-section .regi-container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.regi-section .regi-container .top-logo {
    margin-top: 40px;
    max-height: 80px;
}
.regi-section .regi-container .register-box {
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin-top: 60px;
    margin-bottom: 80px;
    color: #FFFFFF;
}
.regi-section .regi-container .register-box .title {
    font-size: 1.9em;
    line-height: 1.1em;
    margin-top: 5px 0px 20px 0px;
    font-weight: bold;
}
.regi-section .regi-container .register-box .register-button {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(89,89,189,1) 0%, rgba(178,29,100,1) 100%);
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight: bold;
    width: 100%;
}

/* footer container */
.footer-top-container {
    background-color: #000000;
}
.footer-top-container img {
    max-height: 90px;
}
.footer-top-container .title {
    font-size: 1.4em;
    line-height: 1.1em;
    color: #aa226c;
    font-weight: bold;
}
.footer-top-container .descri {
    font-size: 1.1em;
    line-height: 1.1em;
    color: #FFFFFF;
}
.footer-top-container .subdesc {
    font-size: 1.1em;
    line-height: 1.1em;
    color: #909090;
}
.footer-bottom-container {
    background-color: #2C2C2C;
    color: #7F7F7F;
    font-size: 1.0em;
    line-height: 1.1em;
}

@media (max-width: 768px) {
    .regi-section .regi-container .top-logo {
        margin-top: 0px;
        max-height: 60px;
    }
    .regi-section .regi-container .register-box {
        margin-bottom: 40px;
    }
}
