/* 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%;
}
body {
    font-size: 100%;
    font-family: 'Poppins', sans-serif;
	height:100vh;
}
/*end reset*/
.main-wrappper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.left-content {
	 background: url(../images/back.jpg) no-repeat center;
	 background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
	height:100vh;
	overflow:hidden;
	opacity:0.9;
	filter: alpha(opacity=90);
}
.left-inner-content{
	padding:5vw;
	text-align:center;
}
.left-content h2{
	color:#FFF;
	font-size:50px;
	font-weight:800;
	max-width:100%;
}
a.button-login i {
    background: #FFF;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 2.5;
    font-size: 20px;
    margin-top: 1em;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	margin-top:12vw;
}
a.button-login i:hover {
    background: #0183e8;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.copyright{
	margin-top: 22em;
}
.copyright p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
	font-weight:400;
}
.copyright p a {
    color: #e84601;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.copyright p a:hover {
    color: #fff;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.right-content{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.right-content-inner{
	padding:0vw 3vw 0 3vw;
    background: #0e0e0e;
    min-height: 100vh;
	overflow:hidden;
}
.right-content-inner h3 {
	padding-top:3vw;
    color: #fff;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 600;
	padding-bottom:3vw;
}
.right-content-inner label {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: inline-block;
}
.right-content-inner  .text-right{
	text-align:right;
	color:#FFF;
}
.right-content-inner  .text-right a{
	text-decoration:none;
	color:#FFF;
}
#copyright-mobile{
	display:none;
}	
.pom-agile {
    padding: 12px 15px;
    background: #fff;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-basis: 100%;
}

.pom-agile span {
    color: #e84601;
    flex-basis: 4%;
    -webkit-flex-basis: 4%;
    margin-right: 8px;
}

/* form */
.pom-agile input[type="text"],
.pom-agile input[type="email"],
.pom-agile input[type="password"],
.pom-agile select {
    outline: none;
    font-size: 14px;
    border: none;
    background: transparent;
    color: #000;
    letter-spacing: 1px;
    flex-basis: 95%;
    -webkit-flex-basis: 95%;
}
.right-content-inner input[type="submit"] {
    color: #fff;
    background: #e84601;
    border: none;
    padding: 12px 0;
    margin-top: 1.3em;
    outline: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.right-content-inner input[type="submit"]:hover {
    opacity: .8;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}


/* responsive */
@media(max-width: 1080px) {
   
}

@media(max-width: 900px) {
    
}

@media(max-width: 480px) {
   .left-content{
		display:none;
   }
   .right-content{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.right-content-inner h3{
		text-align:center;
		padding-top:3vw;
		padding-bottom:3vw;
	}
	#copyright-mobile{
		display:block;
		padding-top:12vw;	
	}
	#copyright-mobile p{
		color:#FFF;
		text-align:center;
	}
}

@media(max-width: 440px) {
   .left-content{
		display:none;
   }
   .right-content{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.right-content-inner h3{
		text-align:center;
		padding-top:3vw;
		padding-bottom:3vw;
	}
	#copyright-mobile{
		display:block;
		padding-top:12vw;	
	}
	#copyright-mobile p{
		color:#FFF;
		text-align:center;
	}
}

@media(max-width: 414px) {
	.left-content{
		display:none;
   }
   .right-content{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.right-content-inner h3{
		text-align:center;
		padding-top:3vw;
		padding-bottom:3vw;
	}
	#copyright-mobile{
		display:block;
		padding-top:12vw;	
	}
	#copyright-mobile p{
		color:#FFF;
		text-align:center;
	}
}

@media(max-width: 384px) {
    .left-content{
		display:none;
   }
   .right-content{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.right-content-inner h3{
		text-align:center;
		padding-top:3vw;
		padding-bottom:3vw;
	}
	#copyright-mobile{
		display:block;
		padding-top:12vw;	
	}
	#copyright-mobile p{
		color:#FFF;
		text-align:center;
	}
}

@media(max-width: 375px) {
   .left-content{
		display:none;
   }
   .right-content{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.right-content-inner h3{
		text-align:center;
		margin-top:5vw;
		margin-bottom:5vw;
		border-bottom:2px dotted #FFF;
	}
	#copyright-mobile{
		display:block;
		padding-top:30vw;
		
	}
	#copyright-mobile p{
		border-top:2px dotted #FFF;
		color:#FFF;
		text-align:center;
		padding-top:2vw;
	}
}

/* //responsive */