#cssmenu {
    font-family: Montserrat, sans-serif;
    background: #f1243c !important;
    z-index: 9999;
    color: white;
}

#cssmenu > ul > li > a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff !important;
    font-weight: 400;
    background: #f1243c !important;
    z-index: ;
}

.red-border {
    border-color: #f1243c !important;
}

.blue-border {
    border-color: #f1243c !important;
}


[data-background="light"] .form-control {
    color: #212121;
    background-color: #ffffff;
    border-width: 1.5px;
    border-color: #f1243c !important;
}



/* .adminmainbg{
    color: #212121;
    background-image: linear-gradient(180deg, #fffffffc, #e0e9dc) !important;
} */



/* logincss code */

.back-image {
   background: #f1243c !important;
    min-height: 100vh;
}

.main {
    padding: 44px 25px 45px;
    /* width: 22%; */
    margin: 0px auto;
    background: #fff;
    -webkit-box-shadow: 3px 17px 43px 6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 17px 43px 6px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 17px 43px 6px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}

.its-sign-in h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 1.5em 0em 1em;
    color: #fb003f;
    text-align: center;
}

.buttons {
    width: 100%;
    background: #f1243c;
    outline: none;
    color: #ffffff;
    font-size: 15px;
    /* border-radius: 50px; */
    font-weight: 400;
    border: none;
    padding: 16px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    /* box-shadow: 0px 1px 4px 0px black; */
}


.form-left-w3l input[type="password"], .form-left-w3l input[type="text"] {
    width: 100%;
    color: #f1243c;
    outline: none;
    font-size: 14px;
    padding: 16px 20px;
    margin: 10px 0px 9px;
    border: solid 1px #f1243c;
    -webkit-appearance: none;
    display: inline-block;
    background: #ffffff;
    box-sizing: border-box;
}

::placeholder {
    color: rgb(0, 0, 0) !important;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgb(0, 0, 0) !important;
  }


/* MOBILE CSS CODE  */
  @media (max-width: 480px) {
    .main {
        width: 80% !important;
    }

    .line-mid h4 {
        margin: 6px 0px !important;
    }
    .right-side a {
        padding-top: 1px !important;
    }
 }
/* MOBILE CSS CODE  */
.line-mid h4 {
    font-size: 15px;
    color: #000 !important;
    display: inline-block;
    border: 1px solid;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 51px;
    margin: 13px 0px;
}


.red-border {
    border-color: #f1243c !important;
}


.tab-bg {
    background: #f1243c !important;
    color: white !important;
}

input#ctl00_ContentPlaceHolder1_CmdSave,input#ctl00_ContentPlaceHolder1_BtnUpdate,
input#ctl00_ContentPlaceHolder1_BtnIdentity,.btn-primary
,input#ctl00_ContentPlaceHolder1_BtnSubmit,input#ctl00_ContentPlaceHolder1_BtnExportA,
input#ctl00_ContentPlaceHolder1_BtnExportB,input#ctl00_ContentPlaceHolder1_btncopy,
input#ctl00_ContentPlaceHolder1_Button1
,input#ctl00_ContentPlaceHolder1_BtnSearch,input#ctl00_ContentPlaceHolder1_BtnNext,
input#ctl00_ContentPlaceHolder1_BtnExportToExcel,input#ctl00_ContentPlaceHolder1_btnSearch,
input#ctl00_ContentPlaceHolder1_cmdSave1,input#ctl00_ContentPlaceHolder1_BtnSubMit
{
	  background-color: #f1243c !important;
	  background: #f1243c !important;
	  border-color : #f1243c !important;
	  color:#ffffff;
	}
	input#ctl00_ContentPlaceHolder1_CmdCancel
	{ 
		background-color: #c42626 !important;
	  background: #c42626 !important;
	   border-color : #c42626 !important;
		}
		
.logoimg {
    height: 40px! important;
}
/* logincss code */
.follow-one {
    background: #f1243c !important;
}
.follow-one:hover{background:#1e4eb3;}
.follow-two{
background:  #f98040 !important;
}