/*--------------login-page-css------------------*/

.login-page #main {
    border-radius: 15px;
}

.login-page #theCerti {
    max-width: 300px;
    margin: auto;
    margin-left: 15rem;
    padding: 40px 0;
}

.login-page .form-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0;
    align-items: center;
    margin: 0 0 20px;
}

.login-page .form-item label {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    min-width: 84px;
}

.login-page #theCerti input,
.login-page #theCerti textarea,
.login-page #theCerti input[type="password"] {
    background: #ffffff;
    font-size: 13px;
    line-height: 18px;
    padding: 0 10px;
    width: 100%;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    outline: none;
    box-shadow: none;
    margin: 0;
    box-sizing: border-box;
}

.login-page input#edit-submit {
    /* background: #1982d1;
    border: 1px solid #1982d1; */
    /* font-size: 13px; */
    border: 2px solid rgb(160, 156, 156);
    background: rgb(239 239 239);
    color: black;
    font-size: 10px;
    color: #373737;
    font-weight: 300;
    line-height: 1.625;
    border-radius: 6px;
    margin: 0 0 20px;
    height: 34px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-page input#btnSubmit,
.login-page input#btnClose {
    width: 100px;
    border: 2px solid rgb(160, 156, 156);
    background: rgb(239 239 239);
    color: black;
    font-size: 10px;
    color: #373737;
    font-weight: 300;
    margin: 0 0 20px;
    line-height: 1.625;
    border-radius: 6px;
    text-align: center;
}

.login-page #showroledivselect {
    text-align: center;
    margin: auto;
    margin-right: 20rem;
}

/* .login-page input#edit-submit:hover,
.login-page input#edit-submit:focus{
	background: #000000;
	border-color: #000000;
} */
.login-page a {
    color: #1982d1;
    font-size: 13px;
}

.login-page table {
    margin-top: 20px;
}

.login-page td {
    padding: 0;
}

.login-page #bottom table {
    margin-top: 0;
}