﻿.register {
    background: -webkit-linear-gradient(left, #007D96, #1FC49D);
    margin-top:0;
    padding:0px; height:100vh;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 0;
}

    .register-left input {
        border: none;
        border-radius: 1.5rem;
        padding:0;
        width: 0;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
    }

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 180px;
    margin-bottom: 30px;
    width: 300px;
    /*-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: 0;
    margin-top: 0;
}

.register .register-form {
    padding: 0;
    margin-top:0;
}

.btnRegister {
    float: right;
    margin-top: 0;
    border: none;
    border-radius: 1.5rem;
    padding: 0;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}

.register .nav-tabs {
    border: none;
    background: #007e96;
    border-radius: 1.5rem;
    width: 48%;
    float: none;
    margin: 0px auto;
    margin-top: 30px;
}

    .register .nav-tabs .nav-link {
        padding:2px 15px 0 15px !important;
        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 .nav-tabs .nav-link.active {
            color: #007e96;
            border: 2px solid #007e96;
            border-top-left-radius: 1.5rem;
            border-bottom-left-radius: 1.5rem;
        }
.register-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom:0;
    color: #495057;
}



.register-right { height:80vh !important; 
}
div#loadingDiv {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(155 149 149 / 50%);
    backdrop-filter: blur(-8px);
}