html,
body {
    margin: 0px;
    width: 100%;
    height: 100%;
}

.content {
    width: 100%;
    height: 100%;

}

.toprow {
   
    text-align: left;
    background-color: white;
}

.toprow .img1 {
    width: 150px;
  
    display: inline-block;
    float: left;
}

.toprow .sp1 {
    display: inline-block;
    float: left;
    font-size: 2rem;
    margin-right: 20px;
    color: #000;
}

.toprow .sp2 {
    display: inline-block;
    margin-top: 0.5rem;
    float: left;
    color:black;
    font-weight: 540;
    font-size: 18px;
    letter-spacing: 5px;
}

.toprow .sp3 {
    color: #090059;
    text-decoration: none;
    font-size: 12px;
}



.cenrow {
    height: calc(100% - 240px);
    background-image: url('../images/login/loginbg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.cenrow .loginrow {
    background-color: white;
    width: 300px;
    height: 260px;
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 15%;
    padding: 20px;
}

.cenrow .loginrow .grid-content {
    height: 20px;
    line-height: 20px;

}

.cenrow .loginrow .grid-content .active {
    cursor: pointer;
    font-size: 1.1rem;
    color: #090059;
    font-weight: bold;
}

.cenrow .loginrow .el-input {
    margin-bottom: 20px;

}

.cenrow .loginrow .el-input button {
    padding: 10px;

}

.cenrow .loginrow .el-input button .el-icon-user-solid {
    font-size: 20px !important;
}

.cenrow .loginrow .btnbg {
    width: 100%;
    background-color: #5a489c;
    margin: 20px 0px 30px;
}

.cenrow .loginrow .footcol {
    margin: 0px -20px;
    border: 1px solid #f4f4f4;
    background-color: #fcfcfc;
    text-align: right;
    padding: 15px 20px;
    color: #3e4c66;
    font-size: 12px;
}

.cenrow .loginrow .pasa {
    cursor: pointer;
    text-decoration: none;
    float: right;
    font-size: 12px;
    color: #666666;
}

.cenrow .loginrow .forget {
    cursor: pointer;
    text-decoration: none;
    float: left;
    font-size: 12px;
    color: #666666;
}


.botrow {
    height: 120px;
    padding-top: 30px;
    color: #666666;
    font-size: 14px;
    text-align: center;
}
