@import url('https://fonts.googleapis.com/css?family=Battambang|Hind+Vadodara&display=swap');
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Rubik",sans-serif;
    padding: course-block;
    color: #4E4E4E;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {

    font-family: 'Battambang', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold;
}
.pd-0{
    padding: 0px !important;
}


/*===============================================
=================================================
            waraper-login-system
=================================================
================================================= */
.waraper-fullscreen{
    background-image: url("../images/bg-img1.jpg");
    height: 100vh;
    width: 100vw;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.bg-cover-fullscreen{
    background: linear-gradient(180deg, rgba(0,146,69,0.8) 0%, rgba(62,175,165,1) 100%);
    height: 100vh;
    width: 100vw;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layout-info{
    text-align:center;
}
.welcome{
    color: #fff;
    /*font-family: 'Moul', cursive;*/
    font-size: 40px;
    font-family: 'Battambang', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.welcome-sub{
    color: #fff;
    /*font-family: 'Moul', 'Rubik', sans-serif;*/
    font-family: 'Battambang', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
}
.welcome-info{
    /*font-family: 'Kantumruy', sans-serif;*/
    font-family: 'Battambang', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 18px;
}
.social-media li{
    display: inline-block;
    background: linear-gradient(180deg, rgba(0,146,69,1) 0%, rgba(62,175,165,1) 100%);
    width: 35px;
    height: 35px;
    border-radius: 50px;
    padding:7px 0px;
    margin:3px;
    border: solid 1px #fff;
}
.social-media a{
    text-align: center;
    color: #fff;
}
.welcome-contact a,
.welcome-contact{
    color: #fff;
}
.layout-login{
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 30px ;
    opacity: 1 !important
}
.layout-login img{
    padding: 30px 0px;
}
.btn-login{
    background: linear-gradient(180deg, rgba(0,146,69,1) 0%, rgba(62,175,165,1) 100%);
    color: #fff;
    text-transform: uppercase;
}
.title-login{
    text-transform: uppercase;
}
.layout-footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    text-align: center;
}
.layout-footer img{
    padding: 10px 0px;
    width: 80px;
}
.float-right{
    float: right !important;
}
.copyright{
    color: #eee;
}

/** fadeInDown **/
@-webkit-keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
.in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

/** fadeInLeft **/
@-webkit-keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration:1s;

}


/*----loading----*/
.loading-waraper{
    display: flex;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,146,69,1) 0%, rgba(62,175,165,1) 100%) !important  ;
    align-items: center;
    justify-content: center;
    background: inherit;
    align-items: center;
    z-index: 9999;
    position: fixed;
}
.loader {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, rgba(0,146,69,0.5) 0%, rgba(62,175,165,1) 100%);
    border-radius: 50%;
}
.loader:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0px solid white;
    transform: translate(-50%, -50%);
    animation: loading 1000ms ease-out forwards infinite;
}

@keyframes loading {
  0% {
    border: 0px solid white;
  }

  20% {
    border: 8px solid white;
    width: 0%;
    height: 0%;
  }

  100% {
    border: 8px solid white;
    width: 100%;
    height: 100%;
  }
}
