html,
body {
    width: 100%;
    height: 100%;
}
.cms_login_img {
    position: absolute;
    top: 82%;
}
.cms_login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cms_login_container {
    width: 500px;
    height: 60%;
    border-radius: 5px;
/*     border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ccc; */
    background-color: #fff;
    margin-top: 2%;
    transform: translate(0, 30%);
}

.cms_login_text {
    height: 60px;
    width: 100%;
    margin-left: 0%;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #afafaf;
    /* text-shadow: 4px 4px 4px grey; */
}

.cms_login_table {
    font-size: 18px;
}

.divBox {
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.cms_login_ipt {
    height: 40px;
    width: 290px;
    padding-left: 5px;
    border-radius: 1px;
    outline: none;
    border: 1px solid #afafaf;
    position: relative;
    /* border-radius: 0px 7px 7px 0px; */

}

input:focus {
    border-radius: 1px;
    outline: none;
}

.margin_right10 {
    margin-right: -1%;
    text-align: center;
    color: #afafaf;
	padding-top: 1.26%;
    padding-bottom: 1.67%;
    padding-left: 2%;
    padding-right: 2%;
    border-radius: 7px 0px 0px 7px;
}
.margin_top50 {
	height: auto;
	font-size: 70%;
	text-align: left;
	margin-left: 21px;
    position: relative;
    color:red;
    line-height: 120%;
    padding-top: 2%;
}
.margin_top60 {
    margin-top: 0px;
    position: relative;
}
.margin_top70 {
	text-align:right;
    position: relative;
    margin-left: -26%;
    font-size: 70%;
    margin-top: -4.3%;
}
.login_btn {
    text-align: center;
    position: relative;
    border: none;
    pointer-events: auto;
    width: 20%;
    margin: 0.01rem auto 0;
    display: block;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 6px;
    background: #c9ebfb;
    color: #afafaf;
    cursor: pointer;
    margin-top: 2%;
    margin-left: 43%;
}

.login_btn:hover {
    background-color: #0057dc;
}


.temp-password {
	width: 100%;
    height: 100%;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.temp-password_container {
    border-radius: 5px;
/*     border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ccc; */
    background-color: #fff;
    margin-top: 1.5%;

}

.temp-password_text {
	margin-left: 6%;
    height: 15%;
    width: 100%;
    font-size: 40px;
    color: #333366;
    font-weight: bold;
    /* text-shadow: 4px 4px 4px grey; */
}

.temp-password_table {
    font-size: 18px;
    margin-top: 5%;
    margin-left: 20%;
    width: 50%;
}
.temp-password_hr {
    width: 100%;
    margin-left: -100%;
}
.temp-password_btn {
    text-align: center;
    position: relative;
    border: none;
    pointer-events: auto;
    width: 20%;
    margin: 0.01rem auto 0;
    font-size: 1rem;
    height: 3rem;
    line-height: 2rem;
    border-radius: 6px;
    background: #0267ffd4;
    color: #fff;
    cursor: pointer;
    margin-top: 2%;
    font-weight: bold;
}

.temp-password_input {
    width: 86%;
    height: 25px;
}

.temp-password_alert {
    color: red;
}
.temp-password_textarea {
	margin-top: 4%;
    margin-left: 2%;
}

