body {
    font-family: 'Montserrat', sans-serif;
    word-break: break-word;
    color: #212121;
    background-color: #ffffff;
    font-size: 14px;
    background-image: none;
}

.container-disclaimer {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 0;
    /* background-color: #FC1921;*/ 
    background-color: #212121;
    position: relative;
}

.top-header {
    clear: both;
    float: left;
    width: 100%;
    /* height: 65px; */
    height: auto;
    padding: 6px 0;
    /* background-color: #212121; */
    background-color: #212121;
    position: relative;
}

.container-welcome-message {
    margin: 0 auto;
    padding: 30px 20px 20px 20px;
    text-align: center;
    background-color: #f1efea;
    margin-bottom:30px;
}

.container-welcome-message h3 {
    font-size: 1.3rem;
}

.container-welcome-message p {
    color: #989897;
    font-weight: 600;
    margin-top:40px;
    margin-bottom: 0px;
    padding-bottom: 0px;

}
.gateway .cont-login-color{
    padding: 50px 40px 40px 40px;
}
.gateway .cont-login-blue-color {
    background-color: #006AB1;
    float: left;
    position: relative;
    padding: 50px 40px 40px 40px;
}
.gateway .cont-login-blue-color.rotate-color::after{
        background-color: #006AB1;
}


.gateway .btns{
    background-color: #fff !important;
    color: #212121 !important;
    border-radius: 30px !important;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 320px;
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
}

.gateway .cont-login-blue-color.rotate-color::after{ 
    background: rgba(0, 106, 177, 1);
}
.gateway .cont-login-color p,
.gateway .cont-login-blue-color p{
    color:#fff;
    font-family: 'Montserrat';
    font-size: 0.9rem;
}

.gateway.page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnBlue), 
.gateway.page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnWhite){
    text-decoration: none !important;
}



@media (max-width:992px){

.gateway .cont-login-blue-color{
    margin-bottom: 70px;
}

}

@media (max-width:480px){
    .gateway .cont-login-blue-color,
    .gateway .cont-login-color
    {
        padding: 30px !important;
    }
 .gateway .cont-login-color img,
 .gateway .cont-login-blue-color img{
    width:100% !important;
}
.gateway .btns{
        max-width: 100%;
}


}