body {
    margin: 0px;
    padding: 0px;
    font-family: ProximaNova-Regular !important;
    color: #424242;
   
    
  }
  .container {
    max-width: 1230px !important;
  }
  
  @font-face {
    font-family: ProximaNova-Regular;
    src: url(../fonts/ProximaNova-Regular.ttf);
  }
  @font-face {
    font-family: ProximaNova-Bold;
    src: url(../fonts/Proxima-Nova-Bold.ttf);
  }
.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login{
    background-size: cover;
    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: linear-gradient(256deg, #F26635, #60327A);;
}

.login .container{
    max-width: 1160px;
    margin: 0 auto;
}

.login a {
    text-decoration: none;
}

.login h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login .login-inner-form {
    color: #cccccc;
    position: relative;
}

.login .form-check-input:checked {
    display: none;
}

.login .form-info {
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.login .form-box{
    width: 100%;
    text-align: center;
}

.login .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.login .login-inner-form .form-control {
    font-size: 16px;
    outline: none;
    color: #535353;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #d9d9d9;
    padding: 14.5px 45px 14.5px 20px;
	display: block;
    background: #f3f3f3;
    border-radius: 50px;
    padding: 7px 15px;
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
}

.login .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.login .login-inner-form .form-box i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 20px;
    color: #535353;
}

.login .login-inner-form label{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.login .login-inner-form .forgot{
    margin: 0;
    line-height: 45px;
    color: #535353;
    font-size: 15px;
    float: right;
}

.login .bg-img {
    background: url(../images/login-pic.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    position: relative;
    display: flex;
    padding: 30px;
}

.login .bg-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0,#000000a1,rgb(255 255 255 / 0%));
}

.login .login-box {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login .text-info{
    bottom: 20px;
    position: absolute;
    left: 30px;
    right: 30px;
}

.login .text-info .typing > *{
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50);
    text-transform: capitalize;
}

.login .text-info h1{
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}

.login .text-info p{
    color: #ededed;
    font-size: 18px;
}

@keyframes typingAnim {
    from {width:0}
    to {width:100%}
}

.login .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    color: #fff;
    background: #f26635;
    border: solid 1px #f26635;
}

.login .login-inner-form .btn-md {
    cursor: pointer;
    height: 55px;
    color: #fff;
    padding: 13px 50px 12px 50px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
}

.login .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login .login-inner-form p{
    margin: 0;
    color: #535353;
}

.login .login-inner-form p a{
    color: #535353;
}

.login .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login .login-inner-form .btn-theme {
    background: #f26635;
    border: none;
    color: #fff;
	border-radius: 30px;
}

.login .login-inner-form .btn-theme:hover {
    background: #d15226;
}

.login .logo{
    height: 85px;
}

.login .logo img{
    height: 60px;
}

.login .logo-2{
    margin-bottom: 15px;
}

.login .logo-2 img{
    height: 30px;
}

.login .nav-pills li{
    display: inline-block;
}

.login .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 14px;
}

.login .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.login .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right;
}

.login .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.login .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login .form-section input[type=checkbox]:checked + label:before {
    font-weight: 600;
    color: #e6e6e6;
    line-height: 16px;
    font-size: 14px;
    content: "\2713";
}

.login .btn-section {
    top: 35px;
    position: absolute;
    left: 30px;
    margin-bottom: 0;
}

.login .btn-section .link-btn {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #f26635;
    padding: 10px 18px;
    text-decoration: none;
    text-decoration: blink;
    text-transform: uppercase;
    border-radius: 3px;
    background: #fff;
}

.login .btn-section .link-btn:hover{
    background: #f26635;
    color: #fff;
}

.login .btn-section .link-btn.active{
    background: #f26635;
    color: #fff;
}

.login .login-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login .login-inner-form .checkbox a {
    font-size: 16px;
    color: #f26635;
    float: right;
    margin-left: 3px;
}

.login .form-section{
    text-align: center;
}

.login .form-section h3{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #040404;
}

.login .form-section .text {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #535353;
}

.login .form-section .text a{
    color: #535353;
}

.login .form-section .extra-login {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.login .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    content: "";
}

.login .form-section .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #535353;
    text-transform: capitalize;
    background: #fff;
}

/** Social list **/
.login .social-list{
    margin-bottom: 20px;
}

.login .social-list .buttons {
    display: flex;
    justify-content: center;
}

.login .social-list a {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin:0 3px 5px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
}

.login .social-list a i {
    transition: transform 0.2s linear 0s;
    position: relative;
    z-index: 3;
}

.login .social-list a:hover {
    transform: rotate(-90deg);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.login .social-list a:hover i {
    transform: rotate(90deg);
}

.login .social-list a.facebook-bg {
    background: #4867aa;
}

.login .social-list a.twitter-bg {
    background: #33CCFF;
}

.login .social-list a.google-bg {
    background: #db4437;
}

.login .social-list a.dribbble-bg {
    background: #2392e0;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login .bg-img{
        display: none;
    }

    .login .form-section h3{
        font-size: 23px;
    }

    .login .form-info{
        padding: 50px 30px;
    }

    .login .login-box{
        max-width: 600px;
        margin: 0 auto;
    }
}

.close{
	position:absolute;
	top:15px;
	right:15px;
	width: 30px;
	height: 30px;
}
.close img{
	width:30px;
}
	