body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
    background: url(images/pis-login.png) no-repeat center center fixed;
    background-size: cover;
    /* background-size: 100% 130%; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
    background-color: rgba(175, 175, 175, 0.2);
    background-blend-mode: overlay;
}

h1 {
    font-size: 2.8em;
    color: #ca4843;
    font-weight: 500;
    padding-top: 0.1em;
    display: inline-block;
    padding-left: 10px;
    line-height: 16px;
    margin-top: 0px;
}

.logo {
    background-image: url("images/newlogo.png");
    width: 89px;
    height: 75px;
    margin-left: 33%;
    padding: 5px;
    margin-top: 12px;
    float: left;
}

.form-1 {
    margin-left: 30px;
}

.login-form {
    width: 35%;
    margin: 1em auto;
    /* background: url(../images/nepal.jpg)no-repeat center 0px;*/
    background-size: cover;
}

    .login-form input[type="text"], .login-form input[type="password"] {
        outline: none;
        font-size: 1em;
        color: #000;
        padding: .5em 0em .5em 4em;
        margin: 0;
        /* width: 86%; */
        border: none;
        -webkit-appearance: none;
        display: block;
        background: rgba(255, 255, 255, 0.76);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .login-form p {
        font-size: 1em;
        color: #fff;
        margin: 1em 0 .5em;
    }

.login-overlay {
    clear: both;
    padding: 1.5em 2em 3em;
    background: linear-gradient(180deg, rgb(228 241 245 / 85%) 0%, rgb(209 221 239 / 85%) 44%, rgb(188 217 234 / 85%) 100%);
    box-shadow: 0px 0px 11px 0px #4587c1;
}

.login-form input[type="button"] {
    font-size: 1em;
    color: #fff;
    background: #367fa9;
    border: 3px solid #367fa9;
    outline: none;
    cursor: pointer;
    padding: .6em 1em;
    -webkit-appearance: none;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .login-form input[type="button"]:hover {
        background: #fff;
        color: #367fa9;
        border-color: #367fa9;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

.form-1 .input-field i {
    /* Size and position */
    left: 0px;
    top: 0px;
    position: absolute;
    height: 34px;
    width: 50px;
    background: #367fa9;
    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
    /* Styles */
    color: #fff;
    text-align: center;
    line-height: 2.5em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

p.input-field {
    margin: 2em 0;
}

.form-1 .input-field {
    position: relative;
}

.login-title {
    /* text-transform: uppercase; */
    color: #367fa9;
    text-align: center;
    margin-top: 0em;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Times New Roman', Times, serif;
}

.login-form input[type="checkbox"] {
    display: none;
}

    .login-form input[type="checkbox"] + label {
        color: #fff;
        margin: 0.5em 0;
        position: relative;
        padding-left: 1.8em;
        border: none;
        outline: none;
        font-size: 1em;
        color: #fff;
        cursor: pointer;
        display: -webkit-inline-box;
    }

        .login-form input[type="checkbox"] + label span:first-child {
            width: 14px;
            height: 14px;
            border: 2px solid #C8C8C8;
            position: absolute;
            left: 0;
            top: 3px;
        }

    .login-form input[type="checkbox"]:checked + label span:first-child:before {
        content: "";
        background: url(../images/tick.png)no-repeat;
        position: absolute;
        left: 2px;
        top: 2px;
        font-size: 10px;
        width: 10px;
        height: 10px;
    }

a {
    color: #fff;
}

    a:hover {
        color: #3d98f6;
    }

.forgot-password {
    text-align: center;
}

    .forgot-password a {
        text-decoration: none;
    }

        .forgot-password a:hover {
            text-decoration: underline;
        }
/* footer */

.copyright {
    color: #fff;
    margin: 2em 0;
    text-align: center;
}

    .copyright a {
        color: #fff;
    }

        .copyright a:hover {
            color: #52e340;
        }


/*media screen */
@media (max-width: 1080px) {
    .logo {
        margin-left: 25%
    }

    .login-form {
        width: 54%;
    }
}

@media(max-width:991px) {
    .login-form {
        width: 54%;
    }
}

@media screen and (max-width: 680px) {
    .login-form {
        width: 100%;
    }
}


@media screen and (max-width: 679px) {
    .logo {
        margin-left: 0%
    }

    h1 {
        font-size: 2em;
        padding-top: 0.3em;
    }
}

@media screen and (min-width: 1600px) {
    .login-form {
        margin: 1.5em auto;
    }

    h1, .logo {
        margin-top: 10%;
    }
}


#password-reset-button {
    font-size: 1em;
    color: #fff;
    background: #367fa9;
    border: 3px solid #367fa9;
    outline: none;
    cursor: pointer;
    padding: .6em 1em;
    -webkit-appearance: none;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}