@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed');

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
    height: 100%;
    background-color: #fff;
    color: #000;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 15px;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

h1,h2,h3 {
	margin: 0;
	font-weight: 400;
	text-align: center;
}

.container-header {
	height: 70px;
    background: url('https://s.motime.com/bandai/img/images/header-bg.svg?v=20170110143505') no-repeat;
    background-size: cover;
    border-bottom: 5px solid #fff;
    box-shadow: 0 2px 0 0px #FF9900;
    padding-top:8px;
}
.logo {
	background-image: url('https://s.motime.com/bandai/img/images/logo_gameasy.svg?v=20170110143505');
	background-size: contain;
    background-repeat: no-repeat;
    line-height: 40px;
    width: 95px;
    background-position: left;
    margin-left: 8px;
    height: 69px;
}
h3 {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 26px;
}

form {
	width: 260px;
	margin: 0 auto;
}
form input {
	width: 100%;
	box-shadow: none;
    border: 0;
    padding: 5px;
    background: transparent;
    color: #B6B6BB;
    -webkit-appearance: none;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    height: 30px;
    border: 1px solid #C6C6CC;
	border-radius: 2px;
    padding-bottom: 2px;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: 'Fira Sans Condensed', sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #121721 inset;
    -webkit-text-fill-color: #e7e7f9 !important;
}

input[type=submit] {
	cursor: pointer;
    display: inline-block;
    color:#fff;
    background: #00c1e2;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    background:
    linear-gradient(135deg, transparent 2px, #00c1e2 0) top left,
    linear-gradient(225deg, transparent 2px, #00c1e2 0) top right,
    linear-gradient(315deg, transparent 2px, #00c1e2 0) bottom right,
    linear-gradient(45deg,  transparent 2px, #00c1e2 0) bottom left;
    background-size: 51% 50%;
    background-repeat: no-repeat;
    border: 0;
    height: 40px;
    width:260px;
    font-size:22px;
    position: relative;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
