@font-face {
	font-family: 'centurygothic';
	src: url('fonts/centurygothic.ttf') format('truetype');
}
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Montserrat', sans-serif;
	color: #121212;
	overflow-x: hidden;
}
a{
	text-decoration: none;
	color: #121212;
}
a:hover{
	text-decoration: none;
	color: #121212;
}
ul,li{
	list-style: none;
	margin: 0;
}
.clear{
	clear: both;
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill { 
       -webkit-box-shadow: 0 0 0 1000px white inset; 
}
 input[type="email"]:focus,input[type="password"]:focus,textarea:focus {
      -webkit-box-shadow: 0 0 0 1000px white inset; 
}
.alert-danger{
	padding: 8px 14px 8px 14px;
    background: #d64e4b;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.login-header{
	height: 75px;
	padding:0 50px;
}
.login-header h2 a{
	font-size: 24px;
    font-weight: 700;
    line-height: 75px;
    color: #333;
    font-family: "centurygothic";
}
.login-body{
	width: 335px;
	margin:0 auto;
	margin-top: 120px;
}
.login-body label{
	display: block;
	margin-bottom: 10px;
}
.login-body h3{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
	font-family: "centurygothic";
}
.login-body input[type="email"],.login-body input[type="password"],.login-body input[type="text"],.login-body select{
	border:0;
	border-bottom: 1px solid #121212;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	padding:10px 0;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.login-body input[type="submit"],#button_create_store{
	border: 0;
    color: #fff;
    font-size: 12px;
    padding: 15px 0px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    width: 100%;
    background: #121212;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s;
    display: block;
    -webkit-appearance: none;
    border-radius: 0;
}
.login-body input[type="submit"]:hover,#button_create_store:hover{
	background: #333;
	transition: .2s;
}
.login-body h4{
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 20px;
}
.login-body h6{
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	font-weight: 300;
}
.login-body h6 a{
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	margin:0 15px;
}
.login-body label p{
	margin-bottom: 10px;
	font-size: 14px;
}
.login-body select{
	margin-bottom: 10px;
	font
}
#input-storename{
	margin-bottom: 10px;
}
.other-login{
	text-align: center;
	margin-top: 300px;
}
.other-login ul li{
	display: inline;
	margin:0 20px;
	font-weight: 300;
}
.other-login ul li a{
	font-size: 14px;
}
.close-btn{
	float: right;
}
.login-info{
	max-width: 335px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}
.login-info a{
	text-decoration: underline;
	font-weight: 400;
}
.errorbox{
	display: none;
}
.forgot{
	text-align: center;
}
.forgot h3{
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
}
.forgot a{
	border: 0;
    color: #fff;
    font-size: 12px;
    padding: 10px 0px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    width: 120px;
    background: #121212;
    margin:0 auto;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s;
    display: block;
}


@media (max-width: 768px){
.login-header {
    height: 75px;
    padding: 0 20px;
}
.login-body {
    margin-top: 40px;
}
.login-info {
    margin-top: 50px;
}
.forgot{
	padding:0 30px;
}
}

@media (max-width: 375px){
.login-header {
    height: 75px;
    padding: 0 30px;
}
.login-body {
    margin-top: 40px;
    padding:0 30px;
    width: auto;
}
.login-info {
    margin-top: 50px;
}
.login-body h6 a{
	font-size: 13px;
	font-weight: 400;
	text-decoration: underline;
	margin:0 10px;
}
.login-info{
	width: auto;
	padding:0 30px;
}
}