/*
 =========================================================
 * Zonic Design - Transparent Login Template 
 =========================================================

 * Product Page: https://shop.designzonic.com/templates/zd-transparent-login/
 * Copyright 2019 Zonic Design (http://www.designzonic.com)

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 */

@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');

* {
	box-sizing: border-box;
}

body
{
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

input[type=text], select, textarea 
{
	width: 100%;
	resize: vertical;
}

input[type=submit] {
	float: right;
}

.container 
{
	margin-top: 10%;
}

.form
{
	font-family: 'Abel', sans-serif;
	padding: 20px;
	width: 400px;

	margin: 0 auto;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.zd-text-center 
{
  text-align: center !important;
}

.zd-form-avatar
{
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	transform: translateY(-60%);
}

.zd-shadow
{
	-webkit-box-shadow: 0px 0px 47px -25px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 47px -25px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 47px -25px rgba(0,0,0,0.75);
}

.col-75 
{
	float: left;
	width: 75%;
	margin-top: 6px;
	margin: 0 auto;
}

.col-15
{
	width: 15%;
	margin-top: 6px;
	margin: 0 auto;
}

.row
{
	text-align: center;
}

.row:after 
{
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 600px) 
{
	.col-75, .form, input[type=submit] 
	{
		width: 100%;
		margin-top: 0;
	}
}