h3 {
    margin: 2%;
}

.register{
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    margin-top: 2%;
    padding: 2%;
}
.register-left{
    text-align: center;
    color: #fff;
    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;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.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-display{
    background: #3931af;
    padding: 5%;
    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;
}
.register .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 .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-heading{
    text-align: center;
    margin-top: 5%;
    margin-bottom: -12%;
    color: #495057;
}

.logo_moh{
    vertical-align: middle;
    border-style: none;
    height: 20%;
    margin: .8em;
    margin-bottom: 1em;
    margin-top: 2em;
}

.nav h3 {
    margin-right: 5px;
    margin-bottom: -50%;
}

.display {
    margin-top: 10%;
}

.container {
    /* border-bottom: 2px solid #3b979a; */
    padding-bottom: 1em;
    margin-bottom: 0.8em;
}
.navdiv a {
    margin-right: 2em;
}


.license {
    margin: 20%;
    line-height: 5;
    border: 1px solid #e0dddd;
    border-radius: 5px;
    padding: 4em;
    background: #eeeeee;
    text-align: -webkit-center;;
}

#header-content-divider {
    border: 3px double #2184be;
    margin-top: 14%;
    margin-bottom: -14%;
    width: 30%;
    margin-left: 35%;
}

#homepage{
    margin: 70%;
    margin-left: 37%;
    margin-bottom: 1em;
}


.feedbackPage {
    background-color: burlywood;
}

span.step {
    background: #cccccc;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em; 
  }
  