.decorative-container{
    display: none;
}
.decorative-container h1{
    font-size: 3.125rem;
    margin-top: 73px;
    margin-bottom: 35px;
}
.decorative-container h2{
    font-size: 2.188rem;
    margin-bottom: 53px;
}
.decorative-container a{
    text-decoration: none;
    color: #FF4400;
    font-weight: 700;
}
.page-wrapper{
    height: 100vh;
}

/*************************/
/******** Others ********/
/***********************/
.jumbotron{
    margin-bottom: 36px;
}
/* .jumbotron p{
    display: none;
} */
.form-container{
    padding-top: 115px;
}
@media only screen and (min-width: 768px) {
    .form-container{
        max-width: 400px;
        /* padding-top: 115px; */
    }
    .cta{
        min-width: 350px;
        max-width: 480px;
    }
    .decorative-container{
        /* height: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
        width: 20%;
        background-color: red;
        background: url(./assets/auth-image.png) rgba(33, 33, 33, .8);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0px center;
        background-blend-mode: multiply;
        color: #fff;
    }
}
@media only screen and (min-width: 992px) {
    .form-container{
        max-width: 500px;
        min-width: 500px;
    }
}
@media only screen and (min-width: 1200px) {
    .cta{
        min-width: initial;
        max-width: initial;
    } 
    .form-container{
        max-width: 6%;
        min-width: 600px;
    }
}