.system-title{
	width: 650px;
	margin: 0 auto;
	margin-top: 10%;
}

.system-title p{
	font-size: 26px;
    color: white;
    text-align: center;
    margin-bottom: 60px;
}

.login_container {
    width: 500px;
    position: absolute; /* Positioning relative to the viewport */
    left: 10%; /* Adjust as needed for left-side placement */
    top: 50%; /* Move to the middle */
    transform: translateY(-50%); /* Center it vertically */
    padding: 10px 15px;
    border-radius: 5px;
    padding-bottom: 30px;
}

.btn{
	height: 40px;
    margin: 0;
    padding: 0 60px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    text-shadow: none;
}

.login-title span{
	font-size: 16px;
	display:inline-block;
	color: white;
	padding: 15px 20px 20px 20px ;
}

.login-input{
	padding: 0 20px 20px 20px;
}

.a-link:HOVER ,.fot-a-link:HOVER{
	color: #3499d0;
}

.a-link{
	margin: 20px;
    color: white;
    cursor: pointer;
}
.fot-a-link{
	margin-right: 30px;
    margin-top: 10px;
    color: white;
    cursor: pointer;
}

.send-code{
	color:white;
}

.send-code:HOVER {
	color:black;
}

input{
	font-size: 14px !important;
}

.sms-btnGet,.btnGet{
	  position: absolute;right: 20px;top: 3px;
	  display: inline-block;
	  background: #fff;padding: 10px 15px;
	  cursor: pointer;
	  border-radius: 5px;
}

.wxStyle {
   color: #e8e8e8;
   text-decoration:underline; 
   cursor: pointer;
   margin-left: 50px;
}

.footer{
	position: fixed;
    width: 100%;
    bottom: 0px;
    color: #fff;
    z-index: 1000000;
    background: #333;
    height: 36px;
    line-height: 36px;
}

.checkbox-remember{
	font-size: 14px;
    line-height: 20px;
    float: right;
    margin-top: 10px;
    margin-right: 60px;
}

.checkbox-remember input[type=checkbox]+label:before {
    line-height: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border: 1px solid #dce4e6;
    border-radius: 3px;
    background-color: #f3f6f8;
    background-repeat: no-repeat;
    background-size: 100%;
}

.checkbox-remember input {
    display: none;
    opacity: 0;
}

.checkbox-remember label{
	color:#fff;
}

.checkbox-remember input[type=checkbox]:checked+label:before {
    border: 1px solid #21b351;
    background-color: #21b351;
    background-image: url(../../../image/oss/iot/icon-check.svg);
}

.checkbox-remember input[type=checkbox]+label {
	display: flex;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
}

.right-bg-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 50%;
    height: 60%;
    display: flex;
    flex-direction: column; /* Ensures text and image are separate */
    align-items: center;
    justify-content: flex-start; /* Align text at the top */
}

.right-bg-text {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: white;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.4;
    margin-bottom: 30px;
    transition: opacity 1s ease-in-out;
}

.right-bg-image {
    width: 100%;
    height: 80%; /* Adjust height to fit properly */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.left-title {
    color: white;
    font-size: 24px;
    margin-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    width: 100%;
}

.tmcon-logo {
    height: 30px;
    display: block;
    margin-left: 20px;
    margin-bottom: 10px; /* Adjust spacing between logo and title */
}