@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
	font-family: 'Poppins', sans-serif !important;
}

.login-pf body {
    background: url(../img/BackgroundYanmar.jpg);
    background-size: cover;
    background-position: 0;
    height: auto;
}

::placeholder {
	color: #667285;
	font-size: 16px;
	line-height: 24px;
}

form {
    margin:0px;
}

.background-video {
	position: fixed;
	bottom: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	z-index: 0;
	object-position: 50%;
}

.login-pf-page {
    padding: 0px 0px 96px;
    width: 100%;
    max-width: 65%;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.login-pf body:before {
    content: '';
    width: 100%;
    height: 100%;
    max-width: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
}

#kc-header {
	width: 360px;
	margin-bottom: 15%;
}

#kc-header-wrapper {
	padding: 0px 5px 0px;
}

.login-pf-header h5 {
	font-size: 16px;
    color: #667285;
}

div.kc-logo-text {
    background-size: contain;
    width: 45%;
    margin: unset;
    height: 50px;
}

.login-pf-page .card-pf {
	width: 100%;
	margin: 10% auto;
	max-width: 360px;
	padding: 0px;
	background: transparent;
	border: 0px;
	box-shadow: unset;
}

h1#kc-page-title {
    text-align: left;
    max-width: 100%;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
}

#kc-form-login input,
#kc-reset-password-form input  {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    height: 44px;
    font-size: 16px;
    color: #101A28;
    padding: 0px 15px 0px 40px;
    width: 100%;
    line-height: normal;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
	-webkit-border-radius:8px; 
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.pf-c-form__label-text {
	font-size: 14px;
	margin-bottom: 3px;
}

#kc-form-login input.pf-c-button,
#kc-reset-password-form input.pf-c-button {
	background: #DC1E37;
	height: 56px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding: 0px;
	border-radius: 16px;
	transition:0.3s;
	color: #fff;
}

.login-pf-page .login-pf-signup {
	color: white;
}

#kc-form-login .kc-form-options input {
	height: unset;
}

#kc-info {
    margin: 0px 0px 0px;
}

#kc-info-wrapper {
    font-size: 14px;
    background-color: transparent;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
}

.login-pf-page .login-pf-settings {
    font-size: 14px;
    float: right;
    margin: 10px 0px 25px;
    width: 100%;
    text-align: right;
    display: block;
}

.login-pf-page .login-pf-settings a {
    color: #333333;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

#kc-form-options {
    margin: 15px 0px 25px;
}

.checkbox label,
.radio label {
	color: #fff;
}

#kc-form-login input#rememberMe {
	width: 15px;
	height: 15px;
}

.checkbox label,
.radio label {
	padding-left: 25px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	margin-left: -25px;
}

#kc-form-login input:hover,
#kc-form-login input:focus,
#kc-reset-password-form input:hover,
#kc-reset-password-form input:focus {
	border: 1px solid #99C2FF !important;
}

#kc-form-login input:focus,
#kc-reset-password-form input:focus {
	-webkit-appearance: none;
	outline: none;
	background-clip: padding-box; 
    box-shadow: 0 0 0 4px #d7e7fe !important;
}

#kc-form-login input.pf-c-button:hover,
#kc-form-login input.pf-c-button:focus,
#kc-reset-password-form input.pf-c-button:hover,
#kc-reset-password-form input.pf-c-button:focus {
	border-color: #DC1E37 !important;
	background: #DC1E37 !important;
	outline: unset !important;
}

.pf-c-form-control:hover,
.pf-c-form-control:focus {
	padding-top: 7px;
}

.in-login {
	position: relative;
}

.in-login:last-child {
	margin:0px;
}

.icon-username,
.icon-password {
	position:relative;
}

.icon-username:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/user-login.svg);
    background-size: cover;
    position: absolute;
    left: 14px;
    top: 11px;
}

.icon-password:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/pass-login.svg);
    background-size: cover;
    position: absolute;
    left: 12px;
	top: 11px;
}

#kc-attempted-username {
    color: #475467;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

#kc-form-buttons {
	width:100%;
	margin:20px 0px;
}

.login-pf-page .login-pf-header {
	margin-bottom: 20px;
}

.copyright-login {
    position: absolute;
    bottom: 30px;
	left:30px;
}

.copyright-text {
	text-align: left;
	color: #667285  !important;
	font-size: 14px;
    margin:0px;
}

@media(max-width:1020px) {
	.login-pf-page {
		max-width: 100%;
		padding:40px 0px;
	}
	.copyright-login {
		display:none;
	}
}

@media(max-width:768px) {
	.login-pf-page {
		max-width: 100%;
	}
	#kc-header {
		padding-left: 0px;
	}
	#kc-info-wrapper {
		border-top: 0px;
	}
	.login-pf-page {
		justify-content: unset;
        padding-top: 40px;
	}
	.login-pf body:before {
		display:none;
	}
	.login-pf body { 
        background:#fff;
	}
}

@media(max-height:600px) {
	.login-pf-page {
		max-width: 65%;
	}
}

@media(max-width:480px) {
	.background-video {
		object-position: 60%;
	}
	.login-pf-page {
		overflow: hidden;
	}
	.copyright-login {
		left: 25px;
	}
	#kc-form-buttons {
		margin-top: 35px;
	}
    #kc-header-wrapper {
        padding: 0px 0px 0px;
    }
}

@media(max-width:420px) {
	#kc-form-login,
	#kc-header,
	.login-pf-page .card-pf,
	#kc-info-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.login-pf-page {
		padding-left: 15px;
		padding-right: 15px;
	}
}

input#code {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    height: 44px;
    font-size: 16px;
    color: #101A28;
    padding: 0px 15px 0px 15px;
    width: 100%;
    line-height: normal;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    -webkit-border-radius: 8px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input#code:focus {
	-webkit-appearance: none;
	outline: none;
	background-clip: padding-box; 
    box-shadow: 0 0 0 4px #d7e7fe !important;
}


#kc-sms-code-login-form .pf-c-form__label-text {
    color: #344154;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

#kc-form-options {
    padding: 0px;
}

#kc-form-buttons {
    padding: 0px;
}

.pf-c-button.pf-m-primary {
    background: #DC1E37;
    border-color: #DC1E37;
    height: 44px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    color: white;
    transition: 0.3s;
    border-radius: 8px;
}

.pf-c-button.pf-m-primary:hover, .pf-c-button.pf-m-primary:focus {
    border-color: #DC1E37 !important;
    background: #DC1E37 !important;
    outline: unset !important;
}

















