@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body{
	font-family: 'Roboto';
  background: url(../img/background2.png);
  background-size: cover;
}

::placeholder{
  font-size: 12px;
  font-family: 'Roboto';
}

.form-group label{
  font-weight:500;
}

.main-form {
    margin: 0 auto;
    border: 10px;
    box-shadow: 0px 0px 10px 3px #bbb;
}

.card-header {
    background-color: transparent;
    text-align: center;
}

.card-header h3{
  display: inline-block;
}

.card-header img{
  width: 11%;
  float: right;
}

.btn-lg.col-md-6 {
  margin: 10px auto!important;
    display: block;
}

.form-content {
  margin-bottom:50px;
}

.form-content .form-control {
    border-radius: 8px;
}

.container.form-content .btn{
    min-width: 140px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: 40px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.container.form-content .btn{
    background-image: linear-gradient(to right, #c52626, #F39314, #dc3545, #c52626);
    box-shadow: 0 4px 15px 0 rgba(2, 2, 2, 0.16);
    box-shadow: 0 4px 15px 0 rgba(2, 2, 2, 0.16);
}

.container.form-content .btn:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header_content h2{
  font-size:40px;
  font-weight:bold;
  margin-bottom:20px;
}

.header_content{
  text-align:center;
  padding:20px;
  color:#fff;
}

.header_content .left-img img{
  width: 90%;
}

.header_content .right-img img{
  width: 90%;
}

footer{
  background-color: #f39314; 
  padding: 25px;
  color: #fff;
}

footer p{
  font-family: Roboto;
  margin: 0; 
}

footer a{
  color: #fff;
  text-decoration: none;
}

footer a:hover{
  color: #fff;
  list-style: none;
  text-decoration: none;
}

footer ul, li{
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

footer .fnms h6{
  margin: 0;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

footer .fnms p{
  display: inline-block;
  text-align: left;
  font-size: 14px;
}

@media (min-width: 320px) and (max-width: 414px){

  .header_content .left-img{
    margin: 10px 0;
  }

  .header_content .right-img{
    margin: 10px 0;
  }

  .header_content .left-img img{
    width: 70%;
  }

  .header_content .right-img img{
    width: 70%;
  }

  .header_content {
    padding: 10px;
  }

}