

html,body{           
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family:"Yu Gothic", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#authBody{
    background-image: url('../img/bg.jpg');
}

.container{
height: 100%;
align-content: center;
}

.card{
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 500px;
    background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}


.input-group-prepend span{
    width: 150px;
    background-color: #FFC312;
    color: black;
    border:0 !important;
    font-weight: 700;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
    color: black;
    font-size: 20px;
    font-weight: 800;
    background-color: #FFC312;
    width: 100%;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

.head-logo{
    float: left;
}
.head-logo-title{
    text-align: center;
    float: left;
    color: white;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 36px;
    font-weight: 800;
    margin:auto;
    z-index: -1;
}

.signUpcard{

    height: 700px;  

}

.error-box{    
    background-color: white;
    text-align: center;
    color: black;
    float: none;
    position: relative;
    top:100px;    
}


.alert {
  padding: 10px 20px;
  background-color: #f44336;
  color: white;
  z-index: 11111;
  position: absolute;
  top:10%;
  min-width: 400px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}


/*this is audio css*/


#container{
   width: 100%;
    margin-top: 50px;
}

audio{
    border:1px solid black;
    height:auto;
    object-fit: inherit;
    /*positiclick:absolute;*/
}
.before{
    display:inline-block;
    margin:0.5em 0.25em;
    padding:0.5em 1em;
    border:1px solid gray;
}

.before:hover{
    display:inline-block;
    margin:0.5em 0.25em;
    padding:0.5em 1em;
    border:1px solid gray;
    background-color: #aaaaaa;
    color: white;

}

.before:focus{
    display:inline-block;
    margin:0.5em 0.25em;
    padding:0.5em 1em;
    border:1px solid gray;
    background-color: #aaaaaa;
    color: white;

}


.before :active{
    display:inline-block;
    margin:0.5em 0.25em;
    padding:0.5em 1em;
    border:1px solid gray;
    background-color: #aaaaaa;
    color: white;

}
.after{
    display:inline-block;
    margin:0.5em 0.25em;
    padding:0.5em 1em;
    color:white;
    font-weight:bold;
    background-color:gray;    
}

/*here video css*/

video,canvas{
    position: relative;
    top:0;
    left:0;
    padding:0;
    max-width: 100%;   
    width: 100%; 
    height:auto;
}
canvas{
    margin:0;
}
video{
    border:1px solid black;    
}

.content-list{
        padding: 50px 100px 50px 100px;
    }

.file-list{
  width:90%;
  margin-top: 30px;
  padding: 50px 20px 20px 30px;
}

.bar {
  display: block;
  width: 40px;
  height: 5px;
  margin: 5px auto;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.4s linear 0.1s;
  -webkit-transition: all 0.4s linear 0.1s;
  -moz-transition: all 0.4s linear 0.1s;
  -o-transition: all 0.4s linear 0.1s;
  -ms-transition: all 0.4s linear 0.1s;
}

.bar:first-child { margin-top: 27px; }

.wrap {
  /*position: absolute;*/
  /*top: 50px;*/
  /*right: 50px;*/
  float:right;
  margin: auto;
  width: 150px;
  height: 100px;
  filter: url("#filt");
  -webkit-filter: url("#filt");
}

.wrap .blob {
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 10;
  background-color: #F44336;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.3) inset;
  -o-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.3) inset;
  -ms-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.3) inset;
}

.wrap .blob[for="checking"] {
  z-index: 30;
  font-size: 60px;
  text-align: center;
  color: #fff;
  transition: transform 0.5s ease-in-out 0.2s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.2s;
  -moz-transition: transform 0.5s ease-in-out 0.2s;
  -o-transition: transform 0.5s ease-in-out 0.2s;
  -ms-transition: transform 0.5s ease-in-out 0.2s;
}

.wrap .blob:not([for="checking"]) {
  
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 30px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.wrap .blob:not([for="checking"]):hover {
  color: #F44336;
  animation: harlem 0.5s linear forwards;
  -webkit-animation: harlem 0.5s linear forwards;
  -moz-animation: harlem 0.5s linear forwards;
  -o-animation: harlem 0.5s linear forwards;
  -ms-animation: harlem 0.5s linear forwards;
}

.wrap > #checking:checked ~ .blob:nth-child(2) {
  
  margin-left: 85px;
  margin-top: 10px;
  background-color: #87cefa;
}

.wrap > #checking:checked ~ .blob:nth-child(3) {
  
  margin-top: 85px;
  margin-left: 10px;
  background-color: #ffff20;
}

.wrap > #checking:checked ~ .blob:nth-child(4) {
 
  margin-top: 63px;
  margin-left: 63px;
  background-color:#b1d518;
}

.wrap > #checking:checked ~ .blob[for="checking"] > .bar:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: 37px;
}

.wrap > #checking:checked ~ .blob[for="checking"] > .bar:nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-top: -10px;
}
.content-center{
    position: relative;
    top:1px;
    left: 11px;
    color:black;
}

.wrap > #checking:checked ~ .blob[for="checking"] > .bar:nth-child(3) { opacity: 0; }
 @keyframes 
harlem {  0% {
 transform: translate(0);
 -webkit-transform: translate(0);
 -moz-transform: translate(0);
 -o-transform: translate(0);
 -ms-transform: translate(0);
}
 25% {
 transform: translate(5px, 5px);
 -webkit-transform: translate(5px, 5px);
 -moz-transform: translate(5px, 5px);
 -o-transform: translate(5px, 5px);
 -ms-transform: translate(5px, 5px);
}
 50% {
 transform: translate(-5px, -5px);
 -webkit-transform: translate(-5px, -5px);
 -moz-transform: translate(-5px, -5px);
 -o-transform: translate(-5px, -5px);
 -ms-transform: translate(-5px, -5px);
}
 75% {
 transform: translate(2px, 2px);
 -webkit-transform: translate(2px, 2px);
 -moz-transform: translate(2px, 2px);
 -o-transform: translate(2px, 2px);
 -ms-transform: translate(2px, 2px);
}
 100% {
 transform: translate(0);
 -webkit-transform: translate(0);
 -moz-transform: translate(0);
 -o-transform: translate(0);
 -ms-transform: translate(0);
}
}
@-webkit-keyframes 
harlem {  0% {
 transform: translate(0);
 -webkit-transform: translate(0);
 -moz-transform: translate(0);
 -o-transform: translate(0);
 -ms-transform: translate(0);
}
 25% {
 transform: translate(5px, 5px);
 -webkit-transform: translate(5px, 5px);
 -moz-transform: translate(5px, 5px);
 -o-transform: translate(5px, 5px);
 -ms-transform: translate(5px, 5px);
}
 50% {
 transform: translate(-5px, -5px);
 -webkit-transform: translate(-5px, -5px);
 -moz-transform: translate(-5px, -5px);
 -o-transform: translate(-5px, -5px);
 -ms-transform: translate(-5px, -5px);
}
 75% {
 transform: translate(2px, 2px);
 -webkit-transform: translate(2px, 2px);
 -moz-transform: translate(2px, 2px);
 -o-transform: translate(2px, 2px);
 -ms-transform: translate(2px, 2px);
}
 100% {
 transform: translate(0);
 -webkit-transform: translate(0);
 -moz-transform: translate(0);
 -o-transform: translate(0);
 -ms-transform: translate(0);
}
}

.footer{  
  position: relative;
  bottom: 0px;
  margin-top: 20px;
  background-color: #eeeeee;
  height: 300px;
  padding: 20px 10px 20px 10px;
}
.footer-content-center{
  text-align: center;
  justify-content: center;
  padding: 10px 20px 10px 20px;
}

.btn-finish{
  margin-right: 20px ;
  margin-top: 10px;
  padding: 10px 20px 10px 20px ;
}

.table-content{
  padding: 50px 20px 20px 20px;
  margin-top: 20px;
}
.table-title{
  background-color: #007bff;
  margin-bottom: 50px;
  padding: 10px 30px 10px 30px;
}


@media (max-width: 576px) {
  .content-list{
        padding: 50px 20px 20px 20px;
    }

  .table-content{
    padding: 50px 0px 20px 0px;
    margin-top: 20px;
    width: 100%!important;
  }
}

@media (max-width: 768px) {
    .content-list{
        padding: 50px 20px 20px 20px!important;
    }
    .table-content{
      padding: 50px 0px 20px 0px;
      margin-top: 20px;
       width: 100%!important;
    }
    
    #datatable{
        width:700px!important;
    }
}

