@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
html, body {
    height: 100vh;
}
body { 
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #555;
    background: #343434 url("./../auth.bg.jpg") center center no-repeat;
    background-size: cover;
}
.h-100 {
    height: 100%!important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.branding {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}
.branding img {
    height: 40px;
}
.innerContent {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
}
label {
    font-weight: 500;
}
.input-group-addon {
    padding: 12px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.form-control {
    height: 40px;
    padding: 12px !important;
    border-radius: 0px 4px 4px 0px !important;
    border-left: 0px;
}
.form-check {
    display: inline-block;
}
.btn-link {
    padding: 0px;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    color: #555;
    z-index: 9;
    font-weight: bold;
}
.btn-link.float-right {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
}
.btn-link:hover,
.btn-link:focus {
    color: #06234c;
    text-decoration: none;
}
.btn-custom {
    padding:.6rem .75rem;
    border-radius: 4px;
    font-weight: 400;
}
.btn-theme {
    background: #06234c;
    border-color: #06234c;
    color: #fff;
    text-decoration: none;
}
.btn-theme:active,
.btn-theme:hover,
.btn-theme:focus {
    background: #03152e;
    border-color: #03152e;
    color: #fff;
}
p {
    text-align: center;
}
.copyright {
    padding:15px 0px;
    text-align: center;
    font-size:13px;
    color: #fff;
}
.copyright a {
    color: #fff;
    text-decoration: none;
}