body
{
    background-image: linear-gradient(to right, rgba(48,137,150,1), rgba(16,125,172,0.8) ),
    url("../../public/img/platform/offers/DSC_0074-min.JPG");

    /*background-image: linear-gradient(to right, #F2A100 rgb(242,161,0) , #ff9800) rgb(255,152,0);*/
    margin-top: 115px !important;

}

.register-left{
    text-align: center;
    color: #fff;
    padding: 30px
}

.register-left p{
    padding: 20px 20px 0;
}

.register-left .btn-primary{
    border-radius: 1.5rem;
    border: none;
    width: 120px;
    background: #f8f8f8;
    font-weight: 600;
    color: #555;
    margin-top: 20px;
    padding: 10px;
}

.register-left .btn-primary:hover{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.register-right{
    border: none;
    background: #f8f8f8;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    padding: 20px 10px 15px 10px;
    /*padding: 50px;*/

}

.register-left img{
    margin-top: 60px;
    margin-bottom: 20px;
    width: 80px;
    animation: mover 1s infinite alternate;
    color: #fff;

}

.register-right h2 {
    text-align: center;

}

.register-form{
    padding: 15px;

}

.register-right .btn-primary{
    float: right;
    border-radius: 1.5rem;
    border: none;
    width: 120px;
    background: #308996;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
}

.register-right .btn-primary:hover{
    background: #107dac;

}

.form-group textarea#test_level_target{
    padding: 0.8rem 1.2rem;
    min-height: 100px;
    border-radius: 22px;
    resize: none;
    overflow-y: auto;
}

.form-group input{
    width: 100%;
    outline: none;
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 25px!important;
    transition: 0.3s;
}

@keyframes mover {
    0%{transform: translateY(0);}
    100%{transform: translateY(-20px); }
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    .hidden-sm {
        display: none !important;
        visibility: hidden !important;
    }
}