#gkTop, #topBanner {
	display:none;
}

#gkContentWrapper.noIntro {
	margin:0;
	padding:0 !important;
}

div#loginCon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
}

.H3-heb {
	margin-bottom:0;
}

a#resend_sms {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

.brn_login_form p.P3 {
	margin-top:0px;
}

#logo {
	margin: 43px 56px 0 0;
	float:right;
}

#loginRight {
	display:inline-block;
	float:right;
	width:50%;
	text-align:center;
	height:100%;
	position:relative;
}

#loginLeft {
    display: inline-block;
    float: right;
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url('/images/private_touch/new/login_background.jpg');
}

#loginRight form {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 300px;
    text-align: center;
    width: 452px;
    max-width: 100%;
}

input[type=password], input[type=text] {
	width: 452px;
	height: 56px;
	border-radius: 3px;
	box-shadow: inset 0 0 4px 0 rgba(106, 90, 90, 0.2);
	border: solid 1px #ced9e6;
	background-color: var(--white);
	padding: 15px 15px 15px 50px;
	
	background-position:left 15px center;
	background-repeat:no-repeat;
	background-size:21px;
}

input[type=text] {
	margin-bottom:17px;
	background-image:url('/images/assets/user-icon.png');
}

input[type=password] {
	background-image:url('/images/assets/password-icon.png');
}

.button1 {
	width:100%;
	margin-top:17px;
}

#form-login-remind {
	margin-top: 34px;
}

#form-login-remind a {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #8a96a0
}

label#loginFailed {
    margin-top: 10px;
    display: block;
}

label.error {
    display: block;
    text-align: right;
    width: 100%;
    margin-bottom: 15px;
}


dt {
	margin-top:17px;
	margin-bottom:5px;
	text-align:right;
}

form h6 {
    font-family: OpenSansHebrew;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: right;
    margin: 0;
    color: #000000;
    color: var(--black);
    margin-bottom: 10px;
}

.red {
	color: red;
}

