/***********************Reset password*******************************/
#resetpassword .field-icon {
  float: right;
  margin-top: -46px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
#resetpassword  input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}

#resetpassword input[type=submit] {
  color: white;
}

#resetpassword #message {
  display:none;
  color: #000;
    position: relative;
    padding: 8px;
    margin-left: 0px;
    width: 100%;
    border: 2px solid #4193b5;
    line-height: 0.6;
    font-size: 0.8rem;
    padding-bottom: 0px;
    background-color: #96d5ef47;
    box-radius: 6px;
    border-radius: 11px;
    margin-top: 14px;
    margin-bottom: 5px;
}
#resetpassword #message h3{
    font-size: 1rem;
}
/* Add a green text color and a checkmark when the requirements are right */
#resetpassword .valid {
  color: green;
}

#resetpassword .valid:before {
  position: relative;
  
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f00c";
}

/* Add a red text color and an "x" when the requirements are wrong */
#resetpassword .invalid {
  color: red;
}

#resetpassword .invalid:before {
  position: relative;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f00d";
}
.alertsapn span{color:red;font-size:20px;}
.btntop{margin-top: 39px;}
/*************************Feedback*******************************/
.total{color: orchid;font-size: 17px;font-weight: bold;}
.pending{font-size: 17px;font-weight: bold;}
.approved{color:green;font-size: 17px;font-weight: bold;}
.rejected{color:#ef6f6f;font-size: 17px;font-weight: bold;}
/**************************Budget*****************************************/
#file_valid2,#file_valid3{font-size:12px; color:red;}
.editlink{color: blue;}
#btnRemove .budget{margin-top: 34px;}

.mandetory{color:red;}
.rtith1{width: 6%!important;}
.rtith2{width: 11%!important;}

/******************************Login , forgot,new pass,otp screen**************************************/

.success-box{position: absolute; top: 1%; left: 50%;}
  		.field-icon {
		    float: right;
		    margin-top: -45px;
		    margin-right: 10px;
		    position: relative;
		    z-index: 2;
		}
body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: /* #B0BEC5 */#f7eccc;
    background-repeat: no-repeat
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 25px;
}

.card2 {
    margin: 71px 40px
}

.logo {
   width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.image {
    /*width: 360px;*/
	width: 671px;
    height: 356px;
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    /* width: 45%; */
    width: 40%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    /* width: 10%; */
    width: 20%;
    font-weight: bold;
    font-size: 14px;
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: /*#1A237E*/#f48311;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.btn-blue:hover {
    background-color: #000;
    cursor: pointer
}

.bg-blue {
    color: #fff;
    background-color: #1A237E
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px
    }

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        /* margin: 0px 15px; */
        margin: 30px 15px
    }
	
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -38px;
  position: relative;
  z-index: 2;
}
/* Style all input fields */
input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}

/* Style the submit button */
input[type=submit] {

  color: white;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  color: #000;
    position: absolute;
    padding: 8px;
    margin-top: -85px;
    margin-left: 724px;
    width: 32%;
    border: 2px solid #4193b5;
    line-height: 0.6;
    font-size: 0.8rem;
    padding-bottom: 0px;
    background-color: #96d5ef47;
    box-radius: 6px;
    border-radius: 11px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f00c";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;

  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f00d";
}












