.log-on{
    width: 100%;
    height: auto;
    display: inline-block;
    background: url(../images/log-on.jpg) no-repeat;
    background-attachment: inherit;
    position: relative;
    padding: 5% 0;
    padding-bottom: 20%;
    background-size: cover;
}
.wrapper-page{
    width: 75%;
    background: #fff;
    max-width: 75%;
    margin: 0 auto;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}
.wpr-top{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 2%;
}
.wpr-top h3{
    color: #3a3a3a;
    font-size: 26px;
    letter-spacing: 2px;
    border-left: 6px solid#271f4d;
    padding-left: 17px;
    float: left;
}
.wprt-right{
    float: right;
}
.wprt-right img{
    float: left;
}
.wprt-right p{
    float: left;
    margin-left: 12px;
    color: #3a3a3a;
    font-size: 17px;
}
.wrp-box{
    width: 93%;
    margin: 0 auto;
    display: inline-block;
    padding: 3% 0;
}
.wpr-bottom li input {
    width: 100%;
    display: inline-block;
    height: 40px;
    border-radius: 5px;
    padding-left: 12px;
    float: left;
    border: 1px solid #d2d2d2;
}
.col-6{
    float: left;
    border-radius: 10px;
}
.col-6 a{
    width: auto;
    display: inline-block;
    height: auto;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    padding: 10px 70px;
    float: left;
}
.btn-primary {
    background-color: #271f4d;
    border: 1px solid #271f4d;
    font-size: 17px;
    padding: 10px 0;
    color: #fff;
    letter-spacing: 8px;
    border-radius: 7px;
    margin-top: 5%;
    width: 38% !important;!i;!;
    text-align: center;
    margin: 0 auto;
    margin-top: 5%;
}
.checkbox-primary{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.checkbox-primary label{
    font-size: 14px;
}
.subm{
    text-align: center;
}
.wpr-bottom li{
    float: left;
    width: 44%;
    display: inline-block;
    height: 40px;
    border-radius: 5px;
    padding-left: 12px;
    float: left;
    margin-right: 4%;
    margin-bottom: 2%;
}