.log-on{
    width: 100%;
    height: auto;
    display: inline-block;
    background:  url(../images/log-on.jpg) no-repeat bottom center;
    background-attachment: inherit;
    position: relative;
    padding: 5% 0;
}
.wrapper-page{
    width: 70%;
    background: #fff;
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}
.wp-left{
    width: 50%;
    float: left;
}
.wp-right{
    width: 34%;
    float: right;
    padding-left: 7%;
    margin-top: 7%;
}
.wpr-top{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 6%;
}
.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;
}
.wpr-bottom{
    width: 100%;
    height: auto;
    display: inline-block;
}
.wpr-bottom ul{}
.wpr-bottom li{
    width: 88% !important;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.wpr-bottom li h5{
    color: #3a3a3a;
    font-weight: normal;
    font-size: 19px;
    letter-spacing: 2px;
}
.wpr-bottom li input{
    width: 100%;
    display: inline-block;
    margin-top: 4%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid#d2d2d2;
    padding-left: 12px;
    float: left;
}
.col-6{
    float: right;
    margin-left: 11%;
    border-radius: 10px;
}
.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: 7%;
}
