/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css'); */
/* @author ahmadderta.rizqi30@gmail.com, ahmaderta.rizqi@outlook.com */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* css reset end */
.main {
    width: 100%;
    margin: 0 auto;
}
.c {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-image: url('../img/bg-page.png');
    background-size: cover;
}
.c::before {
    content: '';
    position: absolute;
    /* background: #f2f2f2; */
    background-image: -webkit-gradient(linear,left top,right top,from(#404E67),to(#6F85AD));
    background-image: -webkit-linear-gradient(left,#404E67 0,#6F85AD 100%);
    background-image: -moz-linear-gradient(left,#404E67 0,#6F85AD 100%);
    background-image: -o-linear-gradient(left,#404E67 0,#6F85AD 100%);
    background-image: linear-gradient(to right,#404E67 0,#6F85AD 100%);
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.w {
    width: 1110px;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    border-radius: 5px;
    box-shadow: 0 0 40px 7px #00000030;
}
.f-login {
    width: 50%;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; */
    flex-wrap: flex;
    padding: 40px 120px 30px 120px;
    background: #f7f7f7;
}
.content {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background: #f7f7f7;
}
/* .content::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('integrasi/web/main/img/curve.png')
} */
.f-group {
    margin-bottom: 40px;
}
.w .mtrz {
    padding: 5px;
    padding-left: 30px;
    /* margin-bottom: 30px; */
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border:none;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
}
.w .mtrz[type="submit"] {
    border-radius: 25px;
    font-size: 20px;
    height: 40px;
    cursor : pointer;
    background: rgb(66,133,244);
    color: #fff;
    margin-bottom: 0;
}
.w .mtrz[type="submit"]:hover {
    background: #34F458;
    color: #fff;
}
.w form div {
    position: relative;
}
/* .w form div label {
    position: absolute;
    top: 3px;
    pointer-events: none;
    left: 30px;
    transition: 0.2s ease;
    font-size: 18px;
    color: #ccc;
}
.w .mtrz:focus ~label,
.w .mtrz:valid ~label {
    left: 0;
    top: -26px;
    color: #e5222a;
    font-size: 14px;
    font-weight: bold;
}
.w .mtrz:focus,
.w .mtrz:valid {
    border-bottom: 2px solid #e5222a;
}
.w .mtrz:focus ~span,
.w .mtrz:valid ~span {
    color: #e5222a;
} */
.rz-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
label[for=pti_user_CAPTCHA] {
    display: none !important;
}
.symbol {
    font-size: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 0;
    pointer-events: none;
    color: #ccc;
}
.box-logo {
    text-align: center;
    margin-bottom: 40px;
}
.box-logo > img {
    margin-bottom: 20px;
}
.button-lgn {
    background: #6F85AD;
    padding: 12px 40px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    position: relative;
}
.button-lgn:hover {
    box-shadow: 0 10px 20px 2px #00000038;
    background: rgb(61, 80, 116);
}
.button-lgn span::after {
    font-family: FontAwesome;
    content: '\f087 ';
    position: absolute;
    opacity: 0;
    right: 20px;
    transition: 0.3s;
}
.button-lgn:hover span:after {
    opacity: 1;
    right: 50px;
}
.captcha {
    width: 100%;
}
.captcha:first-child {
    padding: 12px 10px;
    font-size: 14px;
    border-color: #dddddd;
    border-style: solid;
}
.img-captcha {
    padding: 0 !important;
}
.f-submit {
    text-align:center;
    margin-top: 120px;
}
ul.error_list {
    display: none;
}

@media (max-width: 767.98px){
    .c {padding: 10px}
    .content {
        visibility: hidden !important;
    }
    .f-login {
        width: 100%;
        padding: 30px 40px 40px 40px;
    }
    .captcha {
        width: 100%;
        margin-right: 0;
        padding: 10px;
        font-size: 16px;
        border-radius: 2px;
        border: 2px solid #e4e4e4;
        margin-bottom: 10px;
    }
    .captcha:last-child {
        width: 100%;
        margin-right: 0;
    }
    .form-captcha {
        margin-bottom: 40px;
    }
    .f-submit {
        margin-top: 30px;
    }
}
@media (min-width: 767.98px) {
    .f-box {
        width: 50%;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
    .f-captcha {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 0;
    }
}
