html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.bg-100 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url('/awsome_multi_tab_theme_enterprise/static/images/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    /*background: url("background.png") no-repeat center center fixed;*/
    /*background-size: cover;*/
}
.container{
    width: 20%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 16.6%;
    padding-top: 17%;
}
.fl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.6rem 0;
}
.title{
    width: 12rem;
}
.text{
    width: 12rem;
    height: 26px;
    border: 1px solid #ddd;
    padding: 0 0 0 8px;
    margin-top: 5px;
    outline: none;
}
.login{
    width: 13rem;
    height: 32px;
    background-color: #14A9C5;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
}
.change{
    display: block;
    width: 65%;
    font-size: 12px;
    color: #2CAEC8;
    text-align: left;
    text-decoration: none;
    margin-top: 20px;
}
button:hover{
    cursor: pointer;
}
button:active{
    background-color: #0F3B56;
}
a:active{
    color: #0F3B56;
}
.logo{
    position: absolute;
    bottom: 2%;
    right: 2%;
}
/********************************媒体查询*********************************/
@media screen and (max-width:1920px){
    html,body{
        width: 1920px;
        overflow-x: auto;
    }
}
@media screen and (max-width:1440px){
    html,body{
        width: 1440px;
        overflow-x: auto;
    }
}
@media screen and (max-width:1366px){
    html,body{
        width: 1366px;
        overflow-x: auto;
    }
}
