.layout-login-centered-boxed{
    background-image: url(../img/bg1.jpg);
    background-size: cover;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
.btn {
    display: inline-block;
    font-weight: 600;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 0.375rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #1367C9;
    border-color: #1367C9;
    text-transform: uppercase;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #efefef;
    border-radius: 0.25rem;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card {
    margin-bottom: 15px;
    box-shadow: 0 1px 0 0 rgba(229, 229, 229, 0.5);
}
.card, .card-group {
    margin-bottom: 1.5rem;
}
body{
    position: relative;
    line-height: 1.25rem;
    margin: 0;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #F9F9F9;
}
.layout-login-centered-boxed {
    display: flex;
    justify-content: center;
    align-items: center;
    height: initial;
}
.layout-login-centered-boxed__form {
    max-width: 26rem;
    min-width: calc(320px + 3rem * 2);
    padding: 3rem;
    padding-top: 6rem;
}
.form-group {
    margin-bottom: 1.275rem;
}
 .card-form__body label:not([class]), .text-label-large, .text-label {
    font-size: 0.725rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(42, 42, 42, 0.84);
    line-height: 0.9375rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group.input-group-merge .form-control {
    box-shadow: none;
}
.form-control::placeholder {
    color: rgba(0, 0, 0, 0.24);
    opacity: 1;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.875rem;
    font-size: 0.775rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group.input-group-merge .input-group-prepend {
    order: -1;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-prepend, .input-group-append {
    display: flex;
}
.input-group.input-group-merge .input-group-prepend > .input-group-text {
    border-right-width: 0 !important;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn,  .input-group > .input-group-prepend:not(:first-child) > .input-group-text,  .input-group > .input-group-prepend:first-child > .btn:not(:first-child),  .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.875rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2A2A2A;
    text-align: center;
    white-space: nowrap;
    background-color: white;
    border: 1px solid #efefef;
    border-right-width: 1px;
    border-radius: 0.25rem;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1055a6;
    border-color: #0f4f9a;
}
.input-group.input-group-merge .form-control:focus ~ [class*="input-group"] .input-group-text {
    border-color: #1367C9;
    border-width: 1px;
    border-right-width: 1px;
    color: #1367C9;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #D52222;
    box-shadow: 0 0 0 0.2rem rgba(213, 34, 34, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #D52222;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #D52222;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D52222' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D52222' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

@media only screen and (max-width: 600px) {
    .layout-login-centered-boxed { background-size: contain !important;background-repeat: no-repeat!important;}
    .layout-login-centered-boxed__form{margin-right: 0!important;min-width: inherit!important;padding-top: 9rem!important;}
    .navbar-light .navbar-brand{width: 80%!important;}
    .navbar img{display: none!important;}
    .mainheading{font-size: 30px;}
}