
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-weight: 500;
    font-style: normal;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-weight: normal;
    font-style: normal;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-weight: 500;
    font-style: normal;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-weight: 500;
    font-style: normal;
}

input:-webkit-autofill {
    -webkit-background-clip: linear-gradient(to right, rgb(138 103 168) 0%, rgb(133 118 189) 100%) !important;
}


.log-body {
    height: 100vh;
    margin: 0;
}

.gtpl-quickpay {
    width: 100%;
    float: left;
    margin-bottom: 0;
    height: 100%;
}

.gtpl-quickpay .main_top {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}



.main-form-login {
    width: 70%;
    float: left;
    background-color: rgba(165,173,255,0.3);
    margin-top: 1em;
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
}

.main-form-login h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 25px;
    margin: 10px;
}

.logo {
    width: 100%;
    background: #fff;
    padding: 20px;
    float: left;
    margin-bottom: 15px;
}

.logo img {
    margin: auto;
    display: block;
    width: 170px;
}

.card-body {
    clear: both;
}

.card-body .input-group {
    border: none;
}

.card-body .form-group label {
    color: #fff;
}

.card-body .input-group input {
    background: #656ee3;
    color: #fff;
    font-size: 14px;
    padding: 4vh;
    border: none;
    position: relative;
}

.card-body .input-group span.field-icon {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    z-index: 99;
    height: 15px;
}


.card-body .input-group input::placeholder {
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    line-height: normal;
    text-align: left;
}

.card-body .login_btn {
    height: 7vh;
    font-size: 12px;
    font-weight: 500;
    color: #060c4d;
    background: #fff;
    text-transform: uppercase;
    border-radius: 4px;
}

.card-body .form-group.form_label {
    margin-bottom: 0;
}

.card-body .form-group.form_label label {
    text-align: center;
    width: 100%;
}

.card-body .form-group.form_label a {
    color: #fff;
    font-weight: 500;
}

.card-body .form-group.forgot {
    margin-bottom: 30px;
}

.card-body .form-group.forgot label a {
    color: #eeff12;
    text-transform: capitalize;
    font-weight: 400;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.left_login {
    background: url(../images/left-bg.jpg);
    background-position: center;
}

.left_login, .right_part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    height: 100vh;
}

.right_part {
    height: 100%;
    text-align: center;
}

.right_part img {
    width: 100%;
    height: 100%;
}


.footer {
    width: 100%;
    padding-top: 5px;
}

.footer img {
    max-width: 100%;
}

.footer p {
    width: 100%;
    color: #c9c9c9;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
}

::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    color: #eee;
    font-weight: 500;
    font-style: normal;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-weight: normal;
    font-style: normal;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    color: #fff;
    font-weight: 500;
    font-style: normal;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-weight: 500;
    font-style: normal;
}



@media only screen and (min-width:240px) and (max-width:767px) {
    
    .log-body { height: auto; }
    .gtpl-quickpay .container .main_top { height: auto; }
    .right_part { height: auto; }
    .left_login, .right_part { height: auto; }
    .left_login { padding: 25px; }
    .main-form-login { width: 100%; margin-top: 0; }
    .right_part img { height: auto; }
}

@media only screen and (min-width:768px) and (max-width:1023px) {

    .left_login, .right_part { height: auto; max-width: 100%; flex: 0 0 100%; }
    .left_login { padding: 35px; }
    .main-form-login { margin-top: 0; }

}

@media only screen and (min-width:1024px) and (max-width:1199px) {

    .left_login, .right_part { max-width: 50%; flex: 0 0 50%; }
}