﻿/**, h1, h2, h3, h4, h5, h6 {
    font-family: OpenSans-Regular, fontawesome-webfont;
}*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a:hover {
    cursor: pointer;
}


body {
    /*background-image: url(./dist/image/background.jpg);*/
    background-color: #F9FAFC;
    padding-top: 50px;
    padding-bottom: 20px;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
/*    text-align: center;
*/}

/*Spinner Css*/
.wait {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20% !important;
    transform: translate(-50%,-50%);
    z-index: 99999;
}

.transparent-background {
    display: none;
    background-color: white;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    opacity: 0.6;
}
/*Ends*/


.login-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
/*    width: 28%;
     min-width: 340px; */
}

.mblogo-footer {
    display: block;
    width : 100%;
    text-align : center;
}

    .mblogo-footer > img {
        height: 40px;
    }


.login-box {
    color: black;
    height: auto;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);

}

    .login-box > .login-box-container {
        padding: 2.5rem;
    }

        .login-box > .login-box-container > .logo {
            margin-top: 20px;
            margin-bottom: 20px;
        }

            .login-box > .login-box-container > .logo > img {
                height: 100px;
            }

        .login-box > .login-box-container > .mblogo-footer {
            position : absolute;
            right : 12px;
        }

        .login-box > .login-box-container > .mblogo-footer > img {
            height : 30px;
        }

        .login-box > .login-box-container .row {
            padding: 0px 15px;
        }

        .login-box > .login-box-container .form-group {
            width: 100%;
            text-align: left;
        }

            .login-box > .login-box-container .form-group p {
                margin-bottom: 0.5rem;
            }

.formControl {
    display: inline;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .formControl:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    }



/* @media query */
/*@media only screen and (max-width: 1200px) {
    .login-box {
        width: 32%;
    }
}*/

