﻿.register {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    background-image: url("/Theme/images/hero-122.jpg");
    padding: 3%;
    height: auto !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.register-left {
    color: #fff;
    margin-top: 4%;
    height: 85vh;
    position: relative;
}

    .register-left select {
        border-radius: 1.5rem;
        padding: 1%;
        width: 25%;
        height: 45px;
        background: #36aae794;
        color: #ffffff;
        margin-top: 20%;
        margin-bottom: 3%;
        cursor: pointer;
        border: 1px solid #5fc4f5;
        position: absolute;
        bottom: 0;
        right: 0;
        font-weight: 400;
        text-align: center;
    }

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 0%;
    margin-bottom: 15%;
    width: 50%;
}

.register-left h3 {
    font-size: 50px;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    color: #fff;
}

.register-left p {
    width: 100%;
    float: left;
    font-size: 25px;
}

@@-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: 64px 0px 0px 0px;
    margin-top: -9%;
    letter-spacing: 1.5px;
    font-family: 'Montserrat-regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.register .register-form {
    padding: 10% 0px;
    margin-top: 10%;
}

.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #2da9fe;
    color: #fff;
    font-weight: 600;
    width: 35%;
    cursor: pointer;
    margin-left: 10px;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

    .register .nav-tabs .nav-link {
        padding: 4%;
        height: 40px;
        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 .nav-tabs .nav-link.active {
            width: 109px;
            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;
}

div#myTabContent {
    max-width: 50%;
    margin-top: 10%;
    margin-left: 15%;
}
/*.logo img {
                                                    width: 25%;
                                                }*/
.logo img {
    width: 25%;
    position: absolute;
    right: 35px;
    top: 25%;
}

.logo {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.bact-to-site a {
    color: #fff;
    text-decoration: none;
}

.bact-to-site {
    position: absolute;
    right: 0;
    top: 0;
}

    .bact-to-site a:hover span .fa {
        left: -2px;
    }

    .bact-to-site a span .fa {
        position: relative;
        top: 1px;
    }

.form-control {
    height: 50px;
}

