html,
body {
    background: #e6efff;
}

body {

    line-height: 1.42857143;
    color: #333;
}

a {
    color: #E57905;
    text-decoration: none!important;
}

a:hover,
a:visited {
    color: #f57f00;
}

h2.title {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
}

.sub-title {
    font-size: 16px;
    margin: 15px 0px;
    font-weight: 500;
    line-height: 24px;
}

#body-page {
    width: 1210px;
    margin: auto;
}

.col-left {
    width: 287px;
    float: left;
    margin-left: 138px;
    margin-right: 25px;
}

.col-left .logo {
    margin-bottom: 40px;
}

.col-left .logo img {
    width: 188px;
    margin: 20px 0px;
}

.col-right {
    width: 610px;
    float: left;
}

.col-right img {
    max-width: 100%;
}

button.btn-submit{
    margin-top: 15px;
    outline: none!important;
}
button.btn-submit:focus{
    outline: none;
}

@media only screen and (max-width: 768px) {
    #body-page {
        width: 100%;
    }
    .col-left,
    .col-right {
        float: none;
        width: 100%;
        margin: 0px;
        padding: 0px 20px;
    }
    .logo {
        text-align: center;
        margin: 0px -20px 20px -20px!important;
        border-bottom: 1px solid #ccc;
    }
}