*
{
    margin:0px;
    padding:0px;
}

body
{
    font-family: 'Barlow', sans-serif;
    font-size:16px;
}

a:hover
{
    color:#9a9797;
}

.login-section
{
    display:flex;  
    height: 100vh;
}

.section__left 
{
    flex-basis: 69%;
    background-image: url(../img/login/Background.jpg);
    background-position: left; 
}

.section__right
{
    flex-basis: 30%;
    background-color: #fff;
    z-index: 3;
}

.section__right .right__form
{
    padding: 7rem 3rem 3rem 3rem;
    display: flex;
    flex-direction: column;
}

.logo-sec
{
    text-align:center;
    margin-bottom: 3rem;
}

.logo-sec img
{
   height: 120px;
}

.form-group
{
    margin-bottom:2rem;
}

.form-label
{
   margin: 0.2rem 0rem;
   color: #595959; 
}

.form-control
{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.form-control:focus 
{
    outline: 0;
    border-bottom: 1px solid #ced4da;

}
.input-group 
{
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend 
{
    margin-right: -1px;
    display: flex;
}

.input-group-text 
{
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-bottom: 1px solid #ced4da;
}

.login-button
{
    background-color: #d7764b;
    padding: 1rem;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.5rem;
    margin: 3rem 0rem;
 }
 
 .login-button:hover
 {
    background-color: #505050;
    color: #fff!important;
 }

.captcha-sec 
{
    display: flex;
    flex-direction: row;
}

.enter-captcha 
{
    flex-basis: 50%;
    margin-right: 50px;
}

.captcha-img 
{
    flex-basis: 50%;
    border-bottom: 1px solid #ddd;
}

.captcha-img img
{
    width: 130px;
    height: 53px;
}

.icon-Icon-ionic-ios-refresh {
    position: absolute;
    right: 85px;
    font-size: 28px;
    cursor: pointer;
    margin-top: 12px;
    color: #7f7f7f;
}
.icon-Icon-ionic-ios-refresh:hover 
{ 
    color:#000;
}

.form-footer
{
    text-align:center;
}

.form-footer span
{
    line-height: 1.9rem;
}

.text-grey
{
    color:#8b8b8f;
}

.text-grey-dark
{
    color: #67686c;
}

.text-decoration-0
{
    text-decoration:none;
}

.text-num
{
    font-size: 2.8rem;
    margin-bottom: 0.4rem;
    display: inline-block;
}

.text-left {
    text-align: left;
}

.hexa 
{
    width: 190px;
    -webkit-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25% );
    -moz-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25% );
    -ms-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25% );
    clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25% );
      
}

.gon 
{
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    /*transition: color 500ms ease, text-shadow 500ms ease;*/
    border: 1px solid #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gon:hover 
{
  color: #fff;
  /*text-shadow: 0 0 1px white;*/
  background-color: #ffd66b!important;
}

.gon:hover.position-1.one , .gon:hover.position-1.two {
    background-image: linear-gradient(#ffd66b73,#ffd66b),url(../img/login/e-return.jpg);
}

.gon:hover.position-10.one , .gon:hover.position-10.two {
    background-image: linear-gradient(#ffd66b73,#ffd66b),url(../img/login/CheckPost.jpg);
}

.gon:hover.position-7.one , .gon:hover.position-7.two {
    background-image: linear-gradient(#ffd66b73,#ffd66b),url(../img/login/inspection.jpeg);
}



.gon i
{
    top: 17%;
    position: absolute;
    font-size: 3.3rem; 
}

.position-1 , .position-2 , 
.position-3 , .position-4 ,
.position-5 , .position-6 ,
.position-7 , .position-8 ,
.position-9 , .position-10 ,
.position-11 , .position-12 
{
    
    position:relative;
}

.position-1  .border-bottom,
.position-2  .border-bottom,
.position-3  .border-bottom,
.position-4  .border-bottom,
.position-5  .border-bottom,
.position-6  .border-bottom,
.position-7  .border-bottom,
.position-8  .border-bottom,
.position-9  .border-bottom,
.position-10 .border-bottom,
.position-11 .border-bottom,
.position-12 .border-bottom
{
    width: 50px;
    height: 4px;
    background-color: #ede9e9;
    position: absolute;
    border-radius: 5px;
}



@keyframes zoomIn 
{
  0% 
  {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% 
  {
    opacity: 1;
  }
  100% 
  {
    opacity: 1;
  }
  
}

.zoomIn 
{
  animation-name: zoomIn;
}



@keyframes zoomOut 
{
  0%  
  {
    opacity: 1;
  }
 50% 
 {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% 
  {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.zoomOut 
{
  animation-name: zoomOut;
}

.rotateOut 
{
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

.animation1a
{
   animation: zoomOut 8s 1s; 
   animation-fill-mode: forwards;
}
.animation1b
{
   animation: zoomIn 8s 1s; 
   animation-fill-mode: forwards;
}

.animation2a
{
   animation: zoomOut 8s 5s; 
   animation-fill-mode: forwards;
}

.animation2b
{
   animation: zoomIn 8s 5s;
   animation-fill-mode: forwards;
}

.animation3a
{
   animation: zoomOut 8s 8s;
   animation-fill-mode: forwards;
}

.animation3b
{
   animation: zoomIn 8s 8s; 
   animation-fill-mode: forwards;
}

.animation4a
{
   animation: zoomOut 8s 11s; 
   animation-fill-mode: forwards; 
}

.animation4b
{
   animation: zoomIn 8s 11s; 
   animation-fill-mode: forwards;
}

.animation5a
{
   animation: zoomOut 8s 14s;
   animation-fill-mode: forwards;
}

.animation5b
{
   animation: zoomIn 8s 14s;
   animation-fill-mode: forwards;
}

.animation6a
{
   animation: zoomOut 8s 17s;  
   animation-fill-mode: forwards;
}
.animation6b
{
   animation: zoomIn 8s 17s;
   animation-fill-mode: forwards;
}

.position-1
{
    background-size: 253px 287px;
    position: absolute;
    top: 10%;
    left: 1%;
    width: 256px;
    height: 282px;
}

.position-1 .border-bottom
{
    left: 100px;
    bottom: 90px;
}

.position-1.one
{
    background-image: linear-gradient(#515254c9,#515254),url(../img/login/e-return.jpg);
}

.position-1.two
{
  background-image: linear-gradient(#e0885bad,#e0885be0),url(../img/login/e-permit.jpeg);
}

.position-2
{
    position: absolute;
    left: 17%;
    top: 15%;
    width: 256px;
    height: 282px;
}

.position-2.one
{
    background-color:#eb895c;  
}

.position-2.two
{
    background-color: #505050;
}

.position-2 .border-bottom
{
    left: 97px;
    bottom: 96px;
}

.position-3
{
    position: absolute;
    top: 10%;
    left: 32%;
    width: 207px;
    height: 216px;
}

.position-3.one
{
    background: #505050;
}

.position-3.two
{
    background: #eb895c;
   
}

.position-3 .border-bottom
{
    left: 75px;
    bottom: 60px;
}

.position-4
{
    position: absolute;
    top: 7%;
    right: 40%;
    width: 273px;
    height: 298px;
}

.position-4.one
{
    background-color:#eb895c;
}

.position-4.two
{
    background-color: #eb895c;
}

.position-4 .border-bottom
{
    left: 111px;
    bottom: 104px;
}

.position-5
{ 
    position: absolute;
    top: 5%;
    right: 23%;
    width: 247px;
    height: 282px;
    justify-content: flex-start;
    padding-left: 24px;
}

.position-5.one
{
    background: #505050;
}

.position-5.two
{
    background-color: #eb895c;
    
}

.position-5 .border-bottom
{
    left: 26px;
    bottom: 103px;
}

.position-6
{
    
    position: absolute;
    top: 39%;
    left: 7%;
    width: 256px;
    height: 282px;
}

.position-6.one
{
    background-color:#eb895c;
}

.position-6.two
{
    background-color: #65605e;  
}

.position-6 .border-bottom
{
    left: 94px;
    bottom: 95px;
}

.position-7
{
    background-size: 253px 287px;
    position: absolute;
    top: 32%;
    right: 48%;
    width: 334px;
    height: 355px;
    background-repeat: round;
}

.position-7.one
{
    background-image: linear-gradient(#515254c9,#515254),url(../img/login/Transport.jpg); 
}

.position-7.two
{
    background-image: linear-gradient(#515254c9,#515254),url(../img/login/inspection.jpeg); 
}
.position-7 .border-bottom
{
    left: 138px;
    bottom: 102px;
}

.position-8
{
    position: absolute;
    right: 24%;
    top: 34%;
    width: 332px;
    height: 391px;
    justify-content: flex-start;
    padding-left: 24px;
    text-align: left;
}


.position-8.one
{
    background-color: #4d4d4d;
}

.position-8.two
{
    background-color: #eb895c;
}


.position-8 .border-bottom
{
    left: 28px;
    bottom: 137px;
}

.position-8.two .border-bottom 
{
    left: 28px;
    bottom: 108px;
}

.position-8 i 
{
    top: 22%;
    left: 23px;
}

.position-9
{
    position: absolute;
    left: 0%;
    top: 65%;
    width: 212px;
    height: 248px;
}

.position-9.one
{
    background-color: #4d4d4d;
  
}

.position-9.two
{
    background-color: #eb895c;
   
}

.position-9 .border-bottom
{
    left: 88px;
    bottom: 90px;
}

.position-10
{
    background-size: 253px 287px;
    position: absolute;
    top: 57%;
    right: 66%;
    width: 242px;
    height: 263px;
}

.position-10.one
{
    background-image: linear-gradient(#e0885bad,#e0885be0),url(../img/login/Welghbridge_Integration.jpg);
}

.position-10.two
{
    background-image: linear-gradient(#675a57ab,#292726e0),url(../img/login/CheckPost.jpg);
}


.position-10 .border-bottom
{
    left: 88px;
    border-radius: 5px;
    bottom: 66px;
}

.position-10.two .border-bottom 
{
    bottom: 99px;
}

.position-11
{
    position: absolute;
    bottom: 6%;
    right: 54%;
    width: 154px;
    height: 169px;
}

.position-11 .border-bottom
{
    left: 53px;
    bottom: 46px;
}

.position-11.one
{
    background-color: #4d4d4d;
}

.position-11.two
{
    background-color: #eb895c;
}

.position-12
{
    position: absolute;
    bottom: 7%;
    right: 41%;
    width: 198px;
    height: 231px;
}

.position-12.one
{
    background-color: #eb895c;
}

.position-12.two
{
    background-color: #4d4d4d;
    
}

.position-12 .border-bottom
{
    left: 74px;
    bottom: 74px;
}

.icon-Issuance_of_License 
{
    font-size: 2.5rem!important;
}

  
/*Media Querry*/
@media only screen and (max-width: 1680px) 
{
    .position-2 
    {
        top: 19%;
    }
    
    .position-3 
    {
        top: 5%;
        left: 30%;
    }
    
     .position-5 
    {
        top: 2%;
        right: 23%;
    }
    
     .position-6 
    {
        top: 40%;
        left: 5%;
    }
    
    .position-7 
    {
        top: 34%;
        right: 49%;
        width: 294px;
        height: 312px;
    }
    
    .position-7 .border-bottom 
    {
        left: 126px;
        bottom: 83px;
    }
    
    .position-8 
    {
        right: 22%;
        top: 35%;
        width: 332px;
        height: 375px;
    }
    
    .position-9 
    {
        top: 67%;
    }
    
    .position-10 
    {
        top: 60%;
        right: 66%;
    }   
}
@media only screen and (max-width: 1600px)
{
    .position-1 
    {
        top: 5%;
        left: 1%;
        width: 241px;
        height: 263px;
    }
    
    .position-1 .border-bottom 
    {
        left: 94px;
        bottom: 76px;
    }
    
    .position-2 
    {
        left: 17%;
        width: 229px;
        height: 259px;
    }
    
    .position-2 .border-bottom 
    {
        left: 85px;
        bottom: 88px;
    }
    
    .position-3 
    {
        top: 2%;
        left: 29%;
    }
    
    .position-4 
    {
        top: 7%;
        right: 41%;
        width: 253px;
        height: 276px;
    }
    
    .position-4 .border-bottom 
    {
        left: 103px;
        bottom: 92px;
    }
    
    .position-6 
    {
        width: 239px;
        height: 258px;
    }
    
    .position-6 .border-bottom 
    {
        left: 91px;
        bottom: 91px;
    }
    
    .position-9 .border-bottom 
    {
        left: 76px;
    }
}

@media only screen and (max-width: 1440px)
{
    .position-1 
    {
        top: 1%;
    }
    
    .position-2 
    {
        width: 216px;
        height: 233px;
        top: 21%;
    }
    
    .position-2 .border-bottom 
    {
        left: 85px;
        bottom: 75px;
    }
    
    .position-3 
    {
        left: 26%;
    }
    
    .position-4 
    {
        top: 7%;
        right: 43%;
        width: 232px;
        height: 255px;
    }
    
    .position-4 .border-bottom 
    {
        left: 95px;
        bottom: 84px;
    }
    
    .position-7 
    {
        top: 36%;
        right: 49%;
        width: 274px;
        height: 297px;
    }
    
     .position-7 .border-bottom 
    {
        left: 113px;
        bottom: 78px;
    }
    
    
    .position-12 
    {
        bottom: 7%;
        right: 41%;
        width: 174px;
        height: 201px;
    }
    
    .position-12 .border-bottom 
    {
        left: 64px;
        bottom: 64px;
    }  
}

@media only screen and (max-width: 1366px) 
{
    .section__right .right__form {
        padding: 1rem 2rem 0rem 2rem;
    }
    
    .logo-sec img {
        height: 75px;
    }
    
    .gon {
        font-size: 1rem;
    }
    
    .gon i {
        font-size: 2.5rem;
    }
    
    .text-num {
        font-size: 2.5rem;
    }
    
    .logo-sec {
        margin-bottom: 2rem;
    }
    
    .form-control {
        height: calc(1em + 0.5rem + 2px);
    }
    
    .login-button {
        margin: 2rem 0rem;
        padding: .5rem;
        font-size: 1.2rem;
    }
    .login-button.form-control {
          height: auto;
    }
    
    .position-1 {
        width: 192px;
        height: 210px;
        left: 4%;
        top: 2%;
    }
    
    .position-1 .border-bottom {
        left: 72px;
        bottom: 52px;
    }
    
    .position-2 {
        top: 35%;
        width: 176px;
        height: 184px;
        left: 26%;
    }
    
    .position-2 .border-bottom {
        left: 61px;
        bottom: 56px;
    }
    
    .position-3 {
        left: 24%;
        width: 196px;
        height: 200px;
    }
    
    .position-3 .border-bottom {
        bottom: 55px;
    }
    
    .position-4 {
        top: 6%;
        right: 43%;
        width: 210px;
        height: 230px;
    }
    
    .position-4 .border-bottom {
        left: 82px;
        bottom: 63px;
    }
    
    .position-5 {
        top: 2%;
        right: 20%;
        width: 236px;
        height: 202px;
    }
    
    .position-5 .border-bottom {
        left: 26px;
        bottom: 68px;
    }
    
    
    .position-6 {
        top: 36%;
        left: 1%;
        width: 153px;
        height: 165px;
    }
    
    .position-6 .border-bottom {
        left: 51px;
        bottom: 46px;
    }
    
     .position-7 {
        top: 58%;
        right: 76%;
        width: 215px;
        height: 229px;
    }
    
    .position-7 .border-bottom {
        left: 81px;
        bottom: 44px;
    }
    
    .position-8 {
        right: 18%;
        top: 36%;
        width: 323px;
        height: 339px;
    }
    
    .position-8 .border-bottom {
        bottom: 112px;
    }
    
    .position-8.two .border-bottom {
        left: 28px;
        bottom: 90px;
    }
    
     .position-9 , .position-10 {
        display: none;
    }
    
    .position-11 {
        right: 60%;   
    }
    
    .position-12 {
        bottom: 22%;
        right: 46%;
        width: 162px;
        height: 185px;
    }
    
    
    .position-12 .border-bottom {
        left: 57px;
        bottom: 56px;
    }
    
   
}

@media only screen and (max-width: 1280px) 
{
    .position-2 ,  .position-8
    {
        display: none;
    }
    
    .position-3 
    {
        left: 22%;
    }
    
    .position-5 
    {
        top: 18%;
    }
    
    .position-6 
    {
        top: 29%;
        left: 16%;
    }
    
    .position-7 
    {
        right: 48%;
    }
    
    .position-9 
    {
        top: 43%;
    }
    
    .position-10 
    {
        right: 63%;
    }
    
     .position-11 
    {
        bottom: 9%;
        right: 47%;
    }
    
    .position-12 
    {
        bottom: 24%;
        right: 32%;
    }
    
}

@media only screen and (max-width: 1024px) 
{
     .position-3 , .position-5 , .position-12
    {
        display: none;
    }
    
    .section__right 
    {
        flex-basis: 56%;
    }
    
    .position-4 {
        right: 46%;
    }
    
    .position-6 {
        top: 28%;
        left: 17%;
    }
    
    .position-7 
    {
        right: 46%;
        top: 40%;
    }
    
     .position-9 
    {
        top: 42%;
        width: 195px;
        height: 220px;
    }
    
     .position-9 .border-bottom 
    {
        left: 72px;
        bottom: 74px;
    }
    
    .position-10 {
        display: inline-flex;
    }
    
    .position-10 {
        right: 58%;
        top: 64%;
    }
    
    .position-11 {
        bottom: 27%;
        right: 79%;
    }
    
    .icon-Icon-ionic-ios-refresh 
    {
        right: 36px;
    }
}

@media only screen and (max-width: 768px) 
{
  .section__left 
  {
      display: none;
  }
  
  .section__right 
  {
      flex-basis: 100%;
  }
  
  .section__right .right__form 
  {
      padding: 4rem 10rem 0rem 10rem;
  }
  
  .logo-sec img 
  {
    height: 100px;
  }
  
  .logo-sec 
  {
    margin-bottom: 2rem;
  }
  
  .icon-Icon-ionic-ios-refresh 
  {
    right: 174px;
  }
}


@media only screen and (max-width: 640px) 
{
  .section__right .right__form 
  {
      padding: 2rem 2rem 2rem 2rem;
  }
  
}


@media only screen and (max-width: 576px) 
{
    .icon-Icon-ionic-ios-refresh 
    {
        right: 49px;
    }
    
    .logo-sec img 
    {
        height: 70px;
    }
}


@media only screen and (max-width: 375px) 
{
    .captcha-sec 
    {
        display: flex;
        flex-direction: column;
    }
    .captcha-img 
    {
        margin-top: 2rem;
    }
    .enter-captcha 
    {
        margin-right: 24px;
    }
}


/*End*/



