
body, html {
    height: 100% !important;
    margin: 0;
}

.wrapper.get-started-bg {
    background-image: url('/bundles/user/images/cola.png');
    width: 100%;
    -moz-transform: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100% !important;
    position: relative;
}

.wrapper.get-started-bg:before {
    content: "";
    position: absolute;
    /*background-color: white;*/
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to top, rgba(255 ,255 ,255, 0.7), rgba(255, 255, 255, 100));
}

.wrapper {
    background: transparent;
}

.sign-up-aqua {
    color: #00bfbf;
}

.sign-up-button {
    background-color: #00bfbf !important;
    color: white !important;
    width: 100% !important;
}

.sign-up-button:hover {
    opacity: 70%;
}

.sign-up-shadow-effect {
    box-shadow: 3px -2px 20px 9px #bbbbbb26;
}

.form-group {
    margin-bottom: 2rem !important;
}

.show-password {
    position: absolute;
    color: #cccccc;
    right: 11px;
    margin-top: 0.5rem;
    font-size: 1.3rem !important;
}

.gr-dark-blue{
    color: #053857 !important;
}

label.spinner{
    background-image: url(/bundles/user/images/preloader.gif);
    background-repeat: no-repeat !important;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    margin-top: 2.5rem;
    right: 10px;
    max-width: 1.5rem;
    max-height: 1.5rem;
}

.review-box{
    background-image: url('/bundles/user/images/review-box.svg');
    background-repeat: no-repeat !important;
    margin: 0 2rem 0 0rem;
    width: 27.5rem;
    height: 10rem;
}

@media (max-width: 425px){
    .get-started-subheading {
        max-width: 28rem;
    }

    .review-box p{
        margin-top: 1.2rem !important;
        position: absolute !important;
        max-width: 19rem !important;
    }

    .get-started-form-row .card{
        margin-left: 1rem;
    }

}

@media (max-width: 768px) and (min-width: 500px){
    .get-started-form-row {
        margin-right: 0.78571rem !important;
    }

    .col-md-4.col-xs-12{
        -ms-flex: 0 0 47.333333%;
        flex: 0 0 47.333333%;
        max-width: 47.333333%;
    }

    .review-box{
        width: 24rem;
    }
    .review-box p {
        font-size: 1rem !important;
    }

}

@media (min-width: 768px) {
    .get-started-form-row {
        margin-right: 1.78571rem;
    }
}

.gr-green-button{
    background-color: #00bfbf !important;
    color: white !important;
}

.btn:hover {
    opacity: 70%;
}

.custombox-overlay.custombox-fadein.custombox-open {
    background-color: #053857 !important;
    opacity: 90% !important;
}