/* Login Screen
------------------------------------- */

html, body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif !important;
    /* height: 100%; */
    color: #ACAFB2;
    display: block;
}

.hideDesk {
    display: none;
}

#header {
    display: none;
}

.wheels {
   background: url(/assets/styles/user/grid/layout/rattaat.png) left no-repeat;
   /* display:block; */
   width: 50%;
   height: 100%;
   position: absolute;
   left: 130px;
   top: -135px;
   z-index: 1;
   /* padding-left: 100px; */
}

.dude {
    background: url(/assets/styles/user/grid/layout/kiikari_rajattu.png) right no-repeat;
    /* display: inline-block; */
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    /* float: right; */
    /* top: 60px; */
    z-index: 1;
}

.container {
    width: 100%;
    max-width: 450px;
    padding: 210px 0 0;
    margin: auto;
    height: auto;
    min-height: 480px;
    position: relative;
    z-index: 100;
    /* border: solid #ccc; */
}	

.content_area {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 8px 8px 8px #00000014;
	border: 1px solid #CED5DB;
	border-radius: 10px;
	margin: auto;
	position: relative;
	padding: 25px 0px;
	/* color:  #ccc; */
}

.logo {
	/* width: 271px; */
	/* height: 140px; */
	margin-bottom: 25px;
	position: relative;
	z-index: 100;
}

.logo a {
    background: url(/assets/styles/user/grid/layout/Layer.svg) center no-repeat;
    width: 90px;
    height: 125px;
    display: block;
    margin: 0 auto;
}

div#builder_login {
    position: relative;
}

#loginForm {
}
[data-form-wrapper] {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
    margin: auto;
}
[data-form-wrapper] ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

[data-form-wrapper] li {
    text-align: center;
    /* margin: auto; */
}

[data-form-wrapper] input {
	color: #ACAFB2;
	height: 40px;
	width: 100%;
	border: 0px;
	max-width: 290px;
	text-align: center;
	font-size: 14px;
	margin: auto;
	margin: 10px auto;
	/* padding: 10px 0px; */
	/* border: solid; */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #BBC4CC;
	border-radius: 4px;
}

.overwriteDT input[type="checkbox"] {
	display: none;
}

.overwriteDT span {
	display: none;
}

[data-form-wrapper] input::placeholder {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif !important;
	color: #ACAFB2;
	font-weight: 800;
}

[data-form-wrapper] .loginButton,
[data-form-wrapper] .forgotButton,
[data-form-wrapper] .registerButton,
[data-form-wrapper] #sendVerify,
[data-form-wrapper] #resendVerify {
    padding: 10px 20px;
    background: #f7931e;
    border: 0px;
    border-radius: 7px;
    width: 100%;
    cursor: pointer;
    color: #fafafa;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 10px auto;
    transition: background 300ms ease-in-out;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    font-family: 'Montserrat', sans-serif !important;
    max-width: 290px;
}

[data-form-wrapper] .loginButton:hover,
[data-form-wrapper] .forgotButton:hover,
[data-form-wrapper] .registerButton:hover,
[data-form-wrapper] #sendVerify:hover,
[data-form-wrapper] #resendVerify:hover {
	background: #d88018;
	transition: background 300ms ease-in-out;
	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
}

select.noFancy {
    width: 100%;
    height: 44px;
    border-radius:  4px;
    text-align: center;
}

.forgot_links, .backTo, .backToUl {
	margin: 0;
	margin-top: 10px !important;
	padding: 0;
	list-style: none;
	text-align: center;
}
.verifyExplanation {
    font-size: 14px;
    font-weight: 400;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #58616A;
}
.verifyExplanation span {
    color: #f7931e !important;
    font-size: 18px;
}
.forgot h5, .backTo h5 {
    padding: 0px 0px 25px 0px;
    font-size: 18px;
    color: #58616A;
    font-weight: 100;
    text-align: center;
    max-width: 290px;
    margin: auto;
}

.forgot_links li, .backTo li, .backToUl li {
	color: #58616A;
	clear: both;
	text-align: center;
	font-size: 13px;
	padding: 5px 15px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif !important;
}

.forgot_links li p, .backTo li p, .backToUl li p {
	display: inline-block;
	margin: 0;
}

.forgot_links a, .backTo a, .backToUl a, li.policies a {
    text-decoration: none;
    color: #f7931e;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif !important;
}

.forgot_links a:hover, 
.backTo a:hover,
li.policies a:hover {
    text-decoration: underline;
    color: #58616A;
}
.regCaptcha {
    display: block!important;
    text-align: center;
    clear: both;
    /* padding-bottom: 6px !important; */
    margin: 10px auto;
    /* padding: 10px 0px !important; */
    max-width: 290px;
}
#g-recaptcha {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.legal {
	text-align: center;
	font-size: 0.7em;
	color: #323232;
	height: auto;
	width: 100%;
	margin: 30px 0;
}

.legal p {
	/* padding-right: 15px; */
	color: #58616A;
	margin: 0;
}        
        

.legal a {
    text-decoration: none;
    color: #f7931e;
}

.legal a:hover {
    text-decoration: underline;
    color: #58616A;
}

#registerForm li.policies {
	color: #58616A;
	clear: both;
	text-align: center;
	font-size: 13px;
	/* padding: 10px 10px; */
	margin: 10px auto;
	max-width: 290px;
}

#registerForm li.policies input[type="checkbox"] {
	height: auto;
    width: auto;
    border: initial;
}
.passwordTip {padding: 0px 15px !important;}
.passwordTip p, .register-thanks p {
    color: #58616A;
    font-size: 14px;
    text-align: center;
}
.register-thanks h4 {
    color: #58616A;
    font-size: 25px;
    text-align: center;
}
#bxcontainer {
  visibility:hidden;
  top: 0;
  position: absolute;
  /* bottom: 0; */
}
#bxsid {visibility: hidden;}

.fancy-select {
    font-size: 12px;
    display: block !important;
    position: relative;
    font-weight: normal !important;
    padding: 0px !important;
    border: 1px solid #BBC4CC;
    border-radius: 4px;
    text-align: center;
    color: #ACAFB2;
    height: 42px;
    width: 100%;
    max-width: 290px;
    margin: 10px auto;
}

.fancy-select .text {
    height: 44px !important;
    line-height: 42px;
    /* padding: 0 30px 0 10px !important; */
    border: 0px solid #BBC4CC;
    border-radius: 4px;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.12);
    background: white;
    /* color: #58616A; */
    font-size: 13px;
    width: 100%;
    /* display: block; */
}

.fancy-select .text:hover {
    /*border-color: #CED5DB;
    -webkit-transition: .1s linear border;
    -moz-transition: .1s linear border;
    -ms-transition: .1s linear border;
    -o-transition: .1s linear border;
    transition: .1s linear border;*/
}

.fancy-select .text:focus {
    border-color: #8ccfff;
    box-shadow: 0 0 5px #8ccfff, inset 0 0 2px rgba(0, 0, 0, 0.12);
}

.fancy-select .arrow {
    position: absolute;
    right: 0;
    height: 44px !important;
    width: 46px !important;
    margin: 0 !important;
    line-height: 42px;
    text-align: center;
    color: #ACAFB2;
    font-size: 13px;
    /* background: #FF9D00; */
}

div.fancy-select .arrow > i {
    pointer-events: none;
}

/*.fancy-select .arrow:hover {
    background-color: #FFB237;
}*/

ul.fancy-select {
    margin-left: 0px !important;
    /* z-index: 99999; */
    font-size: 12px;
    border-left: solid 1px #BBC4CC;
    border-bottom: solid 1px #BBC4CC;
    border-right: solid 1px #BBC4CC;
    background: white !important;
    background-color: white;
}

ul.fancy-select {
    max-height: 250px;
    width: 100%;
    /* max-width: 288px; */
    height: auto;
    word-break: break-all;
    z-index: 99999;
}

ul.fancy-select li:hover {
    background-color: silver !important;
    color: #fff;
}

ul.fancy-select li .text:hover {
	background-color: silver !important;
    color: #fefefe !important;
}

ul.fancy-select li.selected {
    background-color: #FF9D00 !important;
    font-weight: normal !important;
}

ul.fancy-select li.selected .text {
    color: #fefefe !important;
    /* width: 100%; */
}

ul.fancy-select li {
    padding: 10px 0px !important;
    border: 0px solid #BBC4CC !important;
    background-color: #fefefe !important;
    width: 100%;
}

ul.fancy-select li .text {
    background: none;
    border: 0;
    display: block;
    color: #484848;
    height: auto !important;
    line-height: 20px !important;
    width: 100% !important;
    /* padding: 10px 0px !important; */
}

ul.fancy-select li .text:hover,
ul.fancy-select li .text:focus {
    border-color: none;
    box-shadow: 0 0 0px #8ccfff, inset 0 0 0px rgba(0, 0, 0, 0.12);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
div.select.select_focus,
.loginButton:focus {
	border-color: #FF9D00;
    box-shadow: 0 0 5px #FF9D00, inset 0 0 2px rgba(0, 0, 0, 0.12);
    outline: #FF9D00;
}
@media (max-width: 1024px) {

    .hideMob {
        display: none;
    }
    .hideDesk {
        display: block;
    }
    header#header {
        box-shadow: 0px 3px 6px #0000001A;
        /* z-index: 101; */
        position: relative;
        display: block;
        margin-bottom: 10px;
    }
    #header .logo {
        /* width: 271px; */
        /* height: 140px; */
        margin-bottom: 0px;
        padding: 15px;
        position: relative;
        /* z-index: 100; */
    }
    #header .logo a {
        background: url(/assets/styles/user/grid/layout/factory.png) center no-repeat;
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 auto;
    }
    .wheels {
	   display: none;
	}

	.dude {
		display: none;
    }
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0px;
        margin: auto;
        height: auto;
        min-height: auto;
        position: relative;
        /* z-index: 100; */
        /* border: solid #ccc; */
    }
    .content_area {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 0px #00000014;
        border: 0px solid #CED5DB;
        border-radius: 0px;
        margin: auto;
        position: relative;
        padding: 40px 0px 0px;
        /* color: #ccc; */
    }
    .welcome {
        text-align: center;
        font-size: 22px;
        text-transform: uppercase;
        letter-spacing: 1.76px;
        color: #6B747E;
        font-weight: 800;
        margin-bottom: 15px;
    }
    [data-form-wrapper] input {
        color: #ACAFB2;
        height: 40px;
        width: 100%;
        border: 0px;
        max-width: 235px;
        text-align: center;
        font-size: 14px;
        margin: auto;
        margin: 5px auto;
        /* padding: 10px 0px; */
        /* border: solid; */
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #BBC4CC;
        border-radius: 4px;
    }
    .overwriteDT input[type="checkbox"] {
        color: #ACAFB2;
        height: 25px;
        width: 25px;
        border: 0px;
        text-align: center;
        font-size: 14px;
        vertical-align: middle;
        /* margin: auto; */
        margin: 5px auto;
        /* padding: 10px 0px; */
        /* border: solid; */
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #BBC4CC;
        border-radius: 4px;
        outline: none;
        cursor: pointer;
        display: inline-block;
    }
	.overwriteDT span {
        text-align: center;
        font-size: 14px;
        padding-left: 10px;
        vertical-align: middle;
        color: #58616A;
        display: inline-block;
    }
	[data-form-wrapper] .loginButton, [data-form-wrapper] .forgotButton, [data-form-wrapper] .registerButton, [data-form-wrapper] #sendVerify, [data-form-wrapper] #resendVerify {
        padding: 10px 20px;
        background: #f7931e;
        border: 0px;
        border-radius: 7px;
        width: 100%;
        cursor: pointer;
        color: #fafafa;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 800;
        margin: 10px auto;
        transition: background 300ms ease-in-out;
        -webkit-transition: background 300ms ease-in-out;
        -moz-transition: background 300ms ease-in-out;
        -o-transition: background 300ms ease-in-out;
        font-family: 'Montserrat', sans-serif !important;
        max-width: 240px;
    }
	.verifyExplanation {
		font-size: 14px;
		font-weight: 400;
		max-width: 240px;
		margin: 0 auto;
		margin-bottom: 20px;
		color: #58616A;
	}
	.forgot h5, .backTo h5 {
		padding: 0px 0px 25px 0px;
		font-size: 18px;
		color: #58616A;
		font-weight: 100;
		text-align: center;
		max-width: 240px;
		margin: auto;
	}
	.forgot_links li p, .backTo li p, .backToUl li p {
		/* display: inline-block; */
		margin: 0;
	}
	.regCaptcha {
		display: block!important;
		text-align: center;
		clear: both;
		/* padding-bottom: 6px !important; */
		margin: 10px auto;
		/* padding: 10px 0px !important; */
		max-width: 240px;
	}
		#registerForm li.policies {
		color: #58616A;
		clear: both;
		text-align: center;
		font-size: 13px;
		/* padding: 10px 10px; */
		margin: 10px auto;
		max-width: 240px;
	}
	.fancy-select {
        font-size: 12px;
        display: block !important;
        position: relative;
        font-weight: normal !important;
        padding: 0px !important;
        border: 1px solid #BBC4CC;
        border-radius: 4px;
        text-align: center;
        color: #ACAFB2;
        height: 42px;
        width: 100%;
        max-width: 239px;
        margin: 5px auto;
    }
    .mobileNotice {
		background: #525C67;
		color: #fff;
		padding: 25px 30px;
		display: flex;
	}
	.mobileNotice i {
		color: #FF9D00;
		display: inline-block;
		font-size: 25px;
		margin-right: 10px;
	}
	.mobileNotice p {
		font-size: 12px;
		margin: 0;

	}
	.mobileNotice .big {
		font-size: 14px;
		font-weight:800;

	}
}