/*AUTHENTICATE*/
.containerBackAdmin {
/*    background-image: url(../../Assets/image/cms04.png);*/
background-image: url(../../Assets/image/bgLogin.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0%;
}

.authCompImg {
    display: flex;
    justify-content: center;
}
.authCompImg img {
    height: 60px;
}

.aboutProfile h2 {
    font-size: 1.5em;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.aboutProfile h4 {
    font-size: 1.3em;
    line-height: 25px;
    font-style: italic;
}
.loginCardAdmin .well {
    background-color: white;
    z-index: 2;
    padding: 15px 20px 15px 20px;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: transparent;
}
.loginCardAdmin .well h1 {
    font-size: 1.5em;
    color: var(--theme-color);
    margin: 0px;
    padding-bottom: 5px;
}

.loginCardAdmin .well h5 {
    font-size: 1em;
    margin: 0px;
    font-style: italic;
    padding-top: 7px;
}
#sectionHeadearAdmin .formPannelAuth .formPannel input {
    border: 1px solid var(--theme-color);
    border-radius: var(--borderRadius5);
    background-color: transparent;
    font-size: 0.9em;
    padding: 24px 10px;
    margin-top: 15px;
}
#sectionHeadearAdmin .formPannelAuth input::placeholder {
    font-size: 1em;
    letter-spacing: 1px;
}
.loginCardAdmin .well .actionBtnDark {
    padding: 15px 25px;
    border-radius: 5px;
    margin-top: 10px;
    background-color: var(--theme-color);
    width: 100%;
    font-size: 1.1em;
    color: white;
    border: none;
}
.incorrectComp{
    height: 30px;
    background-color: transparent;
    padding-top: 15px;
    text-align: center;
}
#incorrect{
   color: red;
    padding: 5px;
    border-radius: 15px;
}
.correctComp{
    height: 40px;
    background-color: transparent;
    padding-top: 10px;
    text-align: center;
}
#correct{
   color: green;
    padding: 5px;
    font-size: 0.9em;
    border-radius: 15px;
}
#sectionHeadearAdmin .createOneComp .well {
    background-color: white;
    border-radius: var(--borderRadius10);
    padding: 10px;
    margin: 0px;
    text-align: center;
    margin-top: 20px;
}

#sectionHeadearAdmin .createOneComp p {
    font-size: 1em;
    padding: 0px;
    padding-top: 10px;
    text-align: center;
}

#sectionHeadearAdmin .createOneComp p a {
    font-size: 1em;
    font-weight: bold;
    color: var(--theme-color);
}
#AllFields {
    text-align: center;
    color: red;
}
.AuthwrapperAdmin .infoBottom h6 {
    text-align: center;
    font-size: 0.8em;
    line-height: 20px;
    padding-top: 10px;
    margin: 0px;
    color: white;
}
.showPassword {
    padding-top: 0px;
}
.errorPane{
    background-color: var(--New);
    color: white;
    font-size: 1em;
    text-align: center;
    padding: 8px 55px;
    border-radius: 40px;
}

/*AUTHENTICATE*/