.elementor-44 .elementor-element.elementor-element-84806fe{margin-top:4%;margin-bottom:4%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2256d77 */.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 rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.card-header {
    padding: 2rem!important;
    background-color: #E4E8F1!important;
    border-bottom: 1px solid #fff!important;
}

.card-title {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 700;
    color: #164194;
    font-family: 'Source Sans Pro';
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.col-form-label {
    font-size: 1rem;
    letter-spacing: 0.3px;
    font-weight: 500;
    color: #164194;
}

#loginform .form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#loginform input[type=text], #loginform input[type=password] {
 max-width: 100%;
}

#loginform .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#loginform .btn-primary:hover {
        color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

#loginform .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    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;
}

.button-display {
    border: none;
    color: black;
    left: -10%;
    position: relative;
}

.button-display:hover {
    background: none;
    color: black;
}

.button-display:focus {
    outline: none;
    background: none;
    color: black;
}/* End custom CSS */