body{
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1;
  color: #000;

}
h1, h2, h3, h4, h5, h6  {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1;
}

.LandingPage {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.LoginContent {
    width: 100%;
/*    background: linear-gradient(90deg, #d60908, #f8d0d1);*/
    background: #f8d0d1;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px #e2e2e2;
    display: flex;
    align-items: center;
}
.Heading {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    display: inline-block;
    color: #d60908;
}
.right-form {
    width: 100%;
    text-align: center;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 50px;
}

.SignupForm {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}
.Form-control {
    margin-bottom: 15px;
}
.Form-control input {
    width: 350px;
    padding: 15px 30px;
    border: 1px solid #d83f2a;
    border-radius: 15px;
}

.SubmitBtn {
    background: #000;
    color: #fff;
    border: none !important;
}
.HomeBanner {
    width: 100%;
    display: inline-block;
    padding: 20px;
}
.HomeBanner img{
    width: 100%;
    border-radius: 50px;
}
.MenuLinks {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.MenuLinks a {
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
}
.MenuLinks a:hover{
    color: #d83f2a;
}
.g-signin2 {
    text-align: -webkit-center;
}