#cssmenu {
    font-family: Montserrat, sans-serif;
    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;
    z-index: ;
}

.red-border {
    border-color:#00254e !important;
}

.blue-border {
    border-color: #00254e !important;
}


[data-background="light"] .form-control {
    color: #000000;
    background-color: #ffffff;
    border-width: 1.5px;
    border-color: #00254e !important;
}



/* .adminmainbg{
    color: #212121;
    background-image: linear-gradient(180deg, #fffffffc, #e0e9dc) !important;
} */



/* logincss code */

.back-image {
    
    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: #00254e !important ;
    text-align: center;
}

.buttons {
    width: 100%;
    background:linear-gradient(45deg, #258f60 0%, #00254e 100%) ;
    outline: none;
    color: #fff;
    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: #00254e !important;
    outline: none;
    font-size: 14px;
    padding: 16px 20px;
    margin: 10px 0px 9px;
    border: solid 1px #00254e !important;
    -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: #258f60 !important;
}


.tab-bg {
    background: linear-gradient(45deg, #258f60 0%, #ed8150 100%) !important;
    color: white !important;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
    background: linear-gradient(45deg, #ea8815 0%, #00254e 100%)  !important;
}


	input#ctl00_ContentPlaceHolder1_CmdCancel
	{ 
		background-color: #c42626 !important;
	  background: #c42626 !important;
	   border-color : #c42626 !important;
		}
.btn-info {
    color: #fff;
    background-color: linear-gradient(45deg, #ea8815 0%, #00254e 100%)  !important;
    border-color: #258f60 !important;
}
/* logincss code */
.logoimg {
    height: 96px! important;
}
/* logincss code */


.back-image {
    background: #258f60;
}

.buttons{
    background: #258f60;
}

.follow-one {
    background: #ea8815 !important;
}

.follow-two {
    background: #258f60 !important;
}

.right-side a, .left-side a {
    color: #258f60 !important;
}






#cssmenu {
       background: #258f60 !important;
}

#cssmenu ul ul li a {
    background: input[type="button"], input[type="submit"] !important;
}

#cssmenu > ul > li.has-sub > a:after,
#cssmenu > ul > li.has-sub > a:before  {
    background: #ffffff !important;
}

.tab-bg,
input#ctl00_ContentPlaceHolder1_btncopy {
    background: #258f60 !important;
}

.red-border {
    border-color: #258f60 !important;
}

[data-background="light"] .form-control {
    border-color: #258f60 !important;
}

[data-background="light"] .table thead th {
    background-color: #258f60;
    border-color: #258f60;
    color: #fff;
}
input[type="button"], input[type="submit"] {
    color: #ffffff;
    background-color: #258f60 !important;
    background-image: linear-gradient(top, #258f60, #00254e) !important;
    border-left-color: #258f60 !important;
    border-right-color: #258f60 !important;
    border-top-color: #258f60 !important;
    border-bottom-color: #258f60 !important;
    font-size: 12px !important;
    font-weight: 400;
    border-radius: 2px;
    padding: 6px 10px;
    line-height: 1.42857143;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-style: italic;
}
/*
input[type="button"], input[type="submit"] {
    color: #ffffff;
    background-color: #00254e !important;
    background-image: linear-gradient(top, #00254e, #00254e) !important;
    border-left-color: #00254e !important;
    border-right-color: #00254e !important;
    border-top-color: #00254e !important;
    border-bottom-color: #00254e !important;
    font-size: 12px !important;
    font-weight: 400;
    border-radius: 2px;
    padding: 6px 10px;
    line-height: 1.42857143;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-style: italic;
}*/