/*
File: register CSS file
*/

.register {
    /* background: -webkit-linear-gradient(left, #3931af, #00c6ff); */
    /* margin-top: 5%;
    padding: 3%; */
    background-image: url("../images/bg-pattern.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff;

    margin: auto;
    padding: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 920px;
    /* max-width: 1200px; */
}
.register-left {
    text-align: center;
    margin-top: 4%;
}
.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    /* background: #f8f9fa; */
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right {
    /* background: #f8f9fa; */
    /* background: #fff; */
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    /* max-height: 415px; */
}
.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -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 .register-form {
    /* padding: 10%;
    margin-top: 10%; */
    margin: auto;
    padding: 10px;
    /* background-color: #fff; */
    justify-content: center;
    align-items: center;
}
.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;
}
.register .nav-tabs {
    /* margin-top: 3%; */
    padding: 2px;
    border: none;
    /* background: #0062cc; */
    background-color: #4090cb;
    border-radius: 1.5rem;
    width: 400px;
    float: right;
}
.register .nav-tabs .nav-link {
    /* padding: 2%; */
    padding: 5px;
    height: 36px;
    font-weight: 500;
    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: 100px;
    /* color: #0062cc; */
    /* border: 2px solid #0062cc; */
    color: #4090cb;
    border: 2px solid #4090cb;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading {
    /* text-align: center; */
    /* margin-top: 10%; */
    /* margin-top: 85px;
    margin-bottom: -80px; */
    font-size: 22px;
    /* margin-bottom: -15%; */
    /* color: #495057; */
}

/* .footer-register {
    position: absolute;
    bottom: 0;
    text-align: center !important;
    padding: 19px 30px 20px;
} */
