html, body {
  height: 100%;
  min-height: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;	
}

main {
  width: 100%;
}

.card-body.p-5 .h5, .card-body.p-5 h1 {
    display: none;
}
.card-body.p-5 {
    padding: 1rem 1.5rem !important;
    border-radius: .5rem !important;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);    
}
.card-body.p-5 label {
    font-weight: 500 !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-size: .875rem !important;
    line-height: 1.25rem;
}
.card-body.p-5 .form-control {
    background: #fff !important;
    border: 1px solid #d1d5db !important;
    height: 40px !important;
    font-size: 1rem !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    padding: 0px 10px !important;
    transition: border-color .2s, box-shadow .2s !important;
    margin-top: .25rem;
}
.card-body.p-5 .form-control, .card, .rounded-2x, .card-body.p-5 {
    border-radius: .5rem !important;
}	
.card-body.p-5 .form-control:focus {
border-color: #2563eb !important;
}





.bg-gray-50 {
    min-height: 100vh;
}
.mt-4, .my-4 {
    margin-top: 0rem !important;
}




.my-1 {
    line-height: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 10px;
    font-size: 1rem;      
}
.ar-muted .text-muted {
    text-decoration-line: underline;
}
.text-muted {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0px;
    margin: 0px;
}
.form-group {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 2rem !important;
}
.navbar-logo {
    max-height: 3.5rem;
    height: 3.5rem;
}
.container {
    padding-right: 0px;
    padding-left: 0px;    
}

.col-xl-6, .col-lg-7 {
    max-width: 450px;
    padding-right: 0px;
    padding-left: 0px;	
}
.btn:not(:disabled):not(.disabled), .btn-primary.disabled, .btn-primary:disabled {
    background: rgb(31 41 55);
    background-color: rgb(31 41 55);
	width: auto !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.mt-5 {
    margin-top: 1rem !important;
    border-top: 1px solid var(--gray-200);
    padding-top: 1rem !important;
}
a {
    color: #2563eb;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #2563eb;
    background-color: #2563eb;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
}
@media (max-width: 575px) {
    .col-md-10 {
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
	.col-xl-6, .col-lg-7 {
		max-width: 100% !important;
		min-width: 100% !important;
	}	
    .card-body.p-5 .form-control, .card, .rounded-2x, .card-body.p-5 {
        border-radius: 0px !important;
    }
	.container {
	}	
	body {
		align-items: normal;
		padding-top: 1.8rem;
	}	
}


/* Custom styles loaded from cdn.arsolution.si domain */
/* Change /themes/altum/views/login/index.php div <div class="form-group mt-4"> to <div style="display: flex; margin-bottom: 0px; justify-content: end; align-items: center;" class="form-group mt-4 ar-muted"> */
/* Move <small class="text-muted"> (lost-password) before <button type="submit"...>  */
/* Add to PHP /themes/altum/views/login, lost-password, register 2 line <link rel="stylesheet" href="https://cdn.arsolution.si/66software/assets/css/backend.css?v=1.0" /> */