
@font-face {
  font-family: "test1";
  src: url("../fonts/SVN-Gilroy Regular.otf");
      
}
@font-face {
  font-family: "test";
  src: url("../fonts/SVN-Gilroy Light.otf") ;
      
}

body{
  background-image: url(../Images/login-ERP-Tbag2.png);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-size:cover;
}

                .item-hints .hint {

                          display: flex;
                          justify-content: center;
                        }

                        @-webkit-keyframes home_hero_item_hints_glow {
                          0% {
                            -webkit-box-shadow: 0 0 30px 5px #48aa48;
                            box-shadow: 0 0 30px 5px #48aa48
                          }
                          70% {
                            -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
                            box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0)
                          }
                          100% {
                            -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
                            box-shadow: 0 0 0 50px rgba(72, 170, 72, 0)
                          }
                        }
                        @keyframes home_hero_item_hints_glow {
                          0% {
                            -webkit-box-shadow: 0 0 30px 5px #48aa48;
                            box-shadow: 0 0 30px 5px #48aa48
                          }
                          70% {
                            -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
                            box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0)
                          }
                          100% {
                            -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
                            box-shadow: 0 0 0 50px rgba(72, 170, 72, 0)
                          }
                        }

                        @-webkit-keyframes home_hero_item_hints_border {
                          0%,
                          100% {
                            border-color: rgba(255, 255, 255, .6);
                            -webkit-transform: translate(-50%, -50%) scale(.95);
                            transform: translate(-0%, -0%) scale(.95)
                          }
                          50% {
                            border-color: rgba(255, 255, 255, .3);
                            -webkit-transform: translate(-50%, -50%) scale(1);
                            transform: translate(-0%, -0%) scale(1)
                          }
                        }
                        @keyframes home_hero_item_hints_border {
                          0%,
                          100% {
                            border-color: rgba(255, 255, 255, .6);
                            -webkit-transform: translate(-50%, -50%) scale(.95);
                            transform: translate(-0%, -0%) scale(.95)
                          }
                          50% {
                            border-color: rgba(255, 255, 255, .3);
                            -webkit-transform: translate(-50%, -50%) scale(1);
                            transform: translate(-0%, -0%) scale(1)
                          }
                        }


                        .item-hints .hint[data-position="1"] .hint-content {
                          top: 85px;
                          left: 50%;
                          margin-left: 56px;
                        }
                        .item-hints .hint-content {
                          color: #fff;
                          width: 300px;
                          position: absolute;
                          z-index: 5;
                          opacity: 0;
                          visibility: hidden;
                          -webkit-transition: opacity .7s ease,visibility .7s ease;
                          transition: opacity .7s ease,visibility .7s ease;
                          pointer-events: none;
                          color: #fff;
                          visibility: hidden;
                          pointer-events: none
                        }
                        .item-hints .hint:hover .hint-content {
                                background: #153d63b0;
                            left: 80%;
                            color: #fff;
                            min-height: 135px;
                            width: 400px;
                            position: absolute;
                            z-index: 5;
                            opacity: 1;
                            visibility: visible !important;
                            -webkit-transition: opacity .7s ease,visibility .7s ease;
                            transition: opacity .7s ease,visibility .7s ease;
                            pointer-events: none;
                            color: #fff;
                            visibility: hidden;
                            pointer-events: none;
                        }
                        .item-hints .hint-content::before {
                          width: 0px;
                          bottom: 0;
                          left: 0;
                          content: '';
                          background-color: #fff;
                          height: 1px;
                          position: absolute;
                          transition: width 0.4s;
                        }
                        .item-hints .hint:hover .hint-content::before {
                          width: 400px;
                          transition: width 0.4s;
                        }
                        .item-hints .hint-content::after {
                          -webkit-transform-origin: 0 50%;
                          transform-origin: 0 50%;
                          -webkit-transform: rotate(-225deg);
                          transform: rotate(-225deg);
                          bottom: 0;
                          left: 0;
                          width: 40px;
                          content: '';
                          background-color: #fff;
                          height: 1px;
                          position: absolute;
                          opacity: 1;
                          -webkit-transition: opacity .5s ease;
                          transition: opacity .5s ease;
                          transition-delay: 0s;
                          -webkit-transition-delay: 0s;
                          transition-delay: 0s;
                        }
                        .item-hints .hint:hover .hint-content::after {
                          opacity: 1;
                              transition: width 0.4s;
                          visibility: visible;
                        }
                        .item-hints .hint[data-position="4"] .hint-content {
                          bottom: 85px;
                          left: 50%;
                          margin-left: 56px;
                        }



                .position-item {
                      opacity:1;
                        transition:visibility 0.2s linear,opacity 0.2s linear;
                    position: relative;
                }
                .position-item:hover h4 {
                       transition:visibility 0.2s linear,opacity 0.2s linear;
                    visibility:visible;
                    opacity:0;
             
                   
                }

                div.position-item:after {
                    content: "";
                    position: absolute;
                    display: block;
                }

                div.position-item h4 {
                    position: absolute;
                    bottom: 60px;
                    transition: bottom 0.2s linear;
                    color: #fff;
                }

                div.position-item:before {
                    content: "";
                    position: absolute;
                }

      
                .position-item h4:before {

                }
                .position-item img {
                        transition:visibility 0.2s linear,opacity 0.2s linear;
                }
                .position-item:hover img {
                    opacity:0.2;
                       transition:visibility 0.2s linear,opacity 0.2s linear;
                }
                .position-item p.content {
                margin:0;
                position: absolute;
                bottom: 125px;
                font-size: 22px;
                float: left;
                shape-outside: circle(85%);
                width: 180px;
                shape-outside: circle(12%);
                opacity: 0;
                transition: opacity 0.2s linear;
                border-radius: 50%;
                color: #fff;
                }

                .position-item:hover p.content {
                    opacity: 1;
                }
                  .position-item .do--split-children {
                      text-align:left;
                margin:0;
                    padding: 12px 12px 0 12px;
                position: absolute;
                bottom: 125px;
                font-size: 16px;
                line-height:1.5;
                float: left;
                shape-outside: circle(85%);
                width: 180px;
                shape-outside: circle(12%);
                opacity: 0;
                transition: opacity 0.2s linear;
                color: #fff;
                }

                .position-item:hover .do--split-children {
                    opacity: 1;
                }
                .position-item:hover h4 {
                   
                }
.image-giatricotloi {
    left:20px;
    align-items:center;
        top: 7.5em;
       
    position: relative;
}
.image-item {
    max-width:340px;
    max-height:340px;
   
}
.position-item.item1 {
    position:relative;
     top:-100px;
     left:100px;
}
.position-item.item2 {
    position:relative;
    top:-150px;
     left:100px;
}
.position-item.item4 {
    position:relative;
    top:-80px;
     left:100px;
}
.position-item.item3 {
    position:relative;
    bottom:30px;
}
.position-item.item5 {
    position:relative;
    bottom:120px;
}
.position-item.item6 {
    position:relative;
    bottom:50px;
}
.row-image {
    display:flex;
}
.title-text {
    color: #fff;
    text-align: center;
    font-size: 45px;
    position: relative;
    top: -3.5em;
    text-transform: uppercase;
    font-family: test1;
    letter-spacing: 2px;
    word-spacing: 0px;
    text-indent: 6em;
    
}
.text-color {
    line-height:1.3;
    position: absolute;
    bottom: 70px;
    font-size: 18px;
    color:#1d77f2;
    margin: 0;
    font-family:test1;
    text-transform:uppercase;
}

.position-item {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
.img-background{
    
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    align-items:center;
    height: 100vh;
    position: relative;

}
 .font-set{
  font-family: test1;
}
.form-title-name{
  font-size: 28px;
  font-weight: bold;
}
#canvas1{ 
	width:100%;
	height:100%;
}
}
.img-login{
  position: relative;
  top: 10%;
  width: 100%;
}


.all-form{
  width: 480px;
 

  border-radius: 15px;
}
.set-button{
  background-color: #0a7cf5;
  color: white;
  padding: 15px;
  width: 100%;
  height:60px;
  outline: none;
  border: none;
  border-radius: 10px;
  font-size: 18px;
}

.col-md-3-set {
        position: relative;
    left: 20em;
}

@media screen and (max-width: 1760px) and (min-width:1600px) {
.image-item {
    max-width: 320px;
    max-height: 320px;
}
.col-md-3-set {
    position: relative;
    left: 13em;
}
}

@media screen and (max-width: 1599px) and (min-width:1400px) {
.image-item {
    max-width: 280px;
    max-height: 280px;
}
.col-md-3-set {
    position: relative;
    left: 13em;
}
.all-form {
    width: 430px;
    border-radius: 15px;
}
.text-color {

    font-size: 16px;
 
}
.item-hints .hint:hover .hint-content {
    min-height: 290px;
 
}
.position-item.item1 .do--split-children {
   
    top: 75px;
    font-size:15px;
}
.item-hints.item1 .hint-content::before {
    width: 0px;
    top: 0;
    left: 0;
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}
.item-hints.item1  .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(
-225deg
);
    transform: rotate(
-225deg
);
    top: 0;
    left: 0;

}
.position-item.item2 .do--split-children {
   
    top: 75px;
    font-size:15px;
}
.item-hints.item2 .hint-content::before {
    width: 0px;
    top: 0;
    left: 0;
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}
.item-hints.item2  .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(
-225deg
);
    transform: rotate(
-225deg
);
    top: 0;
    left: 0;

}
.item-hints.item2 .hint:hover .hint-content {
  
 
}
.item-hints.item3 .hint:hover .hint-content {
    min-height: 135px;
}
.item-hints.item5 .hint:hover .hint-content {
    min-height: 135px;
}
.position-item p.content {
    bottom: 70px;
    font-size: 20px;
}
.position-item.item2 p.content  {
        top: 105px !important;
}
.position-item.item3 p.content  {
        top: 105px !important;
}
.position-item.item4 p.content  {
          top: 105px !important;
}
.position-item.item5 p.content  {
          top: 120px !important;
}
.position-item.item6 p.content  {
          top: 120px !important;
}
.col-md-3-set {
    position: relative;
    left: 4em;
}
.position-item.item1 .hint h4 {
        bottom: 60px !important;
}
.position-item.item2 .hint h4 {
        bottom: 60px !important;
}
.position-item.item3 .hint h4 {
        bottom: 50px !important;
}
.position-item.item4 .hint h4 {
        bottom: 60px !important;
}
.position-item.item5 .hint h4 {
        bottom: 50px !important;
}
.position-item.item6 .hint h4 {
        bottom: 50px !important;
}
}

@media screen and (max-width: 1399px) and (min-width:1200px) {
.image-item {
    max-width: 250px;
    max-height: 250px;
}
.title-text {

    font-size: 40px;

    top: -3.5em;
    font-family: test1;

    word-spacing: 0px;
    text-indent: 0em;
}

.position-item p.content {
    bottom: 70px;
    font-size: 18px;
}
.position-item.item2 p.content  {
        top: 90px !important;
}
.position-item.item3 p.content  {
        top: 105px !important;
}
.position-item.item4 p.content  {
          top: 95px !important;
}
.position-item.item5 p.content  {
          top: 120px !important;
}
.position-item.item6 p.content  {
          top: 120px !important;
}
.position-item.item1 {
    position: relative;
    top: -80px;
    left: 0;
}
.position-item.item2 {
    position: relative;
    top: -140px;
    left: 0;
}
.position-item.item3 {
    position: relative;
    top: -45px;
    left: 0;
}
.position-item.item4 {
    position: relative;
    top: -70px;
    left: 0;
}
.position-item.item5 {
    position: relative;
    top: -110px;
    left: 0;
}
.position-item.item6 {
    position: relative;
    top: -35px;
    left: 0;
}
.image-giatricotloi {
    left: 0;

}
.position-item.item1 .do--split-children {
   
    top: 75px;
    font-size:15px;
}

.item-hints.item1 .hint-content::before {
    width: 0px;
    top: 0;
    left: 0;
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}
.item-hints.item1  .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(
-225deg
);
    transform: rotate(
-225deg
);
    top: 0;
    left: 0;

}

.position-item.item2 .do--split-children {
   
    top: 75px;
    font-size:15px;
}

.item-hints.item2 .hint-content::before {
    width: 0px;
    top: 0;
    left: 0;
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}
.item-hints.item2  .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(
-225deg
);
    transform: rotate(
-225deg
);
    top: 0;
    left: 0;

}
.item-hints.item2 .hint:hover .hint-content,.item-hints.item4 .hint:hover .hint-content {
    min-height: 290px;
 
}

.position-item.item4 .do--split-children {
   
    top: 75px;
    font-size:15px;
}

.item-hints.item4 .hint-content::before {
    width: 0px;
    top: 0;
    left: 0;
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}
.item-hints.item4  .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(
-225deg
);
    transform: rotate(
-225deg
);
    top: 0;
    left: 0;

}
.col-md-3-set {
    position: relative;
    left: 13em;
}
.all-form {
    width: 430px;
    border-radius: 15px;
}
.text-color {

    font-size: 15px;
 
}
.col-md-3-set {
    position: relative;
    left: 4em;
}
.position-item.item1 .hint h4 {
        bottom: 45px !important;
}
.position-item.item2 .hint h4 {
        bottom: 55px !important;
}
.position-item.item3 .hint h4 {
        bottom: 40px !important;
}
.position-item.item4 .hint h4 {
        bottom: 50px !important;
}
.position-item.item5 .hint h4 {
        bottom: 45px !important;
}
.position-item.item6 .hint h4 {
        bottom: 45px !important;
}
}

@media screen and (max-width: 1199px) and (min-width:992px) {
.image-item {
    max-width: 200px;
    max-height: 200px;
}
.row-image {
    width: calc(100%/2);
     display: block; 
    float: left;
}
.all-form {
    width: 420px;
    border-radius: 15px;
}
.position-item p.content {
    width: 140px !important;
    bottom: 50px;
    font-size: 17px;
}
.position-item.item2 p.content  {
        top: 105px !important;
}
.position-item.item3 p.content  {
        top: 105px !important;
}
.position-item.item4 p.content  {
          top: 105px !important;
}
.position-item.item5 p.content  {
          top: 120px !important;
}
.position-item.item6 p.content  {
          top: 120px !important;
}
.position-item.item1 .do--split-children {
   
    top: 75px;
    font-size:15px;
}
.item-hints.item1 .hint-content::before {
    width: 0px;
    top: 0;
    left: 0;
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}
.item-hints.item1  .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(
-225deg
);
    transform: rotate(
-225deg
);
    top: 0;
    left: 0;

}
.item-hints .hint:hover .hint-content {
    min-height: 290px;
 
}

.position-item.item2 .do--split-children {
   
    top: 75px;
    font-size:15px;
}
.item-hints.item2 .hint-content::before {
    width: 0px;
    top: 0;
    left: 0;
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}
.item-hints.item2  .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(
-225deg
);
    transform: rotate(
-225deg
);
    top: 0;
    left: 0;

}
.item-hints.item2 .hint:hover .hint-content {
    min-height: 135px;
 
}


.position-item.item3 .do--split-children {
   
    top: 45px;
    font-size:15px;
}
.item-hints.item3 .hint-content::before {
    width: 0px;
    top: 0;
    left: 0;
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}
.item-hints.item3  .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(
-225deg
);
    transform: rotate(
-225deg
);
    top: 0;
    left: 0;

}
.item-hints.item3 .hint:hover .hint-content {
    min-height: 150px;
 
}

.title-text {
    font-size: 4.5vmin;
    top: -3.5em;
    font-family: test1;
    word-spacing: 0px;
    text-indent: 0em;
}
.position-item.item1 {
    position: relative;
    top: -100px;
    left: 0;
}
.position-item.item2 {
    position: relative;
    top: -100px;
    left: 0;
}
.position-item.item3 {
    position: relative;
    top: -100px;
    left: 0;
}
.position-item.item4 {
    position: relative;
    top: -100px;
    left: 0;
}
.position-item.item5 {
    position: relative;
    top: -100px;
    left: 0;
}
.position-item.item6 {
    position: relative;
    top: -100px;
    left: 0;
}
.image-giatricotloi {
    left: 0;

}
.col-md-3-set {
    position: relative;
    left: 13em;
}
.all-form {
    width: 430px;
    border-radius: 15px;
}
.text-color {

    font-size: 14px;
 
}
.col-md-3-set {
    position: relative;
    left: 4em;
}
.position-item.item1 .hint h4 {
        bottom: 35px !important
}
.position-item.item2 .hint h4 {
        bottom: 42px !important;
}
.position-item.item3 .hint h4 {
        bottom: 32px !important;
}
.position-item.item4 .hint h4 {
        bottom: 40px !important;
}
.position-item.item5 .hint h4 {
        bottom: 35px !important;
}
.position-item.item6 .hint h4 {
        bottom: 45px !important;
}
}

@media screen and (max-width: 991px) and (min-width:768px) {
.image-giatricotloi {
    display:none !important;
}
.img-background {
    display:grid;
}
.col-md-3-set {
    position: relative;
    left: 0;
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 767px) and (min-width:481px) {
.image-giatricotloi {
     display:none !important;

}
.img-background {
    display:grid;
}
.col-md-3-set {
    position: relative;
    left: 0;
    display: flex;
    justify-content: center;
}
.all-form {
    width: 400px;
    border-radius: 15px;
}
}

@media screen and (max-width: 480px) and (min-width:320px) {
.image-giatricotloi {
      display:none !important;
}
.img-background {
    display:grid;
}
.col-md-3-set {
    position: relative;
    left: 0;
    display: flex;
    justify-content: center;
}
.all-form {
    width: 350px;
    border-radius: 15px;
}
.form-title-name {
    font-size:6.5vmin;
}
}