
div.jumbotron.login .inputCol{
    width:100% !important;
}
div.container.login input{
    box-shadow: none !important;
    border: 1px solid;
    box-shadow: none !important;
    border-radius: 28px;
    padding-left: 20px;
}

div.jumbotron.login .inputCol {
    height: 100%;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.container.login.mobile h1{
    color:#fff;
    font-family: Montserrat, sans-serif;
    font-size:60px;
    font-weight:800;
}
div.container.login.mobile h1 span{
    color: #fff;
    background-color: var(--binkPink);
    margin:2px 0;
    font-size: 40px;
    line-height: 1.5em;
    padding: 0.1em 0.4em;
}

.container.login.centerDiv{
    width: auto !important;
    min-width: auto !important;
    max-width: 100% !important;
    bottom: auto;
    /* background-color: #fff; */
}
.jumbotron.login{
    background-size:cover;
    background-position: center;
    background-blend-mode: overlay;
}
.jumbotron.login .loginButtonHolder{
    
    flex-direction: row-reverse;
}

form.login {
    padding: 40px;
    background-color: white;
    width: 410px;
}
.jumbotron.login b{
    font-size: 17px;
    font-weight:800;
    font-family: 'Montserrat';
}
.jumbotron.login p{
    font-size:13px;
    color:#000;
}