.content-login__title {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    display: none;
}
.login-hidden {display: none;}
#row_username, #row_password {
    margin: 3px 0;
    overflow: hidden;
}
.vr_lg_login_top {
    width: 85%;
    margin: 30px auto 0;
}
.form-container label {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    padding-bottom: 0px;
    margin-bottom: 0;
    color: #2C2B2E;
}
.form-container input {
    height: 40px !important;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 15px;
    background: #fff;
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
}
#row_login .btn {
    height: 40px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 14px;
}
.btn-login-style, .btn-login-style:focus, .btn-login-style:active, .btn-primary, .btn-primary:focus, .btn-primary:active {
    background: #284079;
    border-color: #284079;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    margin-right: 5px;
    min-width: 70px;
    padding: 0 5px;
    text-align: center;
    text-shadow: none;
    outline: none;
}
.btn-login-style:hover, .btn-primary:hover {
    background: #b9cde6;
    border-color:#b9cde6;
    color: #284079;
}
.vr_lg_login .btn-login-style, .vr_lg_login .btn-login-style:focus, .vr_lg_login .btn-login-style:active,
.email-send-btn input.btn-primary {
    background: #f7f5f0;
    border-color: #2175D9;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #2175D9;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 70px;
    padding: 0 5px;
    text-align: center;
    text-shadow: none;
    outline: none;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.vr_lg_login .btn-login-style:hover, .vr_lg_login .btn-primary:hover, .email-send-btn input.btn-primary:hover {
    background: transparent;
    border-color: #0f1941;
    color: #0f1941;
}
.vr_lg_footer {
    position: relative;
    bottom: 0;
}
.btn-icon {
    display: none;
    padding-right: 5px;
    padding-top: 0px;
}
#row_forgotpass, #row_register {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
#row_forgotpass {
    margin-top: 25px;
}
#row_forgotpass a, #row_register a {
    text-decoration: none;
    color: #284079;
    font-size: 13px;
}
#row_forgotpass a:hover, #row_register a:hover {
    text-decoration: underline;
}

/* forgot_block */
.forgot_message.dialog_message .design-forgot {
    display: block;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}
.info_message span p, .help_message span p, .impr_message span p, .forgot_message span p {
    color: #333333;
    padding-right: 5px;
    margin-bottom: 7px;
}
.forgot-password-block table {
    width: 100%;
}
.forgot-password-block table td {
    padding: 5px 0!important;
}
.forgot_message.dialog_message .design-forgot table td p {
    padding: 10px 0 0;
    margin-bottom: 0px;
}
.error-massage {
    width: 100%;
    box-sizing: border-box;
    line-height: 14px;
    font-size: 11px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 5px;
}
.input-container-forgot input {
    height: 40px!important;
    width: 100%!important;
}
.red {color: #FF0000; font-weight: bold;}
.green {color: #66CC33 ;font-weight: bold;}
.forgot-password-block table td label {display: none;}
.forgot_message.dialog_message .design-forgot table td p label {font-size: 12px;}
.hideLoginForm {
    display: none;
}


/************ main styles **********/

/**** banner ***/

.active-list-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 70px;
}
.active-list-widgets {
    flex: 3;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}
.widget-three-columns .active-list-widget {
    flex: 0 0 calc(33% - 20px);
    width: 33%;
    word-wrap: break-word;
}
.widget-four-columns .active-list-widget {
    flex: 0 0 calc(24% - 11px);
    width: 24%;
    word-wrap: break-word;
}
.widget-four-columns .landing-image {
    display: flex;
    margin-top: 20px;
    flex: 0 0 97%;
    justify-content: center;
}
.widget-three-columns .landing-image {
    flex: 1;
    display: flex;
    justify-content: center;
    max-height: 450px;
}
.landing-image img {
    object-fit: cover;
}
.banner_text_block {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}
.banner_title {
    width: 70%;
    float: left;
}
.banner_login_btn {
    width: 25%;
    float: right;
}
.banner_login_btn .login_btn .btn, .banner_login_btn .login_btn .btn:link {
    margin-top: 74px;
    display: block;
    background: #2175D9;
    height: 78px;
    line-height: 78px;
    color: #00d7ff;
    text-align: center;
    font-size: 28px!important;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid;
    border-color: #00d7ff;
}
.banner_login_btn .login_btn .btn:hover {
    color: #f7f5f0;
    border: 1px solid #f7f5f0;
    background: #2175D9;
}
.banner_title h1 {
    color: white;
    padding: 0;
    font-weight: bold;
    font-size: 70px;
}
h1.banner_text {
    color: #0f1941;
    font-size: 35px;
}
.banner_title .banner_text{
    padding-top: 30px;
}
.banner_block {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    background: #2175d9;
}
.banner_block img {
    width: 100%;
}
.wrap_grey {
    background: #919797;
}
.video_block {
    text-align: center;
}
.video_block iframe {
    padding: 70px 0;
    max-width: 100%;
}
.references_block {
    padding: 70px 0;
}
.landing_page {
    background: #F7F5F0;
}
.landing_page h4 {
    font-weight: bold;
    color: #284079;
    text-transform: uppercase;
    font-size: 16px;
}
.landing_page h3 {
    color: #284079;
    font-size: 24px;
}
.slider_block_title h4 {
    margin-bottom: 8px;
}
.slider_block_title {
    margin-bottom: 20px;
    margin-top: 20px;
}
.slide_description {
    position: relative;
    height: 55px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.slide_icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #7aace8;
    text-align: center;
    width: 25px;
    height: 55px;
}
.slide_icon_wrap{
    display: table;
    width: 100%;
    /*height: 50px;*/
    max-height: 50px;
    text-align: center;
}
.slide_icon_wrap > div{
    display: table-cell;
    vertical-align: middle;
}
.slide_title {
    height: 50px;
    padding: 0px 1px 0 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.slide_title h5 {
    font-weight: bold;
    margin: 0;
    font-size: 12px;
}
.slide_title h4{
    font-size: 10px;
}
.slide_title span {
    color: #868B8B;
    display: block;
    line-height: 12px;
}
.info_block_with_image {
    padding: 30px 0;
    position: relative;
    display: table;
    width: 100%;
}
.text_block {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}
.ib_image {
    width: 60%;
    text-align: right;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
}
.info_block_content {
    padding: 30px 0;
    display: table-row;
}
.info_block_content h2 {
    font-size: 24px;
    font-weight: normal;
    color: #323538;
    margin-bottom: 20px;
}
.info_block_content p {
    color: #8B9394;
    line-height: 1.8;
    text-align: justify;
}
.fancybox-skin {
    background: #F7F5F0 !important;
}
.fancybox-close {
    background: url('../../../../skins/randstad/images/vr_close_land_page.png') no-repeat !important;
}
.landing_page .vr_lg_btn_box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2175d9;
    width: calc(100% - 5px) !important;
    max-width: 100% !important;
    top: 10px !important;
}
.vr_lg_btn_box a img {
    max-width: calc(30% - 20px) !important;
    max-height: 32px;
    padding-top: 10px;
}
#logo {
    left: 0 !important;
}

/*** register form ****/

#register-form {
    padding-top: 10px;
}
#register-form legend {
    text-align: center;
    font-size: 18px;
}
#register-form .btn-primary {
    background: #284079;
    border-color: #284079;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 70px;
    padding: 0 5px;
    text-align: center;
    text-shadow: none;
    outline: none;
    max-width: 210px;
    width: 100%;
    text-transform: uppercase;
    display: block;
    margin: 20px auto 0;
}
#register-form .controls {
    margin-left: 160px;
}
#register-form .control-label {
    width: 150px;
}
#register-form .btn-primary:hover {
    background: transparent;
    color: #284079;
    font-weight: bold;
}
#register-form .form-actions {
    background-color: transparent;
}

/******* media queries ********/

@media(max-width:1024px){
    /*.vr_lg_footer {*/
    /*    position: fixed !important;*/
    /*    bottom: 0 !important;*/
    /*}*/
    .text_block, .ib_image {
        width: 50%;
    }
    .ib_image {
        padding-right: 0;
        padding-left: 30px;
    }
    .banner_title, .banner_login_btn {
        width: 100%;
        float: none;
    }
    .banner_login_btn .login_btn .btn, .banner_login_btn .login_btn .btn:link {
        margin-left: 0;
        margin-top: 14px;
        font-size: 22px!important;
        height: 70px;
        line-height: 70px;
        max-width: 200px;
    }
    .banner_title h1 {
        font-size: 60px;
    }
    h1.banner_text {
        font-size: 30px;
    }
    .banner_block img {
        max-width: none;
        width: auto;
        height: 100%;
        max-height: 400px;
    }
    .info_block_header ul li {
        width: 170px;
    }
    .widget-three-columns .landing-image {
        max-height: 400px;
        max-width: 300px;
    }
}
@media(max-width:900px){
    .social_fb {
        margin: 0 10px 0 12px;
    }
    .login_block {
        padding: 0 7px;
    }
    .register_header {
        margin: 0 11px 0 45px;
    }
    .widget-three-columns .landing-image {
        display: none;
    }
    .vr_lg_btn_box a img {
        max-height: 28px !important;
    }
    .vr_lg_header {
        height: 65px !important;
    }
    .vr_lg_header .vr_lg_btn_box {
        height: 65px !important;
    }
}

@media(max-width:700px){
    .vr_lg_login_top {
        margin-top: 10px;
    }
    .text_block, .ib_image {
        width: 100%;
        display: block;
    }
    .ib_image {
        margin-top: 20px;
        padding-left: 0;
        text-align: center;
    }
    .banner_block {
        min-height: 340px;
    }
}
@media(max-width:600px){
    .vr_lg_btn_box a img {
        max-height: 24px !important;
    }
    .vr_lg_header {
        height: 60px !important;
    }
    .vr_lg_header .vr_lg_btn_box {
        height: 60px !important;
    }
}
@media(max-width:550px){
    .info_block_content {
        max-width: 100%;
    }
    .ib_image img {
        max-width: 100%;
    }
    .widget-four-columns .active-list-widget, .widget-three-columns .active-list-widget {
        flex: 0 0 calc(49% - 20px);
        width: 49%;
    }
    .slider_block_title {
        text-align: center;
    }
    .slide_icon, .slide_description, .slide_title{
        height: 60px;
    }
}
@media(max-width:480px){
    #register-form input {
        width: 95%;
        height: 30px;
        line-height: 30px;
    }
}