.register{
    background: -webkit-linear-gradient(left, #c12035, #273f89);
    margin-top: 3%;
    padding: 30px;
	border-radius: 15px;
	transition: all 1s ease-in-out;
}
.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%; */
	border-radius: 15px;
	
}
.register-left img{
    margin-top: 2%;
    margin-bottom: 5%;
    width: 15em;
   /* -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: 10px;
    margin-top: 10px;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #273f89;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 5px;
    border: none;
    background: #273f89;
    border-radius: 1.5rem;
    width: 100%;

}
.register .nav-tabs .nav-link{
    padding: 1px;
    /*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: #c12035;
    border: 2px solid #c12035;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
} 
.register-heading{
    text-align: center;
    margin-top: 5px;
   /* margin-bottom: -15%; */
    color: #495057;
}
.row [class*='col-'] {
    transition: all 0.5s ease-in-out;
}
input:not([id="emad"]) {
    text-transform: uppercase;
}
/* Spinner */
.spinner {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 6px solid;
  border-top-color: #005a9c;
  border-bottom-color: #005a9c;
  border-left-color: rgba(0, 90, 156, 0.15);
  border-right-color: rgba(0, 90, 156, 0.15);
  -webkit-animation: spinner 0.8s ease-in-out infinite alternate;
  animation: spinner 0.8s ease-in-out infinite alternate;
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.imgcl {
	height: 200px;
	transition: all .2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	z-index:1999;
	position:relative;
	border-radius: 5px;
	margin-bottom:5px;
}
.imgcl:hover {
	transform: scale(3);
    box-shadow: 3px 3px 5px #000000a3;

}

.blockOverlay{
	background-color: rgb(0, 0, 0) !important;
	opacity: 0.4 !important;
}
.blockMsg, .blockPage{
	border-radius:5px !important;
	border:none !important;
	padding:20px !important;
}
.lead{
	font-size: 17px !important;
}