#changePassword-form {
    position: relative;
    margin: auto 4rem;
    color: #303030;
    margin-top: 4rem;
}
.loginentrydiv
{
    width: 400px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
} 
.forgotpassword {
    margin: 3rem 0rem 0rem 2rem;
}

.passwordsubmitbtn {
    bottom: 0;
    margin-left: auto;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
}

.field-icon {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: 0.5rem;
    top: 3.2rem;
    font-size: 2rem !important;
}

.cust-position-relative {
    position: relative;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.posts-loading {
    width: 7rem !important;
    height: 7rem !important;
    border: .4em solid currentColor !important;
    border-right-color: transparent !important;
    animation: spinner-border .75s linear infinite;
    border-radius: 50%;
    margin-top: 8rem;
}

#autologincancel-btn {
    font-size: 16px;
    text-align: center;
    background: none;
    color: #525252;
    padding: 1rem;
    border: 1px solid #bbb;
    border-radius: 0.5rem;
}

:root {
    font-size: 62.5%;
    overflow: hidden;
}

body {
    margin: 0;
    font-size: 1.4rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

@media(max-width: 1000px) {
    #loginentrydiv {
        width: 350px;
    }

    .passwordmanagement {
        width: 350px;
    }

    .login-logo img {
        width: 12rem;
    }

    #login-form {
        margin-top: 12rem !important;
    }

    #changePassword-form {
        margin-top: 12rem !important;
    }

    .version {
        display: none;
    }

}