.container{
    width: 100%;
    margin-top: 40px;
}


a:hover{
    text-decoration: none;
}
.alert{
    margin-top: 10px;
}
.alert_box{
    width: 200px;
    margin: 200px auto;
}

/*Login forgot reset forms*/
.login_form1{
    background-color: #d5d7de;
    background: rgba(213,215,222,0.4);
    margin: 150px auto;
    width: 30%; 
    border: 2px solid;
    border-color: #59AAD7;/*image logo color*/ 
}
.login_form2{
    margin: 5% auto;
    width: 70%;
}
.login_admin{
    font-size: 20px;
    font-weight: bolder;
    font-style: inherit;
    color: #59AAD7;
}
.login_forgot{
    float: right;
    color: #59AAD7;
}
.login_forgot:hover{
    color: blue;
}
.login_btn{
    margin-top: 10px;
    width: 100%;
    height: 40px;
}
.otp_form{
    background-color: #d5d7de;
    background: rgba(213,215,222,0.4);
    margin: 70px auto;
    width: 30%; 
    border: 2px solid;
    border-color: #59AAD7;/* image logo color*/  
}
/*Dashboard Home*/
.home_btn{
    float: right;
    background-color: #F0677C;
    color: white;
    font-weight: 900;
    border-radius: 5px;
    margin-left: 20px;
    height: 30px;
    width: 80px;
}
.home_btn:hover{
    background-color: #F0897C;
    color: white;
}
.logout_btn{
    float: right;
    background-color: #F0677C;
    color: white;
    font-weight: 900;
    border-radius: 5px;
    margin-left: 20px;
    height: 30px;
    width: 30px;
}
.logout_btn:hover{
    background-color: #F0897C;
    color: white;
}
.dash_icon{
    height: 70px;
    width: 70px;
}
/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0677C;
    text-transform: uppercase;
    color: #F0677C;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.page-head-line1 {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0677C;
    text-transform: uppercase;
    color: #F0677C;
    font-size: 20px;
    margin-top: 40px;
}
.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}
.bk-clr-five {
    background-color: #87CEFA;
}
.bk-clr-six {
    background-color: #F4A460;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

/*Events*/
thead{
    background-color: #F0677C;
}
.table{
    margin-top: 0px;
    margin-left: 0px;
    background-color: #d5d7de;
}
td{
   
}
.img_preview1{
    height: 70px;
    width: 70px;
    
}
th{
    text-align: center;
}

.td_med{
    width: 90px;
}
/*event add page*/
.add_btn{
    background-color: #F0677C;
    font-weight: 900;
    border-radius: 5px;
    margin-left: 15px;
    color: white;
    margin-bottom: 20px;
    height: 30px;
    width: 80px;
}
.add_btn:hover{
    background-color: #F0897C;
    color: white;
}
.add_form1{
    background-color: #d5d7de;
    background: rgba(213,215,222,0.4);
    margin: 150px auto;
    width: 40%; 
    border: 2px solid;
    border-color: #59AAD7;
    margin-top: 0px;
}
.add_form2{
    margin: 5% auto;
    width: 60%;   
}

/*new form styles*/
.form-style-5{
    background: #f4f7f8;
    margin: 10px auto;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .mob { 
		margin-left: 15px;
		margin-right: 15px;
	}
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: 0px 0px 0px 0px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;
	width: 100%;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	box-shadow: 0 0 5px 1px #969696;
}
.form-style-5 input[type="text"]:hover,
.form-style-5 input[type="date"]:hover,
.form-style-5 input[type="datetime"]:hover,
.form-style-5 input[type="email"]:hover,
.form-style-5 input[type="number"]:hover,
.form-style-5 input[type="search"]:hover,
.form-style-5 input[type="time"]:hover,
.form-style-5 input[type="url"]:hover,
.form-style-5 textarea:hover,
.form-style-5 select:hover{
        background-color: #E5E7E9;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"],
.form-style-5 input[type="reset"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"] {background: #1abc9c;}
.form-style-5 input[type="button"] {background: #F4D03F;}
.form-style-5 input[type="reset"] {background: #E74C3C;}
.form-style-5 input[type="submit"]:hover {background: #109177;}
.form-style-5 input[type="button"]:hover {background: #F1C40F;}
.form-style-5 input[type="reset"]:hover {background: #CB4335;}

/*tech blog*/
.tech input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.tech input[type="button"]{background: #000fff;}


/*event_edit Page*/
.img_preview{
    height: 70px;
    width: 70px;
    
}
.cancel_btn{
    margin-left: 20%;
    width: 60%;
    height: 40px;
}
/*Committee*/
ul
{
    list-style-type: none;
}
.com_nav1{
    background-color: #F0677C;
    margin-bottom: 3px;
    color: white;
    font-weight: 900;
    font-size: 18px;
}
.com_nav1:hover{
   color: #F0677C;
}
.active{
    background-color: #d5d7de;
    color: #F0677C;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 3px;
}
.active:hover{
   color: #F0677C;
}
.add_committee{
    background-color: #F0677C;
    font-weight: 900;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 30px;
    width: 100%;
    color: white;
}
.add_committee:hover{
    background-color: #F0897C;
    color: white;
}
/*Users page*/
.access_btn{
    font-weight: 900;
    height: 30px;
    width: 70px;
}
.status{
    height: 15px;
    width: 15px;
}
/*Registration*/
#row_click a{
    color: black;
}

/*Setting page*/
.bks-clr-one {
    background-color: #B9B739;
}

.bks-clr-two {
    background-color: #F94C4C;
}

.bks-clr-three {
    background-color: #119c7e;
}


.setting-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

/*committee setting*/
.add_committee1{
    background-color: #F0677C;
    font-weight: 900;
    border-radius: 5px;
    margin-left: 15px;
    color: white;
    margin-bottom: 20px;
    height: 30px;
    width: 150px;
}
.add_committee1:hover{
    background-color: #F0897C;
    color: white;
}
/*post setting*/
.add_post{
    background-color: #F0677C;
    font-weight: 900;
    border-radius: 5px;
    margin-left: 15px;
    color: white;
    margin-bottom: 20px;
    height: 30px;
    width: 80px;
}
.add_post:hover{
    background-color: #F0897C;
    color: white;
}
/*Slide show setting*/
.slide{
    background-color: white;
    margin-top: 30px;
    border: 1px #59AAD7 solid;
    margin-left: 30px;
}
.slide_img{
    height: 150px;
    width: 100%;
}
.input_box{
    width: 25px;
}
.input_box1{
    border: 0px;
}
/* Media Query For responsive */
@media(max-width: 600px){
    
  .container{
    margin-top: 20px;
}

.alert{
    margin-top: 0px;
}
/*Login Page*/
.login_form1{
    margin: 60px auto;
    width: 100%;
}
.login_form2{
    width: 100%;
}
.otp_form{
    margin: 30px auto;
    width: 100%;
}
/*Dashboard Page*/
.page-head-line {
    font-size: 13px;
    position: relative;
}
.page-head-line1 {
    font-size: 13px;
}
.home_btn{
    font-size: 8px;
    width: 35px;
    height: 20px;
    margin-left: 5px;
    }
.logout_btn{
    font-size: 13px;
    width: 25px;
    height: 20px;
    margin-left: 5px;
}
/*Event Page*/

.sm_btn{
    height: 30px;
    width: 30px;
}

thead{
    background-color: #F0677C;
}
.table{
    margin-top: 0px;
    margin-left: 0px;
    background-color: #d5d7de;
    font-size: 8px;    
}

.img_preview1{
    height: 40px;
    width: 40px;
    
}
th{
    text-align: center;
}

.td_med{
    width: 90px;
}
/*Add Event Page*/
.add_btn{
    font-size: 8px;
    width: 35px;
    height: 20px;
    margin-bottom: 10px;
}
.add_form1{
    margin: 60px auto;
    width: 100%;
    margin-top: 0px;
}
.add_form2{
    width: 100%;
}
.cancel_btn{
    width: 100%;
    margin-left:0px
}
/*Commitee  Page*/
.com_nav1{
    font-weight: 900;
    font-size: 15px;
}
.active{
    font-weight: 900;
    font-size: 15px;
}
.com_table{
    margin-top: 20px;
}

/*Users page*/
.status{
    height: 5px;
    width: 5px;
}
.access_btn{
    font-weight: 900;
    font-size: 8px;
    width: 40px;
    height: 20px;
}  

/*Setting page*/
/*Committee setting*/
.add_committee1{
    font-size: 8px;
    width: 80px;
    height: 20px;
    margin-bottom: 10px;
}
.add_post{
    font-size: 8px;
    width: 50px;
    height: 20px;
    margin-bottom: 10px;
}
/*slide show setting*/
.slide_img{
    height: 100px;
}
.slide{
    margin-top: 20px;
    margin-left: 0px;
}
/*Acm Membership*/
td> .btn-sm{
    font-size: 8px;
}