:root {
    font-size: 16px;
}

html {
    height: 100vh;
    background: var(--color0);
    
}

body {
    background-color: transparent !important;
    font-family: "Rubik";
    font-size: 1rem;
    font-weight: 300;
    color: #0f1224;
}

a {
    color: var(--color1);
    background-color: transparent;
}

a:visited {
    color: var(--color1) !important;
    background-color: transparent;
}

a:hover {
    color: var(--color2) !important;
    background-color: transparent;
    text-decoration: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f8f9fc !important;
}

.H2logo {
    text-align: center;
}

.card {
    border: 0;
    border-radius: 1rem;
    width: 100%;
}

.card-signin .card-title {
    background-clip: border-box;
    background: linear-gradient(to right, var(--color1),  var(--color2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: auto;
    font-weight: 500;
    font-size: 2.3rem;
    padding: 0.35rem 0rem;
}

.card-signin .card-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    margin-top: 0.03rem;
    padding-bottom: 0.35rem;
}

.pswd {
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.text-blue {
    color: var(--color1) !important;
}
  
.text-green {
    color: var(--color2) !important;
}

.text-darkblue{
    color: #00BABD !important;
}

.text-bluegreen {
    background-clip: border-box;
    background: linear-gradient(to right, var(--color1), var(--color2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-muted {
    color: #878787 !important;
}

.text-card-bold {
    font-weight: 400;
}

.card-signin .card-body {
    padding: 2rem 3.5rem;
}

.form-signin {
    padding-top: 1.35rem;
    padding-bottom: 1rem;
}

.form-signin .btn {
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: 400;
    transition: all 0.2s;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input {
    height: 3.125rem;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 300 !important;
    color: #0f1224 !important;
    background: transparent !important;
    font-family: "Rubik" !important;
}

.form-group {
    margin-bottom: 1.5rem !important;
}

.form-text {
    display: block;
    margin-top: 0.45rem;
}

.alert {
    border-color: transparent;
    border-radius: 1rem;
}

.form-label-group > input,
.form-label-group > label {
    padding-left: 1rem !important;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #0f1224;
    border: 0rem solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
input:-webkit-autofill::first-line
{
 -webkit-box-shadow: 0 0 0 1.875rem white inset !important;
 font-family: "Rubik" !important;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-left: 1rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #0f1224;
    }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #0f1224;
    }
}

.btn {
    line-height: 2rem;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135.82deg, var(--color1) 14.49%, var(--color2) 85.27%);
    border-radius: 1rem !important;
    font-weight: 400 !important;
    font-size: 1.125rem !important;
    padding: 0.75rem !important;
    border: 0 !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem !important;
    width: 70%;
}

.btn-primary:hover {
    color: #fff;
    background: linear-gradient(135.82deg, var(--color1) 100%, var(--color2) 85.27%);
    border-radius: 1rem;
}

.btn-primary:focus {
    color: #fff;
    background: linear-gradient(135.82deg, var(--color1) 100%, var(--color2) 85.27%) !important;
    border-radius: 1rem;
}

.btn-primary2 {
    background-color: #fff;
    border-radius: 1rem !important;
    border-width: 1px !important;
    border-color: #D5D5D5 !important;
    font-weight: 500 !important;
    font-size: 0.9375rem !important;
    line-height: 1.6875rem;
}

.btn-primary2:hover {
    border-color: var(--color2) !important;
    border-width: 1px !important;
} 

.btn-primary2:focus {
    border-color: var(--color2) !important;
    border-width: 1px !important;
    box-shadow: 0 0 0 0rem rgba(44, 51, 70, 0) !important;
}

.form-control {
    border-radius: 1rem !important;
    border-width: 1px !important;
    border-color: #D5D5D5 !important;
    padding: 1.25rem !important;
}

.form-control:focus {
    border-color: var(--color2) !important;
    border-width: 1px !important;
    box-shadow: none !important;
}

.form-control:hover {
    border-color: var(--color2) !important;
    border-width: 1px !important;
    box-shadow: none !important;
}

.input:read-only{
    background-color: #f8f9fc !important;
}

.custom-control-label {
    background-color: #fff !important;
    border: 0.125rem !important;
    border-color: #0f1224 !important;
    line-height: 1.6875rem;
    font-size: 0.875rem !important;
}

.button-under-txt {
    text-align: center;
    margin-bottom: 0rem;
    margin-top: 0.75rem;
}

.my-select {
    background-color: transparent;
    border-color: transparent;
    color: #359A98;
}

.my-select:hover {
    text-decoration: none;
    color: #359A98;
}

.my-select:focus {
    background-color: transparent;
    text-decoration: none;
}

.my-option {
    color: #0f1224;
}

.a-dark {
    color: var(--color2) !important;
}

.a-dark:hover {
    color: var(--color1) !important;
}

.a-dark:focus {
    color: var(--color1) !important;
}
.text-right {
    text-align: right !important;
    align-items: right !important;
}
.imgh2 {
    width: 22%;
}

.custom-file-label {
    background-color: transparent;
    color: #212529;
    border-radius: 1rem;
    border-width: 1px;
    border-color: #D5D5D5;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 2.1875rem;
    height: 3.125rem;
    padding-left: 1rem;
}

.custom-file-label:hover {
    border-color: #359A98;
    border-width: 1px;
    box-shadow: 2px 2px 10px #D5D5D5;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Button Text";
}


.custom-file-label:focus {
    border-color: #359A98;
    border-width: 1px;
    box-shadow: 2px 2px 10px #D5D5D5;
}

.custom-file-label input {
    color: red;
}

.passField {
    position: relative;
}

.passField i{
    position: absolute;
    right: 15px;
    top: 16px;
    color: var(--color2);
}

.alert {
    padding: 1.25rem 1.25rem !important;
    font-size: 1rem;
}

.passField i {
    top: 16px;
}

.custom-control-label {
    line-height: 1.4rem;
    font-size: 0.875rem !important;
}

@media (max-width: 768px) {
    body {
        font-size: 1rem;
    }

    .imgh2 {
        width: 6rem;
        height: 6rem;
    }

    .card-signin .card-body {
        padding: 2rem 3rem;
    }

    .card-body-head {
        padding: 1.5rem 1rem !important;
    }

    .form-signin {
        padding-top: 0.85rem;
        padding-bottom: 0.75rem;
    }

    .card-body {
        line-height: 1.5 !important;
    }

    .card-signin .card-title {
        font-size: 2.375rem;
    }

    .card-signin .card-subtitle {
        font-size: 1rem;
    }

    .form-label-group input {
        font-size: 0.875rem;
    }

    .form-label-group {
        font-size: 0.875rem;
    }

    .form-signin {
        line-height: 1.5 !important;
    }

    .card-signin {
        width: auto;
    }

    .page-footer {
        margin: 0px;
    }

    .txt-important {
        line-height: 20px !important;
    }

    .m-text-sm {
        font-size: 10px;
    }

    .login-width {
        width: 100% !important;
    }

    .button-under-txt {
        margin-top: 1.25rem;
    }

    .label {
        margin-bottom: 0.75rem !important;
    }

    .btn {
        width: 90%;
        height: 2.875rem;
        line-height: 1;
    }

    .form-control {
        height: 2.875rem !important;
    }

    .custom-control-label {
        line-height: 1.4rem;
        font-size: 0.8125rem !important;
    }

}

@media (max-width: 576px) {

    .alert {
        font-size: 0.875rem;
    }
    
    .imgh2 {
        width: 5.5rem;
        height: 5.5rem;
    }

    .card-signin .card-body {
        padding: 1.5rem 2rem;
    }

    .card-body-head {
        padding: 1.5rem 1rem !important;
    }

    .card-signin .card-title {
        font-size: 1.625rem;
    }

    .card-signin .card-subtitle {
        font-size: 1rem;
    }

    .btn {
        width: 90%;
        height: 2.875rem;
        line-height: 1;
    }

    .btn-big {
        height: 4.625rem;
        line-height: 1.375rem;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .btn-primary {
        margin-top: 1.75rem !important;
    }

    .txt-important {
        line-height: 20px !important;
    }

    .m-text-sm {
        font-size: 0.875rem;
    }

}
