/* login */

section.login-page {
           /*  background-image: url('https://jalajgroup.net/MVS/public/uploads/bacgraund.jpg'); */
            background-repeat: no-repeat;
            display: flex;
            justify-content: center;
            padding: 100px 0px;
            background-size: 100%;
            text-align: center;
            background-size: cover;
        }

        .men-nakshtra h2 {
           text-align: center;
    	   font-size: 32px;
   	   font-weight: 700;
        }
.login-box-form {
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    border: 2px solid transparent;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 15%);
    -webkit-transition: all 500ms ease;
    border-radius: 20px;
}

.register-form-set {
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    border: 2px solid transparent;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 15%);
    -webkit-transition: all 500ms ease;
    border-radius: 20px;
    padding: 15px;
}

  .login-box h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #b21117;
    padding: 10px;
  }

   form.login {
      border-radius: 10px;
      color: rgb(255 255 255);
      font-size: 15px;
      height: 100%;
      padding: 20px 0px;
  }

::placeholder {
  color: #fff;
  opacity: 1;
}


        .login-box {
            border-left: solid 2px #ffb31f;
            font-size: 20px;
        }

        .login-box h2 {
           text-align: center;

        }

.inputs::placeholder {
  color: #ffb31f;
  opacity: 1; 
}

.inputs::-ms-input-placeholder {
  color: #ffb31f;
}

       .textbox input {
         border-radius: 10px;
         outline: none;
         border: none;
         font-size: 20px;
         padding: 10px 50px 10px 10px;
         background-color: rgb(232 240 254);
         width: 90%;
     }

        .textbox {
                margin-top: 30px;
        }
        .button button {
            text-decoration: none;
            padding: 10px 68px;
            background-color: #ffb31f;
            color: #fff;
            border-radius: 10px;
            border:0;
        }
        .button button:hover{
            background-color: #ffb31f;
        }

.text-danger {
    color: #b21117 !important;
}

        .about a p {
            text-decoration: none;
            color: #ffb31f;
            font-weight: bold;
            padding: 0px 40px;
            margin-top: 13px;
	    margin-bottom: 10px;

        }
        .about a p:hover {
           color: #b21117;
        }

        .about {
            display: flex;
            justify-content: space-between;
        }
        .background h2 {
            padding: 35px 55px;
            font-weight: bolder;
            font-size: 27px;
        }
        .men-nakshtra img {
            height: 190px;
            padding: 0px 0px;

          }

         .men-nakshtra {
          margin-top: 33%
         }

        ::placeholder {
            color: #000000;
            opacity: 1; /* Firefox */
          }

.textbox i {
    position: relative;
    left: -43px;
        color: #b21117;
}
	
.emailforget {
    margin-bottom: 25px;
}


	.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: center;
    width: 40%;
    margin-left: 55%;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    width: 45%;
    margin-left: 50%;
}



/* register */


input#image {
    width: 100%;
}

section.sign-up {
            margin-top: 15px;
            margin: 0;
            padding: 0;
            background: #f0f0f0;
            /* background-image: url('https://jalajgroup.net/MVS/public/uploads/bacgraund.jpg'); */
            background-repeat: no-repeat;
            background-size: cover;
        }
        h3.main-head {
            text-align: center;
            font-weight: 700;
   	    color: #b21117;
        }
        input.input {
   border-radius: 10px;
    outline: none;
    border: none;
    font-size: 20px;
    padding: 17px 20px;
    background-color: rgb(232 240 254);
    width: 100%;
        }
        .list-1 {
            padding: 0px 50px;
        }
        .list-2 {
            padding: 0px 50px;
        }
        .regis-ter {
            margin-bottom: 20px;
            position: relative;
        }
    
.regis-ter i {
    position: relative;
    left: 92%;
    color: #b21117;
    bottom: 44px;
}

        label.label {
            font-weight: 600;
            font-size: 17px;
    	    color: #000;
        }
       button.sign-button {
        text-decoration: none;
    color: white;
    background-color: #ffb31f;
    padding: 8px 30px;
    /* font-family: serif; */
    font-size: 17px;
    border: 0;
    border-radius: 5px;
}
.big-button {
    text-align: center;
}


        button.sign-button:hover {
            background-color: #ffb31f;
        }

        p.have-account {
    text-align: center;
    margin-top: 20px;
    /* font-family: serif; */
    font-size: 20px;
    font-weight: 600;
    color: #000;
        }
        p.have-account a {
            text-decoration: none;
            color: #ffb31f;
        }

.contaform-head {
    padding: 35px;
}


        form.form {
            margin: 0 auto;
        }

  .file_input.form-control {
    background-color: #cee6fb;
    outline: none;
    border: none;
    width: 100%;
    background-color: rgb(232 240 254);
    width: 100%;
    padding: 18px 18px;
    height: 66px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 8px;
 }
        img.logo {
            width: 10%;
        }

  @media (max-width: 768px) {
            .card-body {
                padding: 2rem;
            }

	img.logo {
         width: 25%;
	}

.contaform-head {
    padding: 5px;
}
	.men-nakshtra h2 {
           text-align: center;
    	   font-size: 27px;
   	   font-weight: 700;
        }

      .alert-success {
    	color: #155724;
    	background-color: #d4edda;
    	border-color: #c3e6cb;
    	text-align: center;
    	width: 100%;
    	margin-left: 0%;
     }


.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    width: 45%;
    margin-left: 40%;
}

   .textbox input {
    border-radius: 10px;
    outline: none;
    border: none;
    font-size: 20px;
    padding: 9px 13px;
    background-color: rgb(232 240 254);
    width: 75%;
    margin-left: 30px;
}


        }

        .d-flex.justify-content-center button {
            background-color: #81c408;
            color: #fff;
        }
        .text-body {
             color: #fff !important; 
        }
        .text-muted {
            color: #020202!important;
            font-size: 23px;
        }
        p.text-center.text-muted a {
           color: red;
            font-weight: 800;
        }


 @media (max-width: 568px) {
	
	.men-nakshtra h2 {
           text-align: center;
    	   font-size: 23px;
   	   font-weight: 700;
        }

	.login-box h2 {
   	  text-align: center;
  	  font-weight: 700;
  	  font-size: 24px;
	}

	.button button {
  	  text-decoration: none;
   	  padding: 6px 20px;
  	  background-color: #ffb31f;
  	  color: #fff;
  	  border-radius: 10px;
  	  border: 0;
	}
	

	.about a p {
   	  text-decoration: none;
   	  color: #ffb31f;
  	  font-weight: bold;
   	  padding: 0px 15px;
   	  margin-top: 13px;
  	  margin-bottom: 10px;
	}
	.men-nakshtra img {
   	 height: 96px;
   	 padding: 0px 0px;
	}




}