body {
  font-family: 'Cairo', sans-serif;
    font-weight: 300;
  
 
}

.container1 {
  width: 100%;
  margin-top: 80px;
  
}
.Layer_1{
  width: 200px;
  height: 200px;
}
.para2{
  color:darkslategrey;
  font-size: 12.5px;
  font-weight: 600
}
.img{
  width: 130px;
  height: 100px;
  margin-top: 20px;
}
.card {
  border: none;
  
  width: auto;
  margin: 0 auto;
  
 
  overflow: hidden;
  color: #1772AF;
 
 
 
}
.un{

  margin-top: 4px;
 
  margin: auto;
  font-size: 22px;
  font-family: 'Cairo', sans-serif;
    font-weight: 600;
}
.title2{

  margin-top: 2px;
  height: auto;
  width: 300px;
  margin: auto;
  color: #ff0147;
}
.jim {
  width: auto;
  height: 100px;
  background-color: darkgreen;
  color:darkseagreen;
  
 
 
}
.card2 {
  border: none;
  
  width: auto;
  margin: 0 auto;
  opacity: 0.9;
 
  overflow: hidden;
 
}
.txt-4{
  color: darkblue;
}
.margin-top1
{
  margin-top: 10px;
}
.signup {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 10px 50px;
}

a {
  text-decoration: none !important
}

h5 {
  color: #ff0147;
  margin-bottom: 3px;
  font-weight: bold
}
h4 {
  color:royalblue;
  margin-bottom: 3px;
  font-weight: bold;

  
}
small {
  color: rgba(0, 0, 0, 0.3)
}

input {
  width: 100%;
  display: block;
  margin-bottom: 7px
}

.form-control {
  border: 1px solid #dc354575;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, .075);
  letter-spacing: 1px;

  
}

.txt-algin {
text-align: right;

}

.txt-control {
  color:darksalmon;
  font-size: 20px;
}
.form-control:focus {
  border: 0.5px solid #dc354575;
  border-radius: 30px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, .075);
  color: #000;
  letter-spacing: 1px
}

.btn {
  font-size: large;
  display: block;
  width: 100%;
  border-radius: 30px;
  border: none;
  background: linear-gradient(to right, rgba(249, 0, 104, 1) 0%, rgba(247, 117, 24, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(249, 0, 104, 1) 0%, rgba(247, 117, 24, 1) 100%)
}

.text-left {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400
}

.text-right {
  color: #ff0147;
  font-weight: bold;
  
  
}

span.text-center {
  color: rgba(0, 0, 0, 0.3)
}


