﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
}
html, body {
    background: url('../../../Images/login-bg.JPG') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
   
}
.img-logo{
	margin-top: 125px;margin-right: -38px; float:right;
}
.img-welcome{
	margin-top: 125px;margin-left: -38px;
	}
.form-bg{
	background:url('../../../Images/login_form-bg.PNG') center no-repeat; 
		 height:500px; 
		}
		
.form-wrap{
	top: 101px;position: relative;width: 239px;margin: 0 auto;
	
	}

@media screen and (max-width:768px) {
    .img-logo {
        margin-top: 0px !important;
        margin: 0 auto !important;
        float: none;
    }
     .form-bg{
		background-size:53% !important;
		}
}
   

	 
	 @media screen and (max-width:690px) {
    .form-bg{
		background-size:63% !important;
		}
}
     @media screen and (max-width:535px) {
    .form-bg{
		background-size:83% !important;
		}
}
	@media screen and (max-width:991px){
	.img-logo{
	margin-top: 120px;margin-right:0px; 
}
.img-welcome{
	margin-top: 125px;margin-left: 0px;
	}
	.form-bg{
		background-size:108%;
		}
	}
	@media screen and (max-width:435px){
	.form-bg{
		background:url('../../../Images/login_form-bg.PNG') center no-repeat;  height:500px; background-size:113% !important;
		}
	
	}
	
	

.form-group{
	margin-bottom:7px;
	}
	.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}