@font-face {
  font-family: Anjoman;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Anjoman/eot/Anjoman-FaNum-Bold.eot");
  src: url("../fonts/Anjoman/eot/Anjoman-FaNum-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Anjoman/woff2/Anjoman-FaNum-Bold.woff2") format("woff2"), url("../fonts/Anjoman/woff/Anjoman-FaNum-Bold.woff") format("woff"), url("../fonts/Anjoman/ttf/Anjoman-FaNum-Bold.ttf") format("truetype"); }

@font-face {
  font-family: Anjoman;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Anjoman/eot/Anjoman-FaNum-Light.eot");
  src: url("../fonts/Anjoman/eot/Anjoman-FaNum-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Anjoman/woff2/Anjoman-FaNum-Light.woff2") format("woff2"), url("../fonts/Anjoman/woff/Anjoman-FaNum-Light.woff") format("woff"), url("../fonts/Anjoman/ttf/Anjoman-FaNum-Light.ttf") format("truetype"); }

@font-face {
  font-family: Anjoman;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Anjoman/eot/Anjoman-FaNum-Regular.eot");
  src: url("../fonts/Anjoman/eot/Anjoman-FaNum-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Anjoman/woff2/Anjoman-FaNum-Regular.woff2") format("woff2"), url("../fonts/Anjoman/woff/Anjoman-FaNum-Regular.woff") format("woff"), url("../fonts/Anjoman/ttf/Anjoman-FaNum-Regular.ttf") format("truetype"); }

body {
    font-family: 'Anjoman', sans-serif;
    color: #424242;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

/** Login 1 start **/
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Anjoman !important;
}

.login-1 {
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #fdfdfd;
}

.login-1:before {
    content: "";
    width: 100px;
    height: 200px;
    position: absolute;
    top: 30px;
    left: 0;
    background: url(../img/img-2.png) top left repeat;
    background-size: cover;
    z-index: -1;
}

.login-1:after {
    content: "";
    width: 100px;
    height: 200px;
    position: absolute;
    bottom: 30px;
    right: 0;
    background: url(../img/img-1.png) top left repeat;
    background-size: cover;
    z-index: -1;
}

.login-1 .form-section a{
    text-decoration: none;
}

.login-1 .form-inner {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 70px 80px;
    background: #fff;
    position: relative;
    z-index: 0;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.login-1 .form-section .extra-login {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 10px 0 35px!important;
}

.login-1 .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    content: "";
}

.login-1 .form-section .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #424242;
    text-transform: capitalize;
    background: #fff;
}

.login-1 .form-section p {
    color: #424242;
    margin-bottom: 0;
    font-size: 16px;
}

.login-1 .form-section p a {
    color: #424242;
}

.login-1 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-1 .form-section .thembo {
    margin-left: 4px;
}

.login-1 .form-section h3 {
    margin: 0 0 35px;
    font-size: 25px;
    font-weight: 400;
    color: #121212;
}

.login-1 .form-section .form-group {
    margin-bottom: 25px;
}

.login-1 .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.login-1 .form-section .checkbox{
    margin: 10px 0 35px;
}

.login-1 .form-section .form-control {
    padding: 14.5px 0;
    font-size: 16px;
    outline: none;
    background: transparent!important;
    color: #424242;
    font-weight: 500;
    border-radius: 0;
    border: none;
    border-bottom: solid 2px #bdbdbd;
}

.login-1 .form-section .form-box i {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 23px;
    color: #777575;
}

.login-1 .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-1 .form-section .terms {
    margin-left: 3px;
}

.login-1 .form-section .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 16px;
    color: #424242;
}

.login-1 .form-section .form-check .form-check-input {
    margin-left: -25px;
}

.login-1 .form-section .form-check a {
    color: #424242;
}

.login-1 .form-check-input:focus {
    box-shadow: none;
}

.login-1 .form-check-input:checked {
    background-color: #1c5fda;
    border-color: #1c5fda!important;
}

.login-1 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    vertical-align: top;
    position: absolute;
    border: 2px solid #c5c3c3;
    border-radius: 0;
    top: 2px;
}

.login-1 .form-section a.forgot-password {
    font-size: 16px;
    color: #424242;
}

.login-1 .logo img {
    margin-bottom: 15px;
    height: 30px;
}

.login-1 .btn-theme {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-family: Anjoman,'Jost', sans-serif;
    border-radius: 3px;
    border: none;
}

.login-1 .btn-theme:hover {
    color: #fff;
}

.login-1 .btn-theme:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.login-1 .btn-theme:before {
    position: absolute;
    content: '';
    left: 96%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.login-1 .btn-theme span {
    position: relative;
    z-index: 1;
}

.login-1 .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.login-1 .btn-lg{
    padding: 0 50px;
    line-height: 55px;
}

.login-1 .btn-md{
    padding: 0 45px;
    line-height: 50px;
}

.login-1 .btn{
    box-shadow: none!important;
}

.login-1 .btn-primary {
    background: #1c5fda;
}

.login-1 .btn-theme:before {
    background: #1658d1;
}

.login-1 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-1 .mb-35{
    margin-bottom: 35px!important;
}

/** Social list **/
.login-1 .social-list{
    margin-bottom: 30px;
}

.login-1 .social-list .buttons {
    display: flex;
    justify-content: center;
}

.login-1 .social-list a {
    color: #fff;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin:0 3px 5px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
}

.login-1 .social-list a i {
    transition: transform 0.2s linear 0s;
    position: relative;
    z-index: 3;
}

.login-1 .social-list a:hover {
    transform: rotate(-90deg);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.login-1 .social-list a:hover i {
    transform: rotate(90deg);
}

.login-1 .social-list a.facebook-bg {
    background: #4867aa;
}

.login-1 .social-list a.twitter-bg {
    background: #33CCFF;
}

.login-1 .social-list a.google-bg {
    background: #db4437;
}

.login-1 .social-list a.dribbble-bg {
    background: #2392e0;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-1 .form-inner {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .login-1 .form-inner {
        padding: 40px 30px;
    }
}
/** Login 1 end **/

/** Login 2 start **/
.login-2{
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #efefef;
}

.login-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    border-radius: 0 100% 100% 0;
    background: #fff;
    background: linear-gradient(132deg, #FC415A, #591BC5, #212335);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
}

.login-2 .container{
    max-width: 1120px;
    margin: 0 auto;
}

.login-2 a {
    text-decoration: none;
}

.login-2 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:Anjoman, 'Jost', sans-serif;
}

.login-2 .info{
    top: 35%;
    max-width: 400px;
    margin:0 auto;
}

.login-2 .waviy .color-yellow{
    color: #ff0000;
}

.login-2 .waviy {
    position: relative;
}

.login-2 .waviy span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    animation: flip 2s infinite;
    font-weight: 700;
    margin-bottom: 15px;
    animation-delay: calc(.2s * var(--i))
}

@keyframes flip {
    0%,80% {
        transform: rotateY(360deg)
    }
}

.login-2 p{
    margin-bottom: 25px;
    font-size: 15px;
}

.login-2 .form-check-input:checked {
    display: none;
}

.login-2 .form-info {
    justify-content: center;
    align-items: center;
    padding: 100px 90px;
}

.login-2 .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-2 .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.login-2 .login-inner-form .form-control {
    font-size: 16px;
    outline: none;
    color: #535353;
    border-radius: 100px;
    border: 1px solid #d9d9d9;
    padding: 14.5px 45px 14.5px 20px;
}

.login-2 .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.login-2 .login-inner-form .form-box i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 20px;
    color: #535353;
}

.login-2 .login-inner-form .forgot{
    margin: 0;
    line-height: 45px;
}

.login-2 .bg-img {
    top: 0;
    bottom: 0;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-right: solid 1px #e7e7e7;
}

.login-2 .login-box {
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.login-2 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    color: #fff;
    background: #ff0000;
    border: solid 1px #ff0000;
}

.login-2 .login-inner-form .btn-md {
    cursor: pointer;
    height: 55px;
    color: #fff;
    padding: 13px 50px 12px 50px;
    font-size: 15px;
    font-weight: 400;
    font-family:Anjoman, 'Jost', sans-serif;
    border-radius: 100px;
    text-transform: uppercase;
}

.login-2 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login-2 .login-inner-form p{
    margin: 0;
    color: #535353;
}

.login-2 .login-inner-form p a{
    color: #535353;
}

.login-2 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-2 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-2 .login-inner-form .btn-theme {
    background: #ff0000;
    border: none;
    color: #fff;
}

.login-2 .login-inner-form .btn-theme:hover {
    background: #eb0707;
}

.login-2 .logo img{
    margin-bottom: 15px;
    height: 30px;
}

.login-2 .nav-pills li{
    display: inline-block;
}

.login-2 .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.login-2 .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right;
}

.login-2 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-2 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    margin-left: -22px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.login-2 .login-inner-form .form-check-label {
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-2 .form-section input[type=checkbox]:checked + label:before {
    font-weight: 600;
    color: #e6e6e6;
    line-height: 18px;
    font-size: 12px;
    content: "\2713";
}

.login-2 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login-2 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
    margin-left: 3px;
}

.login-2 .form-section{
    text-align: center;
}

.login-2 .form-section h3{
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #040404;
}

.login-2 .form-section .text {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #535353;
}

.login-2 .form-section .text a{
    color: #535353;
}

/** Social buttons start **/
.social-buttons{
    display: flex;
    text-align: center;
}

.login-2 .social-button {
    position: relative;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50px;
    background: #f3f3f3;
    text-align: center;
    margin: 0 5px 5px 0;
    font-size: 18px;
}

.login-2 .social-button::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50px;
    transition: 0.3s;
    text-align: center;
}

.login-2 .social-button:focus, .social-button:hover {
    color: #fff;
}

.login-2 .social-button:focus::after, .social-button:hover::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-left: calc(-50% - 1px);
}

.login-2 .social-button i, .social-button svg {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.login-2 .social-button-facebook {
    color: #4867aa;
}

.login-2 .social-button-facebook::after {
    background: #4867aa;
}

.login-2 .social-button-twitter {
    color: #33CCFF;
}

.login-2 .social-button-twitter::after {
    background: #33CCFF;
}

.login-2 .social-button-linkedin {
    color: #2392e0;
}

.login-2 .social-button-linkedin::after {
    background: #2392e0;
}

.login-2 .social-button-google {
    color: #db4437;
}

.login-2 .social-button-google::after {
    background: #db4437;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-2 .bg-img{
        display: none;
    }

    .login-2 .form-info{
        padding: 50px 30px;
    }

    .login-2 .login-box{
        max-width: 600px;
        margin: 0 auto;
    }


    .login-2:before {
        background: #efefef;
    }
}
/** Login 2 end **/

/** Login 3 start **/
.login-3{
    background: #eef1f6;
}

.login-3 a {
    text-decoration: none;
}

.login-3 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:Anjoman, 'Jost', sans-serif;
}

.login-3 .bg-img{
    background: url(../img/img-3.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    text-align: right;
	text-direction:rtl;
    z-index: 10;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
}

.login-3 .bg-img:after {
    position: absolute;
    right: -1px;
    top: 0;
    width: 276px;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../img/img-51.png) top left repeat;
}

.login-3 .form-check-input:checked {
    display: none;
}

.login-3 .form-section{
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.login-3 .form-section .form-box {
    width: 100%;
    position: relative;
}

.login-3 .login-inner-form {
    max-width: 450px;
    color: #535353;
    width: 100%;
    text-align: center;
}

.login-3 .login-inner-form p{
    color: #535353;
    font-size: 16px;
    margin: 0;
}

.login-3 .login-inner-form p a{
    color: #535353;
    font-weight: 500;
}

.login-3 .login-inner-form img {
    margin-bottom: 15px;
    height: 30px;
}

.login-3 .login-inner-form h3 {
    margin: 0 0 30px;
    font-size: 25px;
    font-weight: 400;
    color: #040404;
}

.login-3 .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-3 .login-inner-form .form-control {
    outline: none;
    width: 100%;
    padding: 10px 25px;
    font-size: 16px;
    outline: 0;
    font-weight: 400;
    color: #535353;
    height: 55px;
    border-radius: 3px;
    border: 1px solid #fff;
}

.login-3 .login-inner-form .btn-md {
    cursor: pointer;
    height: 55px;
    color: #fff;
    padding: 15.5px 50px 14.5px 50px;
    font-size: 17px;
    font-weight: 400;
    font-family:, Anjoman,'Jost', sans-serif;
    border-radius: 3px;
}

.login-3 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login-3 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-3 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-3 .login-inner-form .btn-theme {
    background: #ffa637;
    border: none;
    color: #fff;
}

.login-3 .login-inner-form .btn-theme:hover {
    background: #ed972c;
}

.login-3 .login-inner-form .checkbox .terms {
    margin-left: 3px;
}

.login-3 .informeson {
    color: #fff;
    max-width: 450px;
}

.login-3 .informeson h1{
    color: #fff;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.login-3 .informeson p{
    color: #fff;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 15px;
}

.login-3 .none-2{
    display: none;
}

.login-3 .btn-section {
    margin-bottom: 30px;
}

.login-3 .login-inner-form .terms{
    margin-left: 3px;
}

.login-3 .login-inner-form .form-check{
    float: right;
    margin-bottom: 0;
    padding-left: 0;
}

.login-3 .login-inner-form .form-check a {
    color: #535353;
    float: right;
}

.login-3 .login-inner-form .form-check-input {
    display: none;
}

.login-3 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    top: 0;
    height: 20px;
    margin-left: -25px;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #fff;
}

.login-3 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
}

.login-3 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #ffa637;
    border-color: #ffa637;
}

.login-3 .login-inner-form input[type=checkbox]:checked + label:before {
    font-weight: 600;
    color: #fff;
    line-height: 17px;
    font-size: 14px;
    content: "\2713";
    padding-left: 1px;
}

.login-3 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login-3 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
}

.login-3 h1 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}

.login-3 .typing > *{
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50);

}

@keyframes typingAnim {
    from {width:0}
    to {width:100%}
}

/* Social list */
.login-3 .social-list a {
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
    border-radius: 50%;
}

.login-3 .social-list a i {
    transition: transform 0.4s linear 0s;
}

.login-3 .social-list a:hover {
    transform: rotate(360deg);
    border-radius: 50px;
}

.login-3 .social-list a:hover i {
    transform: rotate(-360deg);
}

.login-3 .social-list .buttons {
    display: flex;
}

.login-3 .social-list a {
    text-decoration: none !important;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin:0 4px 5px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.login-3 .social-list a i {
    position: relative;
    z-index: 3;
}

.login-3 .social-list a.facebook-bg {
    color: #4867aa;
}

.login-3 .social-list a.twitter-bg {
    color: #33CCFF;
}

.login-3 .social-list a.google-bg {
    color: #db4437;
}

.login-3 .social-list a.dribbble-bg {
    color: #2392e0;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-3 .bg-img {
        display: none;
    }

    .login-3 .form-section{
        padding: 30px 15px;
    }
}
/** Login 3 end **/
