        /*body {
            background-image: url(../images/qn_blue.jpg);
            background-size: cover
        }*/
        body {
			background: url(../images/qn_blue.jpg);
			font-family: 'myrindreg', sans-serif !important;
			color: #343434 !important
		}

        .logininput {
            border-radius: 0px !important;
            box-shadow: none;
            border-color: #343434 !important;
        }

        .login-box {
            width: 500px;
            margin: 7% auto;
			float: right;
			margin-right: 20px !important;

        }

        @media (max-width: 768px) {
            .login-box {
                width: 90%;
                margin-top: 20px
            }

        }

        .login-box-body {

            background: #fff;
            padding: 20px;
            border-top: 0;
            color: #666;
           /* border-bottom: 8px #2E3192 solid;*/
            border-radius: 8px;
            /* -webkit-box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.5);*/
        }

        .qntmlogo {
            height: 150px
        }

        @media only screen and (min-width: 480px) and (max-width: 639px) {

            .qntmlogo {
                height: 100px
            }
        }

        @media only screen and (min-width: 320px) and (max-width: 479px) {

            .qntmlogo {
                height: 100px
            }
        }

        .logininput::placeholder {
            color: #343434 !important;
        }

        .loginbtn {
            font-size: 16px;
            font-weight: bold;
            margin: 0 auto !important;
            width: 80% !important;
        }

        .fa {
            color: #343434;
            opacity: 0.75;
        }

        label {

            color: #343434
        }

        input:-internal-autofill-selected {
            background-color: white !imortant;
        }
