/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
Modify by: Yuki Gunawan
--*/

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{vertical-align:baseline;}/* vertical align baseline */
.vertical-top{vertical-align:top;}/* vertical align top */
nav.vertical ul li{display:block;}/* vertical menu */
nav.horizontal ul li{display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

/****--- Start Body ---****/
body {
    background: url('background.jpg') no-repeat center center fixed;
	font-family: 'Open Sans', sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#000000
    }
body a,form li,.submit input[type="submit"] {
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
    }
body h1{
	text-align: center;
	font-size: 2.7em;
	color: #fff;
	padding: 0.2em 0.2em 0.2em 0.2em;
    }

/****--- Login Form ---****/
.login {
    max-width: 400px;
    min-width: 280px;
    background: #fff;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    margin:auto;
    padding: 0.5em 0.5em 0.5em 0.5em;
    }

form {padding: 2% 2% 2% 2%;}
form li {
    list-style: none;
    width: 100%;
    font-weight: 500;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0.5em 0;
    outline: none;
    }

input[type="text"], input[type="password"] {
    padding: 1em 0em 1em 2.7em;
    color: #858282;
    font-size: 1em;
    outline: none;
    background: none;
    font-weight: 500;
    border: none;
    }
.icon {
    height: 20px;
    width: 20px;
    display: block;
    float: left;
    margin: 12px -28px 0px 0px;
    border-right: 1px solid #999;
    padding: 5px 16px 0 0;
    }
.user {background: url(user.png) no-repeat 8px 2px;}
.lock {background: url(lock.png) no-repeat 8px 2px ;}
.submit{}
.submit input[type="submit"]{
    font-size: 20px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	outline: none;
	padding: 10px 20px;
	width: 100%;
	border: none;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	background: #00bffe; 
	border-bottom-right-radius: 0.44em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}
input[type="submit"]:hover{background:#ffa300;}

/****--- Ribbon Style ---****/
.h2 h2 {
    color: #fff;
    font-size: 1.2em;
    padding: 10px 9px 5px 27px;
    font-weight: 300;}
 .h2 .ribbon-wrapper {position: relative;}
 .h2 .ribbon-front {
    background-color: #ffa300;
    height: 43px;
    width: 145px;
    position: relative;
    left:-10px;
    z-index: 2;
    top: 15px;}

/****--- Copyright ---****/
.copy-right {
    text-align: center;
    padding: 1em 1em;
    }
.copy-right p {
	color: #ccc;
	font-size: 0.8em;
	font-weight:200;
	margin-top: 0.5em;
    }
.copy-right p a {color: #ccc;}
.copy-right p a:hover {text-decoration: underline;}

/****--- Responsive Design ---****/
@media screen and (orientation:portrait) {
    body {
        background-position-y: top;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: 100% 100%;
		background-color: #000000
    }
}