﻿body {
    background-image: url(../../../img/CustomManufacture/Texture_lrg_72dpi.jpg);

    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
    background-size: cover;

    background-color: #FDF9F6;
    /*background-size: 100%;*/


}
.loginForm .form-control {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
}

.login-logo {
    /*content: url(../../../img/CustomManufacture/logo.png);*/
    position: absolute;
    top: 35%;
    right: 50%;
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
    width: 500px;
}

.hyundai-brand {
    position: absolute;
    top: 40px;
    left: 40px;
}

@media only screen and (min-width: 1200px) {

    .loginForm {
    margin-left: 60%;
}
}



    @media only screen and (max-width: 991px) {

        .login-logo {
            visibility: hidden;
            position: absolute;
            top: 130px;
            left: 40px;
            width: 250px;
            background-repeat: no-repeat;
            /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
            background-attachment: fixed;
            /* This is what makes the background image rescale based
     on the container's size */
            background-size: cover;
        }

        .hyundai-brand {
            position: absolute;
            top: 10px;
            left: 10px;
            width: 200px;
        }

        



        
    }




