body {
    height: 100%;
}
.backgroundLogo{
    position: absolute;
    margin-left: 9px;
    width: 10%;
}
.loginInfo{
    background-color:  rgba(255, 255, 255, 0.95);
    width: 40%;
    height: 100%;
    margin-left:60%;
    margin-top: -29px;
    padding-left: 2%;
    padding-top: 10%;
    position: absolute;
}
.loginTitle{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.loginHeader{
    /*font-size: 45px;*/
    /*font-weight: 200;*/
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}
.loginLogo{
    position: relative;
    margin-left: 9px;
    width: 17%;
}
.klyckMissionDesc{
    width: 80%;
    font-weight: 200;
    margin-top: 20px;
    font-size: 15px;
    color: #a09e9e;

}

.newCustomerDiv{
    position: relative;
    margin-top: 30px;
    display: flex;
    font-size: 14px;
    flex-direction: row;
    align-items: center;
}

.newCustomerLabel{
    /*font-size: 14px;*/
    font-weight: 200;
    font-size: 16px;
    text-align: left;

}

.demoLink, .forgotPasswordLink{
    /*font-size: 14px;*/
    font-size: 16px;
    color:#f7941d
}
#loginForm{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 200;
    margin-top: 40px;
}
.emailLabel, .passwordLabel{
    color: #7e7c7c;
    font-size: 16px;
}

.loginInput{
    margin-top: 2px;
    width: 70%;
    font-size: 18px;
    font-weight: 200;
    border: transparent;
    border-bottom: 2px solid #f7941d;
    color: #929191;

    padding-left: 5px;
    background-color: rgba(247, 148, 29, 0.6);
    height: 30px;
}

.loginInput:focus{
    outline-color: #f7941d;
}

.loginInputDiv{
    display: flex;
    flex-direction: row;
}
.rememberMeDiv{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.rememberMeInput{
    width: 17px;
    outline: 1px solid #f7941d !important;
    color: #f7941d !important;
    opacity: 0.8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none;

    background-color: rgba(247, 148, 29, 0.4) !important;
    height: 17px;
}
.rememberMeInput:active, .rememberMeInput:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 3px rgba(0,0,0,0.1);
}

.rememberMeInput:checked {
	background-color: #e9ecee;
	outline: 2px solid #f7941d !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}

.rememberMeInput:checked {
	content: '&#9747';
	font-size: 14px;
    color: #f7941d;
}



.rememberMeLabel{
    color: #7c7b7b;
    font-size: 14px;
    font-weight: 200;
    margin-left: 3px;
}

.connectLoginButton{
    background-color: #f7941d ;
    font-size: 15px;
    font-weight: 200;
    outline: #9e5f11;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.orLabel{
    font-weight: 100;
    font-size: 20px;
    color: #7c7b7b;
}

.footerDiv{
    display: flex;
    flex-direction: column;
    color: #7c7b7b;
    font-size: 14px;
    font-weight: 200;
    position:absolute;
    margin-top: 30px;
    margin-left: 5px;
}

@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .loginInfo{
        padding-top: 20%;
        margin-left: 40%;
        width: 40%;
    }

    .backgroundLogo{
        margin-top: 1%;
        margin-left: 1%;
    }
    .loginLogo{
        width: 25%;
        margin-left: 10px;
    }
}




@media only screen and (max-width: 823px) and (orientation: landscape) {
    html{
        background-position: center top;
    }
    .emailLabel{
        color: black;
    }
    .loginInput{
        color: black;
        width: 60%;
        font-size: 15px;
    }
    .loginInfo{
        padding-left: 5%;
        height: 100%;
        background:rgba(255, 255, 255, 0.5);
        width: 100%;
        margin-left: -10px;
        padding-top: 12%;

    }
    .footerDiv{
        color: rgb(46, 46, 46);
        bottom: 20%;

    }

    #loginForm{
        margin-top: 20px;
    }

    .loginLogo{
        width: 13%;
    }
    .klyckMissionDesc{
        display: none;
    }

}


@media only screen and (max-width: 812px) and (orientation: portrait) {
    .backgroundLogo{
        width: 15%;
        margin-left: 5px;
    }
    .loginLogo{
        width: 25%;
        margin-left: 6px;
        padding-top: 2px;
    }
    .loginInfo{
        margin-left: 0;
        padding-top: 40%;
        height: 100%;
        background:rgba(255, 255, 255, 0.95);
        align-items: center;
        width: 100%;
    }

    .loginInput{
        width: 60%;
        font-size: 15px;
    }
    .klyckMissionDesc{
        display: none;
    }
    .klyckLink{
        background-color: rgba(0,0,0,0.05);
    }
}
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape) {
    .loginInput{
        width: 60%;
        font-size: 15px;
    }
    .loginLogo{
        width: 17%;
    }
    .loginInfo{
        margin-left: -10px;
        padding-top: 12%;
        width: 100%;
    }
    .klyckMissionDesc{
        display: none;
    }
}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
    .emailLabel{
        color: rgb(22, 22, 22);
    }

    .loginInput{

        color: black;
    }
    .loginInfo{
        margin-left: -10px;
        padding-top: 55%;
        padding-left: 5%;
        height: 100%;
        background:rgba(255, 255, 255, 0.5);
        width: 100%;
    }
    .footerDiv{
        color: rgb(46, 46, 46);
        bottom: 25%;
    }
}



@media only screen and (min-device-width : 768px) and (max-device-width: 1024px) and (orientation: portrait)  {

    .loginInfo{
        padding-top: 45%;
        margin-left: 30%;
        background: rgba(255, 255, 255, 0.95);
        width: 70%;
    }
    .loginLogo{
        width: 18%;
        padding-top: 2px;
        margin-left: 7px;
    }

    .backgroundLogo{
        margin-top: 1%;
        width: 20%;

    }

    .klyckMissionDesc{
        display: inline-flex;
    }
}


