
body { padding:0; margin:0; background:#f00 url(../images/bg.png) no-repeat center; font-family: 'Roboto Condensed', sans-serif; }
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.clear { clear:both; }
.register-full { margin:0 auto; padding:160px 0 0 0; width:30%; }
.register-in { padding:40px; border-radius:20px; background:rgba(0, 0, 0, 0.3) url(../images/map.png) no-repeat center; }
.register-in h1 { width:164px; height:164px; margin:-127px auto 0 auto; border:#fff solid 5px; box-shadow:0 24px 20px 3px rgba(0,0,0,0.3); border-radius:100%; background:#fff; overflow:hidden; }
.register-in h1 img { width:100%; } 
.register-form { margin:2em 0 0 0; text-align:center; }
.register input[type="text"], .register input[type="email"], .register input[type="password"], .register input[type="tel"] {
    font-size:14px;
    color: #fff;
    padding: 0.5em 0.8em;
    border: 0;
    width: 93.5%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
input[type="checkbox"] {
    cursor: pointer;
}
.register textarea { 
	min-height: 150px;
    resize: none;
}
.styled-input.agile-styled-input-top { margin-top:0; } 
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size:14px;
    color: #f00;
    top: -24px;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input { width:100%; position:relative; margin-bottom:20px;}
.styled-input:nth-child(1),.styled-input:nth-child(3){ margin-left:0; }
.textarea-grid {
	float:none !important;
	width:100% !important;
	margin-left:0 !important;
}
.styled-input label {
	color: #fff;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: .9em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #f00;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 

} 

.register-form input[type="submit"] {
    outline: none;
    color: #fff;
    padding:8px 30px;
    font-size:16px;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #f00;
    border: 2px solid #f00;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	box-shadow:0 24px 20px 3px rgba(0,0,0,0.3);
	border-radius:5px;
}
.register-form input[type="submit"]:hover { background:#fff; color:#f00; border:2px solid #fff; }

@media (max-width: 1440px) {
	.register-full { width:36%; }
	.register-left h1 { font-size:2.9em; }
}

@media (max-width: 1366px) {
	.register-left h1 { font-size:2.7em; }
}
@media (max-width: 1080px) {
	.register-full {
		width: 75%;
	}
	.register-left p {
		line-height: 1.6em;
	}
	.link a {
		padding: .4em;
		font-size: 1.4em;
	}
}
@media (max-width: 1024px) {
	.register-full {
		width: 75%;
	}
	.register-left h1 {
		font-size: 2.5em;
	}
	.register-left {
		height: 602px;
}
	.register-right h2 {
		font-size: 1.8em;
	}
}
@media (max-width: 991px) {
	.register-left h1 {
		font-size: 2.8em;
	}
	.register-right h2 {
		font-size: 1.6em;
	}
	.register-left {
		height: 598px;
	}
	.register-full {
		width: 85%;
	}
}

@media (max-width: 800px) {
	.register-full {
		width: 84%;
	}
	.register-in {
		padding: 2em;
	}
	.register-left {
		height: 567px;
	}
	.register-left h1 {
		font-size: 2.1em;
	}
}
@media (max-width: 768px) {
	.register-left h1 {
		font-size: 2em;
	}
	.register-left p {
		line-height: 1.4em;
	}
	.link a {
		padding: .4em;
		font-size: 1.2em;
	}
	.register-left {
		height: 559px;
	}
}

@media (max-width: 736px) {
	.styled-input {
		margin: 0 0 1.2em;
	}
	i {
		line-height: 2em;
	}
	.register-left {
		height: 531px;
	}
	.register-left h1 {
		font-size: 2em;
	}
	.register-right h2 {
		font-size: 1.5em;
	}
}
@media (max-width: 667px) {
	.register-full {
		width: 90%;
	}
	.register-in {
		padding: 2em;
	}
	.register-left {
		height: 531px;
	}
}
@media (max-width: 640px) {
	.register-full {
		width: 92%;
	}
	.register-left {
		height: 547px;
	}
}
@media (max-width: 600px) {
	.register-left {
		height: 547px;
	}
}
@media (max-width: 568px) {
	.register-in {
		padding: 1.5em;
	}
	.register-left h1 {
		font-size: 1.7em;
	}
	.register-left p {
		margin: 2em 0;
		line-height: 1.2em;
	}
	.register-left {
		height: 531px;
	}
}
@media (max-width: 480px) {
	.register-left, .register-right {
		width: 100%;
		height: inherit;
	}
	.register-full {
		width: 70%;
	}
}
@media (max-width: 414px) {
	.register-left{
		width: 100%;
		height: inherit;
	}
	body {
		padding: 3em 0;
	}
	.register-right{
		width:100%;
	}
	.register-full {
		width: 75%;
	}
	.styled-input {
		width: 90%;
	}
	.agile-copyright {
		line-height: 1.4em;
		padding: 0 3em;
	}
}
@media (max-width: 320px) {
	body {
		padding: 2em 0;
	}
	.register-left h1 {
		font-size: 1.6em;
	}
	.register-full {
		width: 80%;
	}
	.link a{
		border: 1px solid #0a7369;
	}
	.link a:hover {
		border: 1px solid #FFFFFF;
	}
	.register-left p {
		margin: 1em 0;
	}
	.register-form input[type="submit"] {
		font-size: 1em;
	}
	.agile-copyright {
		margin: 2em 1em 0;
		word-spacing: 3px;
		padding: 0em;
	}
}	

/* //responsive design */

/* //Input placeholder css*/
input::-webkit-input-placeholder { font-size: 1em; color: #fff; }
