@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?l5hsye');
    src: url('../fonts/icomoon.eot?l5hsye#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?l5hsye') format('truetype'),
        url('../fonts/icomoon.woff?l5hsye') format('woff'),
        url('../fonts/icomoon.svg?l5hsye#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.w {
    background-color: rgb(255, 234, 204);
    padding: 30px;
}

.background {
    width: 70%;
    margin: 25px auto;
    padding: 20px;
    background-color: #fff;
    background: url(../img/loding-background.jpg) no-repeat rgb(219, 104, 114);
    border-radius: 20px;
    box-shadow: 8px 8px 7px rgb(175, 175, 175);
}

.background .shade {
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(230, 234, 241, 0.6);
}

.shade .title {
    margin-left: 10px;
}

.shade .title img {
    width: 135px;
    border-radius: 30px;
}

.shade h4 {
    font-size: 32px;
    font-weight: 700;
    padding: 0 0 20px;
    margin-top: 15px;
    border-bottom: 2px solid #ffffff;
    color: #333;
    text-align: center;
}

.mode .register,
.mode .patreg {
    font-size: 24px;
    width: 80%;
    margin: 75px auto;
    padding: 30px 25px;
    background-color: #fff;
    border-radius: 10px;
    color: rgb(195, 55, 64);
}

.mode .patreg {
    color: rgb(68, 117, 160);
}

.register .ico,
.register .registerin,
.patreg .ico,
.patreg .patregin {
    font-family: 'icomoon';
    float: left;
    line-height: 40px;
    padding-right: 15px;
    font-size: 22px;
}

.register .registerin,
.patreg .patregin {
    float: right;
    padding-right: 0;
}

.shade .tip {
    padding: 15px;
    width: 100%;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: rgba(255, 255, 255, .8);
}

.tip .text {
    text-align: justify;
    font-size: 17px;
    text-indent: 2em;
    text-shadow: 0 1px 1px #fff;
    color: #333;
}

.text .blue {
    color: rgb(70, 90, 125);
    font-size: 20px;
    font-weight: 600;
}