
#kc-logo-wrapper {
    background: url("../img/blank.png") no-repeat top right;
    height: 25px;
    width: 200px;
    background-size: contain;
}

#kc-container-wrapper {
    width: 450px;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-top: 250px;
}

#kc-header-wrapper {
    font-size: 18px;
    text-align: center;
    height: 30vh;
    padding: 0;
}

.login-pf-page
.card-pf {
    background: transparent;
    display: table;
    min-width: 320px;
    width: 100%;
	box-shadow: none;
	border-top: none;
	padding: 0 20px;
}

.login-pf-page
.card-pf
.login-pf-header {
    display: none;
}

form#kc-totp-settings-form {
    padding-bottom: 35px;
}

ul#kc-totp-supported-apps {
    color: #8A77FF;
}

#kc-content {
    position: relative;
    background: #19352a;
    border-radius: 25px;
    padding: 35px;
    padding-top: 20px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
}

#kc-content-wrapper {
    margin: 0;
}

#kc-form {
    padding: 0;
}

#kc-form,
#kc-form * {
    overflow: hidden;
}

#kc-form-wrapper {
    margin-top: 0;
}

.control-label {
    color: white;
    font-size: 16px;
    font-family: 'Ginka Regular',Arial,sans-serif;
}

.login-pf-page
.card-pf
.form-control {
    background-color: #19352a !important;
    color: white;
    border: none;
    border-bottom: 1px solid #70FF00;
    height: 26px;
	font-size: 14px;
}

.login-pf-page
.card-pf
.login-pf-settings {
    display: block;
    margin-top: 25px;
}

#kc-info {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 30px;
}
#kc-info-wrapper {
    font-size: 12px;
    line-height: 16px;
    font-style: oblique;
	background: none;
	text-align: left;
	padding: 0 40px;
}

a {
    color: white;
    text-decoration: none;
}

label {
    font-weight: 400;
}

.login-pf a:hover {
    color: #8A77FF;
}

.login-pf-page {
	padding-top: 0px
}

.login-pf body {
    background: url("../img/abion_bg.jpg") no-repeat center center fixed;
    background-size: cover;
    font-family:  'Ginka',Arial,sans-serif;
    height: -webkit-fill-available;
	height: 100%;
    --pf-c-input-group--BackgroundColor: #19352a;
}

.login-pf .container {
    color: #000;
}

.login-pf .container [class^='alert'] {
    color: #cc0000;
}

.login-pf .container .details {
    border-left: 2px solid #3BABFF;
    color: #3BABFF;
}

.btn-primary,
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary.focus,
.dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:hover,
.open {
	outline: 0px;
    background-color: #70FF00;
    background-image: none;
    border: none;
    color: black;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 20px;
	float: right;
	font-family: 'Ginka',Arial,sans-serif;
}

div.kc-logo-text {
    background-image: url(../img/blank.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 30px;
}

#kc-form-buttons {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-primary:hover, 
.btn-primary:active
.btn-primary:focus {
    background-color: #70FF00;
    color: black;
}

.required {
    color: #FF4D00
}

div#kc-content::before {
    content: 'Abion Core';
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 40px;
    color: white;
    font-family: 'Reckless',Serif,sans-serif;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.footer {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.footer-wrapper {
    background-image: url(../img/abion.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 50px;
    margin-top: 50px;
    text-align: center;
}


.form-control:focus {
    border-color: #0088ce;
    outline: 0;
    box-shadow: none;
}

.pf-c-alert.pf-m-danger.pf-m-inline {
    background: #19352a;
    border: 0px;
    color: #FF4D00
}

.pf-c-alert.pf-m-inline::before {
    width: 0px;
}

.pf-c-alert.pf-m-danger .pf-c-alert__title {
    color: #FF4D00;
}

.pficon-error-circle-o:before {
    color: #FF4D00;
}

input, textarea, select {
    &:-webkit-autofill {
        &, &:hover, &:focus {
            -webkit-text-fill-color: white;
            -webkit-box-shadow: 0 0 0px 1000px #19352a inset;
            box-shadow: 0 0 0px 1000px #19352a inset;
            transition: background-color 5000s ease-in-out 0s;
        }
    }
	 &:-internal-autofill-selected {
        &, &:hover, &:focus {
            -webkit-text-fill-color: white;
            -webkit-box-shadow: 0 0 0px 1000px #19352a inset;
            box-shadow: 0 0 0px 1000px #19352a inset;
            transition: background-color 5000s ease-in-out 0s;
        }
    }
}

.kc-social-section {
    display: none;
}


.pf-c-button.pf-m-control {
    display: none;
}
