.register{
    background: -webkit-linear-gradient(left, #245784, #9abfc9);
    margin-top: 3%;
    padding: 3%;
    }
    .register-mobile{
        background: -webkit-linear-gradient(left, #245784, #9abfc9);
        /*margin-top: 3%;
        padding: 3%;*/
        }
    .register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
    }
    .register-left-mobile{
    text-align: center;
    color: #fff;
    margin-top: 4%;
    }
    .register-left input, .login-button{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 10%;
    margin-bottom: 3%;
    cursor: pointer;
    }
    .register-left-mobile input, .login-button-mobile{
        border: none;
        border-radius: 1.5rem;
        padding: 2%;
        width: 60%;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        margin-top: 10%;
        margin-bottom: 3%;
        cursor: pointer;
        }
    .register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    }    
    .register-right-mobile{
        background: #f8f9fa;
        /*border-top-left-radius: 10% 50%;
        border-bottom-left-radius: 10% 50%;*/
        border-radius: 25%;
        }
    .register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
    }    
    .register-left-mobile img{
        margin-top: 8%;
        /*margin-bottom: 5%;*/
        width: 15%;
        -webkit-animation: mover 2s infinite alternate;
        animation: mover 1s infinite alternate;
        }
    @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
    }
    @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
    }
    .register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
    }
    .register-left-mobile p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
    }
    .register .register-form{
    padding: 10%;
    margin-top: 10%;
    }
    .register-mobile .register-form{
    padding: 8%;
    margin-top: 5%;
    }
    .btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
    }
    .btnRegister-mobile{
    float: right;
    /*margin-top: 10%;*/
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 30%;
    cursor: pointer;
    }
    .register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
    }
    .register-mobile .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
    }
    .register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    }
    .register-mobile .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    }
    .register .nav-tabs .nav-link:hover{
    border: none;
    }
    .register-mobile .nav-tabs .nav-link:hover{
    border: none;
    }
    .register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    }
    .register-mobile .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    }
    .register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
    }

    /* Company Profile Page CSS */

    .wrap {
        display: flex;
        background: white;
        padding: 1rem 1rem 1rem 1rem;
        border: #245784 solid 3px;
        border-radius: 0.5rem;
        box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
        margin-bottom: 2rem;
    }
    
    .wrap:hover {
        background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
        color: white;
    }
    
    .ico-wrap {
        margin: auto;
    }
    
    .mbr-iconfont {
        font-size: 4.5rem !important;
        color: #313131;
        margin: 1rem;
        padding-right: 1rem;
    }
    .vcenter {
        margin: auto;
    }
    
    .mbr-section-title3 {
        text-align: left;
    }
    /*h2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }*/
    .display-5 {
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 1.4rem;
    }
    .mbr-bold {
        font-weight: 700;
    }
    
    /*p {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        line-height: 12px;
    }*/
    .display-6 {
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 1rem;
    }