
/*NEW TET LAYOUT */

.pwpd-header {
    padding: 0 15px;
    border-bottom: none;
    background-color: transparent !important;
}
.step-name{
    color: #0ba360;
}
span.input-group-addon {
    background-color: #0b74b5;
    color: #fff;
    border-radius: 8px 0 0 8px;
    font-size: 1.5em;
    padding: 6px 17px;
}
.pw-head-img {
    position: absolute;
    top: 38px;
    right: 75px;
    font-size: 2.2em;
}
.pw-middle-text{
    position: relative;
    bottom: 70px;
    text-align: center;
    color: #0b74b5;
    font-size: 1.5em;
}
input.form-control, select.form-control{
    height: 45px;
    width: 80%;
    border-radius: 8px;
}
button#btn-submit{
    height: 45px;
    border-radius: 8px;
}

.panel-footer {
    padding: 0 15px 10px 15px;
}

#step-progress, #step-progress-j{
    background-color: #cbd9e2;
}
#step-bar, #step-bar-j {
    background-color: #7af197;
    background-image: -moz-linear-gradient(top, #7af197, #f3c17d);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7af197),color-stop(1, #f3c17d));
}
.noel-bg-img{
    position: absolute;
    bottom: 0;
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
}
.pwdp-process .panel {
    border: none;
}
.step-active{
    color: #0b74b5;
    text-decoration-line: underline;
}
.pw-head-img .pw-amount{
    font-size: 2.2em;
}

.alert-danger {
    background-color: #f4f8fc;
    border-color: #dfdfe2;
    color: #a94442;
}

#warning-text{
    text-align: center;
    color: red;
    font-weight: bold;
    text-shadow: 0 0 black;
    font-weight: bold;
    font-size: 15px;
}

#pwpd-form-banklogo{
    margin-top: 30px;
}
@media only screen and (max-width: 1196px) {
    .background-content{
        background-size: 100% 72%;
        background-position-y: 70px;
    }
}
@media only screen and (max-width: 986px) {
    .pw-head-img{
        top: 5px;
    }
    .background-content{
        background-size: 100% 71%;
        background-position-y: 80px;
    }
}

@media only screen and (max-width: 768px)  {
    .pw-head-img{
        top: 5px;
        font-size: 0.9em;
    }
    .pw-head-img .pw-amount{
        font-size: 1.7em;
    }
    .noel-bg-img{
        display: none;
    }
    .pw-middle-text {
        font-size: 1em;
    }
    input.form-control, select.form-control {
        height: 40px;
    }
    button#btn-submit {
        height: 40px;
		}
    #pwpd-form-banklogo{
        margin-top: 0;
    }
    .background-content{
        background-size: 100% 72%;
        background-position-y: 65px;
    }
    .pwpd-note {
        font-size: 0.9em;
        line-height: 14px;
    }
}
@media only screen and (max-width: 660px) {
    .background-content{
        background-size: 100% 74%;
        background-position-y: 54px;
    }
}
@media only screen and (max-width: 468px) {
    .pw-head-img{
    top: 10px;
    font-size: 1em;
    }
    .pw-head-img .pw-amount{
        font-size: 1.5em;
    }
    .pwpd-form-img{
        margin-bottom: 10px;
    }
    #pwpd-form-banklogo{
        margin-top: 0;
    }
    .background-content{
        background-size: 100% 73%;
        background-position-y: 38px;
    }
}
@media only screen and (max-width: 380px) {
    .pw-middle-text {
        font-size: 0.8em;
    }
    #pwpd-form-banklogo{
        margin-top: 0;
    }
    .background-content{
        background-size: 100% 74%;
        background-position-y: 38px;
    }
}
/*END TET LAYOUT */
