/* CSS for bootstrap adjustments */

@media only screen and (min-width:1170px) and (max-width: 1920px){
    .container.screen_ad {
        width: 80%;
        max-width: unset;
    }
}

.container.screen_ad {
    min-height: calc(100vh - 170px);
    position: relative;
}

.pos_unset {
    position: unset !important;
}

/* End of CSS for bootstrap adjustments */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

* {
    outline: none !important;
}

.full_screen_panel {
    float: left;
    width: 100%;
    min-height: 100vh;
}

.background_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../../images/fritolay/bg1.jpeg);
}

.background_image:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.03),rgb(0, 0, 0));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.03),rgb(0, 0, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.03),rgb(0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.03),rgb(0, 0, 0));
}

.inner_wrapper {
    float: left;
    width: 100%;
    margin: 160px 0 0 0;
}

.fade_on_element {
    visibility: hidden;
    margin-top: -30px;
    opacity: 0;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
}

.fade_on_element.active {
    visibility: visible;
    margin-top: 0px;
    opacity: 1;
}

.login_box {
    float: left;
    width: 350px;
    background: white;
    padding: 30px 30px;
    border-radius: 10px;
    /*
    box-shadow: 0 6px 20px 9px rgba(76, 76, 76, 0.35);
    -webkit-box-shadow: 0 6px 20px 9px rgba(76, 76, 76, 0.35);
    */
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
}

.login_box_logo {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
}

.login_box_logo img {
    width: 147px;
}

.login_box .welcome_message {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
    color: #5B5B5B;
    font-size: 17px;
}

.form_box {
    float: left;
    width: 100%;
    margin: 0;
}

.form_box .element_set {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
	z-index: 1;
}

.form_box .element_set .input_field {
    float: left;
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: #ECECEC;
    border-radius: 60px;
    padding: 0 20px 0 40px;
    border: none;
}

.form_box .element_set .input_field.password {
    padding: 0 40px;
}

.form_box .element_set .input_field.captcha_code {
    padding: 0 10px;
    text-align: center;
}

.form_box .element_set .placeholder_ico {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 22px;
    color: #949494;
}

.password_ico {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    color: #3D77AF;
}

.form_box .element_set .input_field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5B5B5B;
    font-size: 14px;
}

.form_box .element_set .input_field::-moz-placeholder { /* Firefox 19+ */
    color: #5B5B5B;
    font-size: 14px;
}

.form_box .element_set .input_field:-ms-input-placeholder { /* IE 10+ */
    color: #5B5B5B;
    font-size: 14px;
}

.form_box .element_set .input_field:-moz-placeholder { /* Firefox 18- */
    color: #5B5B5B;
    font-size: 14px;
}

.form_box .forgot_password {
    float: right;
    margin: -4px 0 10px 0;
    color: #3B7CEC;
    text-decoration: none !important;
}

.form_box .captcha_box {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

.captcha_img_below img {
    margin-top: 6px;
}

.form_box .captcha_box .captcha_title {
    float: left;
    width: 100%;
    text-align: center;
    color: #273551;
}

.form_box .element_set .login_btn {
    float: left;
    width: 100%;
    height: 47px;
    padding: 6px 10px;
    background: #F25E64;
    color: white;
    border: none;
    border-radius: 60px;
}

.form_box .element_set .cancel_btn {
    background: transparent;
    border: none;
    text-align: center;
    float: left;
    width: 100%;
    padding: 6px 10px;
}
.form_box .element_set .cancelling_btn {
float: left;
    width: 100%;
    height: 47px;
    padding: 6px 10px;
    background: #959595;
    color: white;
    border: none;
    border-radius: 60px;
}
.footer_panel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 4px 20px;
}

.footer_panel .item {
    float: left;
    margin: 0 60px 10px 0;
}

.footer_panel .item:last-child {
    margin: 0;
}

.footer_panel .item .emptrust{
    float: left;
    text-align: left;
}

.footer_panel .item .emptrust .emptrust_logo {
    margin: 0 0 6px 0;
}

.footer_panel .item .emptrust .copyright_text {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

@media only screen and (min-width:1300px) {
    
    .writings_head_text {
        width: 510px;
    }
    
    .writings_sub_text {
        float: left;
        width: 754px;
    }
}

@media only screen and (min-width:991px) and (max-width:1300px) {
    
    .writings {
        padding-left: 30px;
    }
    
    .writings_head_text {
        width: 100%;
        font-size: 34px;
        line-height: 48px;
        margin: 0 0 20px 0;
    }
    
    .writings_sub_text {
        float: left;
        width: 100%;
        font-size: 20px;
        line-height: 30px;
    }
}

/* CSS FOR LOGIN PAGE 2 */

.img_section {
    float: left;
    width: calc(100% - 510px);
    background-image: url(../../../images/fritolay/bg2.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.full_height {
    min-height: 100vh;
}

.login_section {
    float: left;
    width: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
}

@media only screen and (min-width:991px) and (max-width:1299px) {
    
    .img_section {
        width: calc(100% - 400px);
    }
    
    .login_section {
        width: 400px;
        padding-bottom: 80px;
    }
    
    .login_box_logo img {
        width: 138px;
    }
    
    .footer_panel .item {
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center;
    }
    
    .footer_panel {
        padding: 10px;
    }
    
    .footer_panel .item .emptrust {
        width: 100%;
        text-align: center;
    }
    
}

@media only screen and (max-width:991px) {
    
    .img_section {
        width: 100%;
        height: 240px;
        min-height: unset;
    }
    
    .login_section {
        min-height: unset;
        padding: 40px 20px 100px 20px;
        width: 100%;
    }
    
    .footer_panel .item {
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center;
    }
    
    .footer_panel {
        padding: 10px;
    }
    
    .footer_panel .item .emptrust {
        width: 100%;
        text-align: center;
    }
    
}