/* fonts */
@font-face {
    font-family: 'Asap-Bold';
    src: url('/webpay-admin/fonts/Asap-Bold-webfont.eot');
    src: url('/webpay-admin/fonts/Asap-Bold-webfont.eot?#iefix') format("embedded-opentype"), url('/webpay-admin/fonts/asap-bold-webfont.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'asap';
    src: url('/webpay-admin/fonts/asap-regular-webfont.eot');
    src: url('/webpay-admin/fonts/asap-regular-webfont.eot?#iefix') format("embedded-opentype"), url('/webpay-admin/fonts/asap-regular-webfont.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
}

#main-container {
    font-family: Asap, serif;
	min-height: 100%;
	background-image: url('/webpay-admin/images/SVEA-BG_1170px@2x.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -100px;
}

/* header */
.header {
	width: 100%;
	background-color: #00acc7;
}

.header .wrapper {
	width: 1170px;
}

@media (max-width: 1200px) {
.header .wrapper {
    width: auto;
  }
}

.header img {
    margin: 20px 0 20px 0;
}

/* main-content */
#main-content,
.wrapper {
    margin-left: auto;
    margin-right: auto;
}


.login-box {
	width: 40%;
    max-width: 900px;
    min-width: 450px;
    margin: 50px auto 0;
    padding: 38px;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0 2px 7px 1px rgba(128,128,128,0.5);
    overflow: auto;
}

.login-container h1 {
    font-family: Asap-Bold, Georgia, sans-serif;
    font-size: 30px;
    color: #002C50;
    margin-top: 0;
}

.login-container h4, 
.login-container h2 {
	color: #002C50;
}

.form-container {
    background-color: #F9F9F9;
    padding: 25px 30px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 20px;
}

.renew-password-container {
	padding: 25px 30px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	margin-bottom: 5px;
	line-height: 22px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

/* inputs */
.form-group input {
	font-family: Asap, serif;
	height: 2.5em;
	width: 100%;
	padding: 6px 12px;
	font-size: 15px;
    font-weight: normal;
    color: black;
    background-color: white;
    border-style: none;
    border-radius: 4px;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .075);
}

.form-group input:focus {
	outline: none;
    border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

/* buttons */
form button.login-button {
	min-height: 40px;
    background: linear-gradient(-180deg,#3FBBD3 0,#00ACC7 100%);
    color: white;
    border-radius: 20px;
    padding: 10px 25px;
    float: right;
    text-shadow: none;
    font-size: 16px;
    border: none;
}

form button.login-button:hover {
	color: #00AECE;
	box-shadow: none;
}

form button.login-button span.ui-button-text {
	font-family: Asap-Bold, sans-serif;
	padding: 0;
}

form button.login-button span.ui-button-text:hover {
	text-shadow:none;
}

form .loading-icon {
	width:16px;
	height:16px;
}

/* footer */
#footer {
	font-family: Asap, serif;
	background-color: #DCEEF6;
    height: 150px;
    line-height: 22px;
    font-size: 18px;
    color: #333;
    margin-top: 100px;
}

#footer div {
	padding-top: 40px;
	text-align:center;
}
