body{
	background: url('../images/login_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	font-weight: lighter;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}
a{color: #b1c;text-decoration: none;}
p{display: block;width: 300px;margin-left: -180px;margin-top: -5px;}
p a{color: #FFFFFF;font-size: 13px;text-decoration: none;}
p a:hover{color: #f91d1c; border-bottom: 1px solid #f91d1c;}
#warp{
	font-weight: 300;
	position: relative;
	margin: 50px auto 0;
	width: 570px;
	text-align:center;
	color:white;
}
#warp > span{
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 300;
}
form{
	display: block;
	width: 450px;
	height: 370px;
	/* margin-top: 25px; */
	/* margin: 0 auto; */
	background-color: rgba(51, 51, 51, 0.32);
	/* border: 2px solid #fff; */
	margin-right: 367px;
	box-shadow: -10px 7px 19px 3px #38383c;
	margin-top: 54px;
	}
h1{
	color: #ffffff;
	font-weight: bolder;
	font-size: 60px;
	margin-bottom: 12px;
}
.admin{
	height: 275px;
	float: left;
	width: 247px;
	border-right: 1px solid #df1d1f;
	text-align: left;
	left: 0;
	top: 0;
	transition: all 200ms ease-in 100ms;
	transition: all 200ms ease-in 100ms;
}
.cms{
	height: 264px;
	top: 20px;
	left: -38px;
	float: right;
	width: 143px;
	text-align: right;
	transition: all 200ms ease-in 100ms;
}
.admin,.cms{
	position: relative;
	display: block;
	overflow: hidden;
	transform: rotate(30deg);
}
.cms h1{
	margin-left: 0px;
	top: 30px;
	position: relative;
	margin-bottom: 0;
}
.roti,.rota{
	position: relative;
	display: block;
	transform: rotate(-29.999deg);
}
.rota{margin-top: 56px;margin-left: 12px;}
.roti{margin-top: 80px;margin-right: 55px;}
input,button{
	border: 0;
	margin: 4px;
	padding: 8px 6px;
	width: 350px;
	background: white;
	color:black;
	font-size: 14px;
	transition: all 1s ease-out;
}
.rota h1{
	position: relative;
	top: 15px;
	left: 5px;
	font-size: 23px;
}
button{
	margin-left: -230px;
	background: #df1d1f;
	border-color: #df1d1f;
	color:white;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 1s ease-out;
	text-transform: uppercase;
	margin-top: 17px;
}
button:hover{
	background: #bc2324;
	border-color: #bc2324;
	transition: all 0.3s ease-in;
}
input:hover{box-shadow: inset 0 0 5px rgb(255, 255, 255)}
input:focus{border-color: #151A36;}
.up{
	top:100px;
	left:-60px;
}
.down{
	top:-100px;
	left:60px;
}

/* Footer */
.footer
{
    position: absolute;
    bottom: 20px;
    color: #fcfcfc;
}

.footer a
{
    color: #fcfcfc;
}

.footer a:hover
{
    color: #f91d1c;
	border-bottom: 1px solid #f91d1c;
}

/*Edt MT*/
#email
{
    width: 230px;
    padding: 8px 40px 8px 6px;
}

#Password
{
    width: 200px;
    padding: 8px 40px 8px 6px;
}

@media (max-width: 767px) 
{
    .footer 
    {
        position: inherit;
        margin-top: 45px;
    }
}

@media (max-width: 425px) 
{
    #warp 
    {
        width: 100%;
    }

    form 
    {
        width: 100%;
    }

    .admin 
    {
        width: 50%;
    }

    .admin h2 
    {
        font-size: 20px;
    }

    .cms 
    {
        top: 15px;
        left: -40px;
        width: 35%;
    }
}

/*Edt MT*/
#email
{
    width: 230px;
    padding: 8px 40px 8px 6px;
}


@media (max-width: 375px) 
{
    .admin h2 
    {
        font-size: 15px;
        margin-left: 8px;
    }

    .roti 
    {
        margin: 0;
    }

    .cms h1 
    {
        text-align: left;
    }

    button 
    {
        width: 170px;
        padding-right: 20px;
    }

    .cms 
    {
        left: -32px;
    }
}
