﻿body 
{
   background: url(../Images/slider4.jpg) ;
   /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   
    font-family: Sans-Serif;
    background-color: #DCDCDC;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.loginBox
{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding: 80px 40px;
    box-sizing:border-box;
    border-radius: 18px;
	-webkit-box-shadow: 8px 8px 20px 0px rgb(0, 0, 0);
	-moz-box-shadow: 8px 8px 20px 0px rgb(0, 0, 0);
	box-shadow: 8px 8px 20px 0px rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
}
.user
{
    position:absolute;
    top:-50px;
    left:42%;
}
.avatar {
  width: 100px;
  height: 100px;
  border-radius: 10%;
 
}
h2
{
    margin:0;
    color:White;
    text-align:center;
}
.loginBox p
{
    margin:0;
    padding:0;
    font-weight: bold;
    color:#fff;
    text-align:left;
}
.loginBox input
{
    width:100%;
    margin-bottom: 10px;    
}
.loginBox input[type="text"],
.loginBox input[type="password"]
{
    border:none;
    border-bottom:1px solid #fff;
    background: transparent;
    outline:  none;
    height:40px;
    /*color:#000 !important;*/
    color:White;
    font-size:16px;
}
:: placeholder
{
    color: rgba(255,255,255,.5);
}
.loginBox input[type="submit"]
{
    border:none;
    outline:none;
    height:40px;
    color:#fff;
    font-size:16px;
    background:#337ab7;
    cursor:pointer;
    border-radius:20px;
}
.loginBox input[type="submit"]:hover
{
    background:#45a049;
    color:#262626;
}
.loginBox a
{
    color:#fff;
    font-size:14px;
    font-weight: bold;
    text-decoration:none;
        
}
@media(max-width:1440px) {
	.loginBox {
		width: 50%;
	}
	
}

@media(max-width:1366px) {
	.loginBox {
		width: 50%;
	}
}
@media(max-width:1080px) {
	.loginBox {
		width: 50%;
	}
}
@media(max-width:1050px) {
	.loginBox {
		width: 50%;
	}
}

@media(max-width:1024px) {
	
	.loginBox {
		width: 50%;
	}
}
@media(max-width:991px) {
	.loginBox {
		width: 50%;
	}
}
@media(max-width:900px) {
	.loginBox {
		width: 50%;
	}
}
@media(max-width:800px) {
	.loginBox {
		width: 57%;
	}
}
@media(max-width:736px) {
	.loginBox {
		width: 60%;
	}
}
@media(max-width:667px) {
	.loginBox {
		width: 67%;
	}
}
@media(max-width:640px) {
	.loginBox {
		width: 70%;
	}
}
@media(max-width:600px) {
	.loginBox {
		width: 75%;
	}
}
@media(max-width:568px) {
	.loginBox {
		width: 78%;
	}
}
@media(max-width:480px) {
	.loginBox {
		width: 85%;
	}
}
@media(max-width:320px) {
	.loginBox {
		width: 93%;
	}
}
/*--responsive--*/