* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	color: #4A4A4A;
	font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif;
	position: relative;
    background: url(https://www.gtb4u.nl/onderhoud/Layout/BiedMeer/Images/Login/bg_shopping_2017.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

input {
	font-family: inherit;
}

a {
	color: #34495e;
	text-decoration: none;
	-webkit-transition: all 0.30s ease;
	-moz-transition: all 0.30s ease;
	-ms-transition: all 0.30s ease;
	-o-transition: all 0.30s ease;
	transition: all 0.30s ease;
	outline: none;
}

.clear {
	clear: both;
}

.input-domain {
	position: relative;
	line-height: 1.5;
    margin-bottom: 20px;
}

.help-icon {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 18px;
    color: #00aeef;
    font-size: 22px;
    z-index: 11;
}

.input-domain-help {
	display: none;
	padding: 10px;
    position: absolute;
    width: 250px;
    font-weight: normal;
    text-align: center;
    font-size: 11px;
    color: #000;
    background: white;
    top: 246px;
    right: 22px;
    z-index: 999;
    box-shadow: 1px 1px 3px #ccc;
}

/** LOGIN SECTION **/
body {
    font-family: 'Roboto', sans-serif;
    color: #4A4A4A;
}

a:hover {
    text-decoration: none;
    color: #8D9192;
}

#logo-ccv-shop {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background: url(https://www.gtb4u.nl/onderhoud/Layout/BiedMeer/Images/Login/ccv-logo.svg) no-repeat center center;
    left: 50px;
    top: 50px;
}

.login-section {
    position: relative;
}

.login-box {
    margin: 50% auto 0px;
    padding: 40px;
    background: rgba(255,255,255,0.9);
    float: left;
    width: 100%;
    position:relative;
    max-height: 464px;
}

.login-box p {
    margin-bottom: 40px;
    color: #4A4A4A;
}

.login-box h1 {
    margin-bottom: 5px;
    font-size: 28px;
    margin-top:0px;
    height:64px;
    overflow:hidden;
}

.login-box label, #forgot-psw-popup label {
    font-size: 13px;
    color: #4A4A4A;
    margin-bottom: 5px;
    float:left;
    width:100%;
}

.login-box input, #forgot-psw-popup input {
    width: 100%;
    height: 45px;
    border: solid 1px rgba(74, 74, 74, 0.3);
    margin-bottom: 10px;
    padding-left: 20px;
    border-radius: 0px;
    background: #fff;
    color: #4A4A4A;
    position: relative;
    z-index: 2;
}

.login-box input.no-background{
    background: none !important;
}

.login-box input:focus, #forgot-psw-popup input:focus {
    border: 1px solid #009fe3;
    outline: 0;
    box-shadow: none;
}

.login-box-footer .checkbox-styling{
    width: 25px;
    height: auto;
}

.login-box-footer {
    color: #8d9192;
}

a.back-button {
    width: 100px;
    background:#4A4A4A;
    color:#fff;
    float:none!important;
    margin:0 auto;
    display:block;
    height:35px;
    line-height: 35px;
    text-align: center;
}

.forgot-psw {
    float: left;
    width:100%;
    text-align:center;
    color: #4A4A4A;
    margin-top:20px;
}

.forgot-psw:hover{
    color: #333;
}

.login-box button, a.button {
    background: #82C55B;
    color: #fff;
    height: 45px;
    padding: 0 20px;
    width: 100%;
    border: none;
    margin-top: 20px;
    border-radius: 0px;
    float: right;
    font-size: 14px;
    text-transform:uppercase;
}

a.button{
    padding: 16px 20px;
    text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}

.login-box button:hover, a.button:hover{
    background: #5e983d;
}

.login-box .new-pw {
    width: auto;
}

.login-box button:hover {
    background: #7DBD58;
}

.login-box .cancel {
    width: auto;
    color: #8D9192;
    background: none;
}

.login-box .cancel:hover {
    background: none;
}

/** IMG SECTION **/

.img-section {
    position: relative;
    float: left;
    width: 100%;
    margin: 50% auto 0px;
    background:rgba(0, 159, 223, 0.8);
}

.img-section-content {
    float:left;
    width:100%;
    min-height:410px;
	max-height: 410px;
    color: #fff;
    padding:40px;
}

.generic-login .img-section-content {
    min-height: 477px;
}


.generic-login .login-box {
    max-height:477px;
}

.img-section-content h1 {
    margin-bottom: 7px;
    font-size: 28px;
    line-height: 32px;
    margin-top:0px;
    height: 64px;
    overflow: hidden;
}

.img-section-content .text {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    min-height: 144px;
}

.generic-login .img-section-content .text {
	min-height: 212px;
}

.img-section .button {
    color: #4A4A4A;
    background: #fff;
    height: 45px;
    padding: 13px 0px;
    border-radius: 0px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 38px;
}

.img-section .button:hover {
    background: #ddd;
}

#logo-ccv {
    position: absolute;
    z-index: 2;
    display: block;
    width: 120px;
    height: 60px;
    background: url(https://www.gtb4u.nl/onderhoud/Layout/BiedMeer/Images/Login/ccv-shop-logo.svg) no-repeat center center;
    right: 50px;
    bottom: 50px;
    background-size: 120px;
}

/** LANGUAGE PICKER **/

#language-picker {
    text-transform: uppercase;
    font-size: 12px;
    z-index: 1001;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 20px;
    min-width: 190px;
}

#language-picker ul li.dropdown ul{
    display: none
}

#language-picker ul {
    padding: 20px;
    margin-bottom: 0;
    color: #fff;
    min-width: 200px;
}

#language-picker li {
    color: #fff;
}

#language-picker ul li {
    list-style-type: none;
    padding: 5px;
    font-size: 12px;
}

#language-picker ul li a {
    list-style-type: none;
    color: #B1B1B1;
    text-decoration: none;
}

#language-picker ul li img{
    padding-right: 10px;
}

.language-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    border-radius: 2px;
    color: #B1B1B1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
    z-index: 3;
}

.language-toggle.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
}

.lanquage-fix {
    right: 0px;
    position: relative;
}

/** CARD LOGIN **/

.login-box h4 {
    margin:0px 0px 40px 0px;
}

.login-box .ccv-card p{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.ccv-card .material-icons{
    vertical-align: middle;
    font-size: 20px;
}

.inline-alert {

    position: absolute;
    bottom: 410px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.generic-login .inline-alert {
    bottom: 477px;
}

.inline-alert i {
    font-size: 18px;
    vertical-align: middle;
    display: table-cell;
    width: 10%;
    text-align: center;
}

.inline-alert p.alert-description{
    font-size: 14px;
    padding: 15px;

    text-align: left;
    margin-bottom: 0px;
    text-indent:0px;
    width: 100%;
    display: inline-table;
}

.inline-alert span {
    display: table-cell;
    width: 90%;
    vertical-align: middle;
    text-align: left;
}

.inline-alert-error {
    background-color: #FFEBEE;
}

.inline-alert-error p.alert-description {
    color: #d82114;
    border: 1px solid #ffbfc9;
    border-left: 10px solid #ffbfc9;
}
.inline-alert-error i {
    color: #F44336;
}


.inline-alert-info {
    background-color: #cce5ff;
}

.inline-alert-info p.alert-description {
    color: #004085;
    border: 1px solid #b8daff;
    border-left: 10px solid #b8daff;
}
.inline-alert-info i {
    color: #004085;
}

#forgot-psw-popup{
    display: none;
    position: absolute;
    top: 30%;
    left:0;
    right:0;
    z-index: 9999;
    max-width: 500px;
    margin: 0 auto;
    width:100%;
}

#forgot-psw-popup .ccv-card {
    padding:40px;
}

#forgot-psw-popup h4 {
    margin-bottom:30px;
}

.ccv-dialog{
    z-index: 1005;
    position: relative;
}

#forgot-psw-popup button{
    background: #82C55B;
    color: #fff;
    height: 50px;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    width:100%;
}

a.close-forgot-psw-popup {
    padding: 15px;
    margin: 0 auto;
    width:100%;
    text-align:center;
}

.dialog-overlay{
    position: fixed;
    z-index: 0;
    background-color: #000;
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0,rgba(0,0,0,1) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0,rgba(0,0,0,1) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0,rgba(0,0,0,1) 100%);
    background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.clean-dialog-overlay{
    position: fixed;
    z-index: 1004;
    background-color: #000;
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,1) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,1) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,1) 100%);
    background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#login-container .row.no-margin {
    margin-left:0px;
    margin-right:0px;
}

#login-container .col-lg-8, #login-container .col-md-6{
    padding-right: 0;
    padding-left: 0;
}

#login-container .col-lg-4, #login-container.col-md-6{
    padding-right: 0;
    padding-left: 0;
}

.password-background {
  position: relative;
  top: -55px;
  margin-bottom: -45px;
  height: 45px;
  width: 0;
  border-radius: 0px;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#password {
  background: none;
}

.strength {
    position: absolute;
    top: 160px;
    right: 30px;
}

#PasswordStrength {
	height: 45px;
	width: 100%;
    background-color:#fff;
}

#PasswordStrength > span {
	background: #2ecc71;
	display: block;
	height: 45px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
    border-radius: 2px;
}

#PasswordStrength small {
	margin-top: 10px;
	display: block;
}

#PasswordStrength.orange span {
	background: #e67e22;
}

#PasswordStrength.red span {
	background: #e74c3c;
}

.feedback{
    position: absolute;
    right: 5px;
    top: 43px;
    font-size: 14px;
    color: #777;
}

.full-width{
    width: 100%;
}

input#DomainName{
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon {
    color: #4A4A4A;
    background-color: #f8f8f8;
    border-radius:0px;
}

/* MEDIA QUERIES */
@media (max-width: 1200px) {
    .login-box, .img-section {
        margin:200px auto 0px;
    }
    #logo-ccv-shop, #language-picker {
        top:3%;
    }
}

@media (min-width: 768px) {
    body {
        min-height: 865px;
    }
}

@media (max-width: 767px) {
    .img-section {
        margin-top:0px;
    }
    .login-box {
        margin: 180px auto 0px;
    }
    #language-picker {
        right: 0%;
        top: 2%;
    }
    #logo-ccv {
        position:relative;
        right:0px;
        left:0px;
        bottom:0px;
        float:left;
        width:100%;
        background-color: rgba(255,255,255,0.9);
        padding:40px 0px;
        margin:0 auto;
        height:50px;
    }

    #logo-ccv-shop {
        width:50px;
        height:50px;
        background-size:100%;
        left:40px;
    }

    .img-section-content p.text, .generic-login .img-section-content, .img-section-content {
        min-height: initial!important;
    }
}

@media (max-width: 420px) {
    .login-box h1 {
        font-size: 26px;
    }

    .login-box, .img-section, #forgot-psw-popup .ccv-card {
        padding:20px;
    }

    .img-section-content {
        padding:0px;
    }

    #logo-ccv-shop {
        width: 40px;
        height: 40px;
        left:20px;
    }

    #logo-ccv {
        height:40px;
    }

    #language-picker ul {
        min-width:155px;
    }
    .inline-alert-error {
        bottom:370px;
    }
    .generic-login .inline-alert-error {
        bottom: 438px;
    }
}

ul {
	list-style: none;
}

.spacer-s-top {
	margin-top: 10px;
}