﻿body {
    margin:0;
}
.drop-msg{
    text-align:center;
   padding-top:20px;
}
.signup-section{
    background-image:url("http://retail.singhsbrothers.com/image/background-img.jpg");
   background-size: cover;
    background-position: right;
    height: 100vh;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #ffffffb0;
    background-position: top center;
}
.login_logo_section_tri {
    padding: 1.5rem 2rem;
}
/*.login_logo_sec_tri {
    text-align: center;
}*/
.login_logo_sec_tri {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
a.login_logo_a_tri {
    text-align: center;
    display: inline-block;
}
a {
    color: #000000;
    text-decoration: none;
}
a.login_logo_a_tri img {
    width: 600px;
}
#login-btn-page{
    padding: 14px 30px;
    background-color: #387105;
    color: white;
    border: none;
    font-size: 20px;
    border-radius:30px;
}
#signup-btn-page{
     padding: 14px 30px;
    background-color:#387105;
    color: white;
    border: none;
    font-size: 20px;
    margin-left:20%;
    border-radius:30px;
}

/*...contact Page...*/

.frmcontl-border.foridproof {
            display: inline-block;
            width: 100%;
 }

  button.upload_btn {
            display: block;
            float: right;
            background: no-repeat;
            border: 0;
            font-weight: 400;
            color: #ffffff;
            background: #000000;
            margin: 6px 0;
            padding: 4px 8px;
            border-radius: 3px;
}

.divforfiletype .foridproof input {
            height: 40px;
            border: none;
            background: none;
            box-shadow: none;
            position: absolute;
            padding-left: 0;
            width: 60%;
            padding-right: 0;
 }
 .samewhatsappcheckbox-label {
            display: flex;
            margin-left: 20px;
            margin-top: 5px;
            margin-bottom: -8px;
            font-weight: 500;
}

.samewhatsappcheckbox-label p {
                margin-bottom: 0;
                margin-left: 7px;
}

#contact-form-page{
    background-image:url("http://retail.singhsbrothers.com//image/background-img.jpg");
    background-size: cover;
    background-position: right;
    height: 100vh;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #ffffffb0;
    background-position: top center;
   padding-bottom:40px;
 }
#txtname {
    width: 96%;
    margin-left: 20px;
    height: 35px;
    padding-left: 20px;
}
#btnSubmit {
    padding: 8px;
    background: #387105;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 23px 40px;
    text-decoration: none;
    width: 95%;
    border: none;
    outline: none;
    text-transform: uppercase;
    border-radius: 50px;
    margin-top:38px;
    /*margin-left:30px;*/
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-left: 32px;
    margin-top: 30px;
    font-size: 18px !important;
   font-family: sans-serif;
}
@media (max-width: 991px) {
 
  
 a.login_logo_a_tri img {
    width: 100%;
}
   input[type="text" i] {
    height:40px;
}
   .a.login_logo_a_tri img{
     padding-right:30px;
   }
   .login-btn{
      margin-top:30%;
   }
   .a.login_logo_a_tri img{
      width:620px;
      margin-left:20px;
   }
   .login_logo_section_tri {
    height: 75vh;
    display: flex;
    align-items: center;
}
}