@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Poppins', sans-serif;

  /*background:url("../images/bg.jpg") no-repeat center center;
    background-size:cover;*/;
}

.in-body {
  background: none;
}

.logo {
  text-align: center;
}


.form-wrap h5 {

    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-cont {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.form-inner {
  padding: 40px;
}

.news-wrap {
  margin: 50px 10px;
}

.sub-link {
  margin-bottom: 40px;
}

.form-group {
  margin: 10px 0px;
}

.form-group input[type="text"] ,input[type="password"] {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f0f0f0;
}

.form-group textarea {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f0f0f0;
}

.pg-title {
  margin-top: 20px;
}

.btn-wh {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #00aa00;
  padding: 10px 40px;
  color: #fff !important;
}

.text-link {
  text-align: center;
}

.tab-cont nav {
  argin-top: 0px;
}

.tab-cont .tab-content {
  margin-top: 50px !important;
}

.tab-cont .nav-link {
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  margin-right: 10px;
}

.tab-cont .nav-link.active {
  background: #DD6528 !important;
  color: #fff;
}

.tab-cont .nav-link {
  background: #000;
  padding: 4px 20px;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
}

.tab-cont .nav-link:hover {
  background: #000;
  color: #fff;
}

.tab-content {
  padding: 20px 10px;
}

.tab-cont .nav-link:hover img {
}

.usr-info {
  margin-top: 10px;
}

footer {
  background: #1C699D;
  padding: 50px 20px;
  margin-top: 30px;
}

footer {
  color: #fff;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li a {
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
}

footer ul li {
  display: inline;
  margin-right: 20px;
}

footer ul li a:hover {
  color: #70e1f2;
  text-decoration: underline;
}

.navbar-toggler {
  background-color: #000!important;
}

.navbar-toggler-icon {
  background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

nav .nav-item {
  font-size: 1.3em;
  font-weight: bold;
}

nav .nav-link:hover {
  color: #DD6528 !important;
  border-bottom: 3px solid #DD6528 !important;
}

nav .nav-link.active {
  color: #DD6528 !important;
  border-bottom: 3px solid #DD6528 !important;
}

.data-info {
  background: #e8f5dd;
  color: #56ae00;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0px;
}

.usr-data span {
  color: #DD6528;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {

  .sa .btn-wh {
    font-size: .70em;
  }

  .pw .btn-wh {
    font-size: .70em;
  }

  w;
}


  



  