.bg-success{
    background-color:#628728!important;
}
.btn-success{
    background-color:#628728!important;
    border-color :#628728!important;
}
.images{
    position: absolute;
    top: 0%;
    left: 0%;
} 

  .form_div{
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.messageBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:2000;
    background-color: #000000bb;
}

.form_question_answer{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index:500;
}


.form_question_modarator{
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, 0%);
}

#show_button_question_answer{
    position: absolute;
    bottom: 0.5%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 15px 30px;
    font-size:1.5em;
    z-index:200;
}

.white_div{
    width:100%;
    height:30%;
    background-color:rgba(255, 255, 255, 0.5); 
    margin-top:1%;
    margin-bottom:10%;
}

#loginForm{
    width:100%;
    margin: 10% auto;
    margin-top:3%;
}
h4{
    margin-top:4%;
}
.m-0{
    margin:0px;
}
.p-0{
    padding:0px;
}

.m-b-1{
    margin-bottom:1%;
}
.m-b-2{
    margin-bottom:2%;
}
.m-b-3{
    margin-bottom:3%;
}
.mt-1{
    margin-top:1%;
}
.mt-2{
    margin-top:2%;
}
.mt-3{
    margin-top:5%;
}
#forgetPasswordForm input{
    height:50px!important;
    font-size:1.7em;
    border-left:  0px solid  #09f;
}

#forgetPasswordForm button{
    height:50px!important;
}

#loginForm input{
    height:50px!important;
    font-size:1.7em;
    border-left:  0px solid  #09f;
}

#loginForm button{
    height:50px!important;
}

.cover {

    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    z-index: -1;
    /* Full height */
    width: 100%;
    height:100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

area{
    display: block;
    cursor:pointer;
}

.bg{
   
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: auto;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.position-absolute{
    position:absolute;
}


.hover_effect_container {
    position: absolute;
  }
  
  .hover_effect_image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .hover_effect_middle {
    background-color: rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .hover_effect_container:hover .hover_effect_image {
    opacity: 1;
  }
  
  .hover_effect_container:hover .hover_effect_middle {
    opacity: 1;
  }
  

  .circle_btn{
    display: inline-block;
    text-decoration: none;
    color: rgba(152, 152, 152, 0.43);/*IconColor*/
    width: 100%;
    height: 100%;
    line-height: 30%;
    font-size: 40px;
    border-radius: 50%;
    padding: 30%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
}
.circle_btn .fa {
    line-height: 100%;
}
.circle_btn:active {/*onClick*/
    background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: none;
}
.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.center_panel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}