/* CSS Document */
@charset "UTF-8";

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.eot');
    src: local('../fonts/Vazir'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
}

body {
    font-family: 'Vazir';
   background: -webkit-linear-gradient(right, #3931af, #3931af);
}

input[type=submit] {
    outline: none;
}

input[type=submit]:hover {
    opacity: .9;
}

input[type=email], input[type=password] {
    text-align: right;
}

.register {
    margin-top: 3%;
    padding: 3%;
	
}

.lable {
	color:red;
	font-size:13px;
	
}


.register-right {
    text-align: center;
    color: #fff;
    margin-top: 4%;

}

.register-right input {
    border: none;
    border-radius: 0.25rem;
    padding: 5%;
    width: 80%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .register-right input {
        margin-top: 0;
    }
}

.register-left {
    background: #f8f9fa;
  // border-top-right-radius: 20% 40%;
  // border-bottom-right-radius: 20% 40%;
  border-radius:2%;
   
}

@media screen and (max-width: 767px) {
    .register-left {
        border-radius: 10px;
    }
    
    .register-left img {
    margin-top: 1%;
    margin-bottom: 1%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
    width:80%;
}
}

.register-right img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

.register-left img {
    margin-top: 1%;
    margin-bottom: 1%;
    -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-right p {
    font-weight: lighter;
    text-align:right;

    //padding: 12%;
    margin-top: 10%;
}

.register .register-form {
    width: 100%;
    padding: 10%;
    margin-top: 10%;
}

.btnRegister {
    float: left;
    margin-top: 10%;
    border: none;
    border-radius: 0.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}

.btnRegister2 {
    border: none;
    border-radius: 0.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: left;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-left-radius: 1.5rem;
    border-bottom-left-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-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 3%;
    margin-bottom: -15%;
    color: #495057;
}
.wrp img {
     margin-top: 1%;
    margin-bottom: 1%;

}