.btn-login-register {
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    line-height: 1.2;
    border-radius: 0.375rem;
    font-weight: 600;
    height: 30px;
    font-size: 12px;
    padding-inline-start: 0.5rem;
    padding-inline-end: 0.5rem;
    background: #ffffff;
    color: #299DC7;
    min-width: 126px;
    text-decoration: none;
}

.form-login {
    margin-top: 15px;
    justify-content: center;
    /* display: flex; */
    align-items: center;
}

.form-login form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 300px;
}

.form-login form div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-login form input {
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    border: white;
    /* border-bottom-width: 1px;
    border-bottom-style: solid; */
    /* border-color: #a7264d; */
    background: rgb(255 255 255);
    /* outline: transparent solid 2px; */
    outline-color: #00000017;
    outline-style: solid;
    outline-width: 1px;
}

.form-login form button {
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    line-height: 1.2;
    font-weight: 600;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform;
    transition-duration: 200ms;
    height: 44px;
    font-size: 14px;
    padding-inline-start: 0.75rem;
    padding-inline-end: 0.75rem;
    background: #299DC7;
    color: #fff;
    border-radius: 9999px;
    min-width: 160px;
    border: none;
    margin-top: 25px;
    width: 100px;
    text-align: center;
}
.form-login form button:hover{
    background: #000;
}
.register-link {
    color: #299DC7;
    margin-top: 15px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-wrap: nowrap;
    /* align-self: baseline; */
}

.register-link:hover {
    /* color: #ce3256 !important; */
    text-decoration: none;
}

.forgot-pass-link{
    color: #299DC7;
    text-decoration: none;
    white-space: nowrap;
}
.forgot-pass-link:hover{
    color:rgb(164, 30, 30);
}
/* This css is for normalizing styles. You can skip this. */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.checkbox-group {
    display: flex;
    /* margin-bottom: 15px; */
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center;

}

.checkbox-group input {
    padding: 0;
    height: initial;
    width: initial;
    /* margin-bottom: 0 !important; */
    display: none;
    cursor: pointer;
}

.checkbox-group label {
    position: relative;
    cursor: pointer;
    font-size: larger;
}

.checkbox-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #299DC7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    border-radius: 5px;
}

.checkbox-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #299DC7;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
@media only screen and (min-width:550px) {
    .checkbox-result input:checked + label:after {
        top: 5px !important;
    }
}
.checkbox-select-all input:checked + label:after {
    top: 4px !important;
    left: 9px !important;
}

.main {
    padding-top: 40px;
}

.back {
    text-decoration: none;
    color: #000;
}
.back svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    vertical-align: middle;
    /* margin-right: 0.5rem; */
    font-size: 13px;
}

@media (min-width: 760px) {
    .back {
        /* padding: 20px 200px; */
        margin-top: 20px;
    }
    .form-login form {
        min-width: 500px;
    }
    .padding-main {
        padding-top: 30px;
        /* padding-left: 10vw;
        padding-right: 10vw; */
    }
    .form-login {
        margin-top: 25px;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .form-login label {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 15px;

    }
}
.form-login label {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 8px;

}

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    border-radius: 9999px;
    outline: none;
    background-color: #299DC7;
    color: white;
    cursor: pointer;
    padding: 15px;
}


@media only screen and (max-width: 550px) {
    .header-before-login {
        height: 42px !important;
    }
}
