@media only screen and (min-width: 992px) and (max-width: 1366px) {

    .login-wrapper{width:100%;}
    .left-image-area{width:50%;height:100vh;float:left;background:#A31D23;position:relative}
    .title {
        font-size: 33px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 45px 0;
    }
    .img-pos-fix {
        width: 380px;
        position: absolute;
        bottom: 0;
        transform:translate(-50%,0);
        left:50%
    }
    .img-pos-fix img{width:100%;height:auto;}

    .title-small {
        font-size: 12px;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 15px;
        margin-right: 15px;
    }
    .right-form-area{width:50%;height:100vh;float:left;background:#fff;}
    .pd {
        padding: 50px 80px;
    }
    .image-wrapper{overflow:hidden;}
    .sub-title{color:#005380;font-size:16px;margin:0 0 15px 0px;font-weight:500}
    .imagblock {
        float: left;
        margin: 0 53px 20px 0;
        max-width: 100%;
        width: 150px;
        height: auto;
    }
    .form-area {
        margin-bottom: 20px;
    }
    .form-title{color:#005380;font-size:32px;line-height:44px;margin-bottom:20px}
    .input-item{margin-bottom:15px;}
    .input-item input[type="email"] {
        width:70%;
        padding:10px;
        border-radius: 5px;
        background-color: #e9eff6;
        border:1px solid #e9eff6;
        }
        .input-item input[type="password"] {
            width:70%;
            padding:10px;
            border-radius: 5px;
            background-color: #e9eff6;
            border:1px solid #e9eff6;
        }


        .input-button input[type="submit"] {
            background-color: #005380;
            box-shadow: 0px 8px 15px 0px rgba(125, 147, 178, 0.25);
            color: #fff;
            text-transform: uppercase;
            border: 1px solid #005380;
            display: block;
            font-size: 14px;
            border-radius: 5px;
            width:70%;
            padding: 10px;

        }
        .input-button{margin:20px 0 20px 0}
        .input-button input:hover[type="submit"]{border: 1px solid #000;cursor:pointer; background: #000;color:#fff;}

        .input-item ::placeholder {
            color: #000;
            opacity: 1; /* Firefox */
          }

          .input-item :-ms-input-placeholder { /* Internet Explorer 10-11 */
           color: #000;
          }

          .input-item ::-ms-input-placeholder { /* Microsoft Edge */
           color: #000;
          }

          .forgot-link{width:70%;text-align:center;}
          .forgot-link p{margin:0;font-size:12px}
          .forgot-link a{color:#a31d23;font-size:14px}
          .forgot-link a:hover{color:#000;transition:0.5s}
          .sub-title.footnote {
            font-size: 12px;
            margin-top: 10px;
            font-weight: 700;
        }










    }
    /* Tablet Layout: 768px. */

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

        .tab-display-none{display: none;}
        .right-form-area {
            width: 80%;
            height: auto;
            float: none;
            background: #fff;
            margin: 0 auto;
        }
        .input-item input[type="email"] {
            width:100%;
            }
            .input-item input[type="password"] {
                width:100%;

            }


            .input-button input[type="submit"] {
                width:100%;


            }

    .pd {
        padding: 50px;
    }

    .forgot-link {
        width: 100%;

    }
    .sub-title {
        text-align: center;
        font-size: 28px;
    }

    .imagblock {
        float: left;
        margin: 0 50px 50px 0;
        max-width: 100%;
        width: 170px;
    }

    .imagblock img{width:100%;height:auto;}

    .form-title {
        font-size: 34px;
        line-height: 50px;
        margin: 50px 0;
        text-align: center;
    }

    br{display:none}

    }
    /* Mobile Layout: 320px. */
    @media only screen and (max-width: 767px) {
        .tab-display-none{display: none;}
        .right-form-area {
            width: 100%;
            height: auto;
            float: none;
            background: #fff;
            margin: 0 auto;
        }
        .input-item input[type="email"] {
            width:100%;
            }
            .input-item input[type="password"] {
                width:100%;

            }


            .input-button input[type="submit"] {
                width:100%;


            }
    .right-form-area {
        width: 100%;
        height: auto;
        float: none;
        background: #fff;
        margin: 0 auto;

    }
    .pd {
        padding: 50px;
    }

    .forgot-link {
        width: 100%;

    }
    .sub-title {
        text-align: left;
        font-size: 16px;
    }

    .imagblock {
        float: left;
        margin: 0 40px 25px 0;
        max-width: 100%;
        width: 115px;
    }

    .imagblock img{width:100%;height:auto;}

    .form-title {
        font-size: 24px;
        line-height: 34px;
        margin: 30px 0;
    }
    .sub-title.footnote {
        text-align: center;
    }

    }
