.container-grid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 300px 500px 280px;
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows: 300px 500px 280px;
    background: url(../images/bg1.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.header-grid{
    grid-area: 1/2/2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}

.logo{
    margin-top: 32px;
}

.logo>img{
    width: 466px;
    height: 80px;
}

.title-name{
    margin-top: 61px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 86.88px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 2px 4px  rgba(22, 66, 128, 0.55);
}

.main-grid{
    grid-area: 2/2/3/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}

.main-box{
    margin: 0 auto;
    width: 1000px;
    height: 500px;
    opacity: 1;
    border-radius: 22px;
    box-shadow: 0px 8px 16px  rgba(13, 105, 191, 0.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 8px 16px  rgba(13, 105, 191, 0.25);
            box-shadow: 0px 8px 16px  rgba(13, 105, 191, 0.25);
}

.main-left{
    height: 500px;
    width: 520px;
    background: url(../images/login-left.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.main-right{
    margin-left: 49px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.right-title{
    width: 306px;
    text-align: center;
    margin-top: 60px;
    margin-left: 35px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 30px;
    color: rgba(56, 56, 56, 1);
}

.account-txt,.pwd-txt{
    width: 380px;
    height: 68px;
    opacity: 1;
    border-radius: 40px;
    background: rgba(245, 247, 245, 1);
    padding-left: 37px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(56, 56, 56, 1);
    border: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.account-txt{
    margin-top: 34px;
}

.pwd-txt{
    margin-top: 30px;
}

.account-txt::-webkit-input-placeholder, .pwd-txt::-webkit-input-placeholder{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(56, 56, 56, 1);
}

.account-txt:-moz-placeholder, .pwd-txt:-moz-placeholder{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(56, 56, 56, 1);
}

.account-txt::-moz-placeholder, .pwd-txt::-moz-placeholder{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(56, 56, 56, 1);
}

.account-txt:-ms-input-placeholder, .pwd-txt:-ms-input-placeholder{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(56, 56, 56, 1);
}

.account-txt::-ms-input-placeholder, .pwd-txt::-ms-input-placeholder{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(56, 56, 56, 1);
}

.account-txt::placeholder,.pwd-txt::placeholder{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(56, 56, 56, 1);
}

.login-btn{
    display: block;
    margin-top: 41px;
    width: 380px;
    height: 68px;
    border-radius: 44px;
    background: rgba(163, 36, 29, 1);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 68px;
    color: rgba(255, 255, 255, 1);
}