/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
*/

body {
    font-size: 18px;
    color: #48484a;
    font-family: 'Gotham Book', Helvetica, Arial, sans-serif;
}

.login-layout {
    height: 100%;
    background: #f7f7f7;
    margin-bottom: -90px;
}
.login-header {
    border-bottom: 1px solid #dedede;
    background: #fff;
    height: 80px;
}

.login-header-content  {
    width:1000px;
    margin: 0 auto;
}

.login-footer {
    height: 90px;
    background: #474747;
    color: #dbdbdb;
}

.login-footer-content {
    text-align: center;
    padding: 1em;
    font-size: 20px;
}

.am-body-content {
    width:550px;
    margin:4em auto;
}

ul.errors {
    margin-bottom: 1em;
}

ul.errors li {
    color: #ba2727;
}

.login-body {
    padding-bottom: 100px;
}

.am-sendpass-form-wrapper {
    display: none;
}

h1 {
    font-size: 160%;
    text-align: left;
    margin-bottom: 1.2em;
}
a {
    text-decoration: none;
    color: #ff6600;
}

.am-lang-choice {
    float: right;
    height: 86px;
    line-height: 80px;
    padding-right: 1em;
    font-size: 12px;
}

.am-signup-link {
    float: right;
    text-align: right;
    padding-right: 2em;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    color: #666666;
}

legend {
    display: none;
}

a:visited {
    color: #ff6600;
}

a:hover {
   /* text-decoration: underline;*/
	 color: #ff9900;
}

.am-login-form,
.am-sendpass-form {

    width: 550px;
}

.element-title {
    display: none;
}

.element {
    padding-bottom: 1em;
}

input[type=checkbox] {
    border:2px solid #de6b00;
}

input[type=text],
input[type=password] {
/* itt kene feherre allitani a szovegboxot de nem csinalja*/
    background: #ffffff;
    border:2px solid #dedede;
    padding: 0.5em;
    width: 100%;
    box-sizing: border-box;
}

input:focus {
    outline:0;
    border:2px solid #ff6600;
}
/*ez kiuti a sarga hatteret  a chrome autofill-nel*/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
/*eddig a sarga...*/


/*ez a gomb*/
input[type=submit] {
    background: #ff6600;
    color: #ffffff;
    padding: 0.5em 1.5em;
    border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
input[type=submit]:hover {
    background: #ff9900;
    color: #ffffff;
    padding: 0.5em 1.5em;
    border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

input[type="submit"].button {
    background: #ff6600;
    color: #ffffff;
    padding: 0.5em 1.5em;
    border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/*ez a gomb idaig*/

#am-form-login-remember {
    margin-left: 1em;
}