
/*
generale color
rgb(119, 178, 236)
focus rgb(100, 151, 202)
text rgb(46, 48, 75) 
*/

body {
    width: 100%;
  min-height: 100vh;
  background-color: rgb(241, 241, 241);
}

.centerABS {position: absolute; top: 50%;
  left: 50%; transform: translateX(-50%) translateY(-50%);}
.disp-flex {display: flex;align-items: center;justify-content: center;}
.disp-flex i {margin: 0 4px ;}

#neural {margin:0 !important;padding:0  !important; background-color:rgb(215, 224, 252) ; width:100%;height:80% ;}

.indexform img {margin: 20px 0;height:45px ;}

.indexform {width: 95%;max-width: 400px;padding: 20px 10px;background-color: rgba(255, 255, 255, 1);
    border-radius: 25px;
    position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: rgba(169, 171, 255, 0.24) 0px 3px 8px;
}

.username , .password {width: 95%;margin: 10px 0;height:55px;}
.sub {width: 100%;margin-top: 10px;padding:15px 10px;border-radius:10px !important}
input[type=text] { margin:10px 0 !important;}















