@font-face {
    font-family: centrale;
    src: url("../../gemstone_core/font/Centrale Sans Light.otf");
}

@font-face {
    font-family: nexa-bold;
    src: url("../../gemstone_core/font/Nexa Bold.otf");
}

@font-face {
    font-family: nexa-lite;
    src: url("../../gemstone_core/font/Nexa Light.otf");
}
html{
    background-color: #fefefe;
    font-size: 10px;
    color: #262626;
}
body{
    background-color: #fefefe;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: #262626;
}
.mbr-body{
    background-color: #fefefe;
    font-family: centrale;
}
.mbr-login-form{
    background-color: transparent;
    text-align: center;
    padding: 25px;
}
.mbr-login-form img{
    margin-bottom: 0;
}
.mbr-form-title{
    font-size: 2rem;
}

.coming-soon-title{
    font-family: nexa-bold;
    font-size: 2.4rem;
    color: #424242;
    margin: 10% 5%;
    font-weight: bold;
    text-align: center;
}
.coming-soon-sub-title{
    font-family: nexa-lite;
    font-size: 1.2rem;
    color: #424242;
    margin: 0 100px;
    text-align: center;
}
.footer-text {
    width: 100%;
    text-align: center;
    font-family: nexa-lite;
    font-size: 1.3rem;
    color: #424242;
    padding-bottom: 0px;
}
.logo{
    display: block;
    width: 100%;
    padding: 5% 20%;
    box-sizing: border-box;
    text-align: center;
}
.logo img{
    width: 60%;
}
.gs-text-input{
    background-color: #fafafa;
    color: #262626;
}
.gs-form-label{
    color: #262626;
}
.gs-public-content-container{
    font-size: 1.5rem;
    font-family: centrale;
    line-height: 3rem;
    padding: 0 10%;
    text-align: center;
}
.gs-public-content-container .gs-content-title{
    font-size: 2.5rem;
    margin: 10px 0;
    display: block;
}
.g-recaptcha{
    transform: scale(0.75);
    margin-left: -14%;
}
.gs-buttonbar-container{
    text-align: center;
}
.gs-buttonbar-button{
    padding: 5px 20px;
    min-width: 250px;
}

@media screen and (min-width: 1200px){
    .coming-soon-title{
        font-size: 4rem;
        margin: 50px auto;
    }
    .coming-soon-sub-title{
        font-size: 2rem;
    }
    .footer-text{
        position: fixed;
        bottom: 0px;
        font-size: 1.2rem;
    }
    .logo{
        padding: 0 35% 2%;
    }
    .logo img{
        width: 60%;
    }
    .gs-public-content-container{
        text-align: left;
    }
    .g-recaptcha{
        transform: scale(1);
        margin-left: 0;
    }
}