﻿@font-face {
 font-family: 'nokian-tyres-sans-2018-08-21';
 src: url('fonts/NokianTyresSans-Regular.eot'); 
 src: url('fonts/NokianTyresSans-Regular.woff2') format('woff2'),
      url('fonts/NokianTyresSans-Regular.woff') format('woff'), 
      url('fonts/NokianTyresSans-Regular.ttf') format('truetype'); 
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'nokian-tyres-sans-2018-08-21';
 src: url('fonts/NokianTyresSans-Bold.eot'); 
 src: url('fonts/NokianTyresSans-Bold.woff2') format('woff2'),
      url('fonts/NokianTyresSans-Bold.woff') format('woff'), 
      url('fonts/NokianTyresSans-Bold.ttf') format('truetype'); 
 font-weight: bold;
 font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}

html,body {
	margin: 0;
	padding: 0;
}
body {
	background: #fff !important;
	color: #262626; /* asphalt */
    font: normal 9pt/1.5em 'nokian-tyres-sans-2018-08-21', sans-serif;
    
}

a {
	color: #51b848;
	text-decoration: none;	
}
a:hover,
a:focus {
	color: #419439;
}

legend {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#header,
#crasman {
	background: #fff url(https://nokiantyres.studio.crasman.fi/pub/web/login/nokiantyres-marketing-toolbox-2.jpg) no-repeat 80px 0;
	height: 379px;
	margin: 0;
	width: 100%;
}
#content,
#auth-form {
	margin: 25px 0 0 80px;
}
	#content #auth-form {
		margin: 0;
	}

	label {
		color: #262626;
		text-shadow: none;
		text-transform: uppercase;
    	letter-spacing: 0.1em;
    	font-weight: bold;
	}
	#auth-form input[type=text], 
	#auth-form input[type=password],
	#auth-form textarea {
		background-color: #e9ebec;
		border: 1px solid #8f8f8f;
		color: #555; 
		height: 38px;
		margin: 5px 18px 3px 0;
		padding: 0 0 0 34px;
		width: 205px;
  
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	#auth-form input[type=text]:hover, 
	#auth-form input[type=password]:hover,
	#auth-form input[type=text]:focus, 
	#auth-form input[type=password]:focus,
	#auth-form textarea:hover,
	#auth-form textarea:focus {
		border-color: #51b848;
		outline: none;
	}


	#auth-form .field a, 
	#auth-form .field a:active {
		color: #999;
		text-shadow: none;
		width: auto;
	}
	#auth-form .field a:hover {
		color: #999;
		text-decoration: underline;
	}


	#auth-form input[type=submit] {

		background: #51b848; /* Old browsers */

		color: #fff;
        cursor: pointer;
        font-weight: bold;
        height: 40px;
        padding: 0;
        text-shadow: none;
        width: 134px;
		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border: 0;
		margin-top: 23px;

		font-family: 'nokian-tyres-sans-2018-08-21', sans-serif;
		transition: all 0.2s;

		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-size: 14px;

	}
	#auth-form input[type=submit]:hover {
		background: #419439; 
	}
	#auth-form input[type=submit]:active {
		background: #419439; 
	}

.intro {
	float: left;
	margin-left: 25px;
	margin-top: 25px;
}
	.intro p {
		margin-bottom: 1em;
	}
	.intro strong {
		font-weight: bold;
		text-transform: uppercase;
    	letter-spacing: 0.1em;		
	}
.intro.labels {
	clear: both;
	margin-left: 80px;
	width: 265px;
}
.intro.welcome {
	width: 410px;
}

#product-selector {
	display: none;
	margin: 120px 0 0 25px;
}

.error {
	color: red;
	font-weight: bold;
}
p.error {
	margin: 25px 25px 0 80px;
}

/* @account request form */

body.account-request {
	font-size: 0.875em;
}

.account-request #content {
	width: 900px;
}

.account-request fieldset {
    border: 1px solid #ccc;
    float: left;
    height: 380px;
    margin: 2px;
    padding: 12px;
    width: 442px;
  
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.account-request fieldset.personal-information {
    width: 394px;
}
.account-request #auth-form label {
    display: block;
    margin: 0.5em 0 0.2em 0;
}
.account-request #auth-form input[type=text] {
    margin: 0;
    padding: 0 10px;
}
.account-request #auth-form textarea {
    height: 90px;
    margin: 0;
    padding: 10px;
    width: 420px;
}

.account-request #auth-form input#recaptcha_response_field {
    background: #fff;
    border: 1px solid #ccc;
    height: auto;
    margin: 0;
    padding: 0;
  
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.account-request #auth-form input[type=submit] {
    margin-top: 1em;
}

/* @end account request form */