@import url(https://fonts.googleapis.com/css?family=Montserrat);

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
    height: 100%;
    background-color: #121721;
    color: #e7e7f9;
    font-family: 'Montserrat', Tahoma, sans-serif;
    font-size: 15px;
}

*:focus {
    outline: 0;
}

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

.container-header {
	height: 60px;
	height: 60px;
    background: #00c1e2;
}
.logo {
	background-image: url('https://s.motime.com/gameasy/img/images/logo_gameasy.svg?v=20160520073625');
	background-size: contain;
	background-position: center 20px;
    background-repeat: no-repeat;
    height: 56px;
    margin: 0 auto;
    width: 150px;
}
h3 {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 22px;
}

form {
	width: 260px;
	margin: 0 auto;
}
form input {
	width: 100%;
	box-shadow: none;
    border: 0;
    padding: 5px;
    background: transparent;
    color: #e7e7f9;
    -webkit-appearance: none;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    height: 28px;
    border-bottom: 2px solid rgba(231,231,249,0.5);
    padding-left: 0;
    padding-bottom: 2px;
    margin-bottom: 30px;
    border-radius: 0;
    font-size: 14px;
}

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

input[type=submit] {
	cursor: pointer;
    height: 35px;
    display: inline-block;
    border: 1px solid #e7e7f9;
    font-size: 15px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    border-color: #f84975;
    background: #f84975;
    text-transform: uppercase;
    font-size: 19px;
}

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+ */
