@font-face {
  font-family: IDEMIA-Regular;
  src: url("../fonts/IDEMIA-UI-Regular.otf");
}

body {
    background-image: url('../img/201709-purple-background-1920x1080.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
    font-family: IDEMIA-Regular;
    width: 100%;
    display: block;
    height: 100vh;
}

a {
    color: #fff;
}
.center-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	font-size: x-large;
}

.content-container {
	width: 60%;
	max-width: 1000px; /* Adjust as needed */
}

.center-text {
	text-align: justify;
	justify-content: center;
}
.button-container {
	margin-top: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 3px;
    background-color: #5400e4;
    font-size: 18px;
    color: white;
    font-size: x-large;
    font-weight: 600;
    height: 58px;
    cursor: pointer;
}

.button-container[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}
#terms {
	margin-top: 20px; /* Apply margin-top before the checkbox */
}

div#kc-header {
    width: calc(100% - 40px);
    background: url(../img/company-logo.svg) no-repeat center right;
    height: 50px;
    top: 20px;
    right: 20px;
    position: absolute;
    background-size: contain; /* Scale the background image to fit within the dimensions */
}

#kc-page-title {
    background: url(../img/IDEMIA_AUGMENTED_VISION_LOGO_RGB.svg) no-repeat center center;
    height: 80px;
    margin: 0 0 80px 0;
}

.login-block {
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 5px;
    width:25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #9f52ff;
}

div#kc-form label {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #555;
}

div#kc-form-login {
    text-align: center;
}

div#info-area {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-top: 45px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    width: 100%;
}

div#info-area p {
    margin-right: 30px;
    display: inline;
    text-shadow: none;
    font-size: 20px;
}

input[type=text], input[type=password] {
    font-size: 16px;
    margin-bottom: 40px;
    border-width: 0 0 1px 0;
    padding: 10px 0 10px 40px;
    width: calc(100% - 40px);
    font-weight: 900;
    font-family: 'IDEMIA-Regular';
    line-height: 20px;
    letter-spacing: 1px;
}

input[id=username] {
    background: url("../img/mat-person.svg") no-repeat center left;
    background-size: 25px;
}

input[id=password] {
    background: url("../img/mat-lock_open.svg") no-repeat center left;
    background-size: 25px;
}

button[data-password-toggle] {
    display: none;
}

input:focus {
    outline: none;
}

input[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 3px;
    background-color: #5400e4;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    width: 100%;
    font-family: IDEMIA-Regular;
    font-weight: 600;
    height: 58px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #350090;
}

div#kc-form-options div {
    display: inline-block;
    margin-right: 20px;
    font-size: 25px;
}

div#kc-form-options div label {
    font-size: 20px;
}

div#kc-feedback {
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

div#kc-feedback-wrapper {
    padding: 1em;
}

div.feedback-success,
#kc-info-message {
    border-radius: 5px;
    color: #88ba50;
    margin-bottom: 30px;
    font-weight: 600;
    padding-left: 40px;
    background: url(../img/check-circle-solid.svg) no-repeat center left;
    background-size: 25px;
    line-height: 30px;
}

div.feedback-warning {
    border-radius: 5px;
    color: #f28e04;
    margin-bottom: 30px;
    font-weight: 600;
    padding-left: 40px;
    background: url(../img/exclamation-triangle-solid.svg) no-repeat center left;
    background-size: 25px;
    line-height: 30px;
}

div.feedback-error,
.alert-error {
    border-radius: 5px;
    color: #fc3732;
    margin-bottom: 30px;
    font-weight: 600;
    padding-left: 40px;
    background: url(../img/info-circle-solid.svg) no-repeat center left;
    background-size: 25px;
    line-height: 30px;
}

div#kc-header-wrapper {
    display: none;
}

div#kc-registration {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 1.8em;
    margin-bottom: 20px;
    margin-top: 2em;
}

div#social-login {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    float: right;
    width: 150px;
    padding: 20px 0 200px 40px;
}

div.social-login span {
    display: none;
}

div#kc-social-providers ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#kc-social-providers ul li {
    margin-bottom: 20px;
}

div#kc-social-providers ul li span {
    display: inline;
    width: 100px;
}

a.zocial {
    border: none;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    background: -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    color: rgba(0,0,0,0.6);
    width: 130px;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
