
.lab-login-bg{
  margin-top: 70px !important;
  width: 320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.lab-login-title-bg{
    width: 100%;
    border-bottom: 1px solid #364d99;
}
.lab-login-title{
    padding: 7px;
    border-bottom: 2px solid #364d99;
    width:60px;
    font-size: 19px;
    font-weight: bold;
    color: #364d99;
}

.login-item-bg{
    display: flex;
    align-items: center;
    border-bottom: 1.3px solid #CCCCCC;
    padding: 0 7px;
    margin-top: 30px;
}
.lab-login-icon{
    width: 25px;
    height: 25px;
}
.lab-login-input{
    border: none !important;
    margin-left: 4px !important;
    font-size: 18px !important;
    color: #364d99 !important;
    padding: 5px 5px 0 5px !important;

}
.lab-login-input:focus{
    outline: none !important;
}

.login-btn{
	-webkit-appearance: none;
	          border-radius: 0;
    width: 100%;
    background-color: #364d99 !important;
    color: #FFFFFF !important;
    margin-top: 30px;
}
.login-btn:active{
    background-color: #182e84 !important;
}

.zhuce-btn{
    width: 100% !important;
    padding: 5px 0;
    border: 1.5px solid #182e84 !important;
    border-radius: 2px;
    color: #182e84 !important;
}
