body{
  /*background: #E1B23D;*/
  /* min-height: 100vh; */
  background: #ddd
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.popins {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
}
.noto-serif {
  font-family: 'Noto Serif', serif;
  color: #fff;
}

.card-container.card {
    /*max-width: 350px;*/
    margin-top: 30%;
    margin-bottom: 30px;
}

.card {
    background-color: #000035;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    border-radius: 10px;
    max-width: 360px;
    /* margin-top: 15%; */
}

.profile-img-card {
    max-width: 100%;
    margin: 0 auto 40px;
    display: none;
}

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.btn-custom:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-custom{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}

.btn-custom:hover,
.btn-custom:active{
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
	/*background: #D00;
  border: 3px solid #D00;*/
}

p.sign-text{
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 3px;
  text-decoration: none;
  color: #222;
  text-transform: uppercase;
}
@media only screen and (max-width : 768px) {
  .card{
    margin-top: 20px;
  }
}
a{
  color: #222;
}
a:hover{
  color: #222;
  text-decoration: underline;
}
.form-control{
  color: #000;
  background-color:rgba(255,255,255, .8);
}

.img-icon{
  max-width: 400px;
  width: 100%;
  margin-top: 35%;
  margin-left: auto;
  margin-right: auto;
}

.aslide > img{
  /*position: relative !important;*/
  width: 100vw;
  max-height: 100vh !important;
}

.text-white{
  color: #fff;
}
.txt-note{
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  margin-top: 50px;
}

@media (max-width: 768px){
  .profile-img-card {
    display: block;
  }
  .img-icon{
    margin-top: 40%;
    max-width: 480px;
    width: 80%;
  }
  .txt-note{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body{
    background-size: 150px, 150px;
  }
}
