.school_index{
    background: url('../img/school/bac.png')  no-repeat ;
    background-color: #E9FEF9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.school_content{
    width: 80%;
    height: 66.7%;
    display: flex;
}
/* 背景 */
.school_content .content_left{
    width: 50%;
    height: 100%;
    background: url('../img/school/content_bac.png') center no-repeat;
    background-color: #F0FFF9;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.school_content .content_right{
    width: 50%;
    height: 100%;
    background-color: #fff;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
/* 内容 */
.content_right>div{
    width:74.4%;
}
/* 标题 */
.content_right .right_title{
    text-align: center;
    color: #1FCCB0;
    font-weight: bolder;
    font-size: 1.925rem;
}
/* 信息 */
.content_right .right_info{
    font-size: 1.5625rem;
    color: #1FCCB0;

}
/* 账号密码框 */
.content_right .right_info span:not(:first-child){
    color: #D3D3D3;
    margin-left: 1.125rem;
    font-size: .9375rem;
}
.content_right  .right_input{
    display:flex;
    background-color:#FAFAFA ;
    align-items: center;
    height:4.6875rem;
    justify-content: space-evenly;
}
.content_right  .right_input img:first-child{
    width: 1.5625rem;
}
.content_right  .right_input input{
    width: 80%;
    border: 0;
    outline: 0;
    background-color:#FAFAFA ;
    font-size: 1.25rem;
    color: #1fccbf;
}
.content_right  .right_input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cfcfcf;
  }
  /* 自动登录  忘记密码 */
.content_right .right_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ABABAB;
    font-size: 1.125rem;
}
.content_right .right_bottom .right_bottom_left input[type='checkbox']{
    width: 1.125rem;
    height: 1.125rem;
    vertical-align:middle;
    margin-right: 1.25rem;
    cursor: pointer;
}
/* 登录btn */
.content_right .right_bottom_btn button{
    width: 100%;
    height: 3.75rem;
    outline: none;
    border: 0;
    border-radius: .625rem;
    color: #fff;
    font-size: 1.5625rem;
    cursor: pointer;
    background-image: linear-gradient(45deg,#72E8C6 ,#52BDE7 100%);
}

.content_right .right_bottom_btns button{
    width: 49%;
    height: 3.75rem;
    outline: none;
    border: 0;
    border-radius: .625rem;
    color: #fff;
    font-size: 1.5625rem;
    cursor: pointer;
    background-image: linear-gradient(45deg,#72E8C6 ,#52BDE7 100%);
}

.captcha_img{
    display: flex;
}

.captcha_img > canvas{
    width: 100%;
    height: 70px;
}