@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&family=Varela+Round&display=swap');

::selection {
  background: rgb(229,0,113); /* WebKit/Blink Browsers */
  color: #FFF;
}
::-moz-selection {
  background: rgb(229,0,113); /* Gecko Browsers */
  color: #fff;
}
* {
    padding:0;
    margin: 0;
    box-sizing: border-box;
}
body {
  background-color: #ececec;
  font-family: 'Varela Round', sans-serif;
}

/* Main content styles */
main {
  width: 97%;
  padding: 1%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media only screen and (max-width: 700px) {
  main {
    padding: 2%;
  }
}
h1 {
  color: rgb(229,0,113);
  font-weight: 200;
  font-size: 30px;
  text-align: center;
}
h1:after {
  content:' ';
  display:block;
  border-radius:10px;
  margin: 5px 0 8px 0;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  
}
.head_line {
    height: 1px;
    background: linear-gradient(to right, rgba(180, 180, 180, 0), rgba(213, 213, 213, 0.5), rgba(123, 123, 123, 0));
    margin: 1% 0 1% 0;
  
}
/* Footer styles */
footer {
  color: #bcbaba;
  text-align: center;
  position: fixed;
  width: 100%;
  margin: 20px 0 20px 0;
}
/* Headers */

/* Login box */
.login-box {
width: 555px;
align:center;
margin: 90px auto;
}
@media only screen and (max-width: 700px) {
  .login-box {
    width: 100%;
    margin: 8px auto;
  }
}
.login-box label {
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: block;
}

.login-box input {
	width: 100%;
	margin-bottom: 20px;
}

.login-box input[type="text"], input[type="password"] {
	border: none;
	border-bottom: 1px dotted #e50071;
	background: transparent;
	outline: none;
	height: 40px;
	color: #000;
	font-size: 16px;
}

.login-box input[type="submit"] {
  display: flex;
  background: linear-gradient(354deg, #e50071, transparent) #05326e;
  font-family: inherit;
  color: #fff;
  text-decoration: none;
  transition: background-color 1s;
  place-content: center;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.168);
  width: 100%;
  height: 45px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.168);
  cursor: pointer;
  outline: none;
  vertical-align: middle;

}

.login-box input[type="submit"]:hover {
  background-color: #e91e63;
  color: #fff;
}

.icon_disp {
  margin: 0% auto;
}
.icon_disp a {
  text-align: center;
  color: #05326e;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size:  16px;
  cursor: pointer;
  transition: all 0.9s ease 0s;
}
.icon_disp a:hover{
  transition: all 0.6s ease 0s;
  color: #e50071;
  text-decoration: none;
}
/**Only display icon on mobiles **/
@media only screen and (max-width: 700px) {
  .icon_disp a {
    text-align: center;
    color: #05326e;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size:  12px;
    cursor: pointer;
    transition: all 0.9s ease 0s;
  }
}
.change_duty {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.change_duty input[type="text"] {
	border: none;
	border-bottom: 0.8px solid #e50071;
	background: transparent;
	outline: none;
	height: 40px;
	color: #05326e;
	font-size: 16px;
  text-align: center;
}
.change_duty input[type="submit"] {
  display: flex;
  background: linear-gradient(354deg, #e50071, transparent) #05326e;
  font-family: inherit;
  color: #fff;
  text-decoration: none;
  transition: background-color 1s;
  place-content: center;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.168);
  width: 100%;
  height: 45px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.168);
  cursor: pointer;
  outline: none;
  vertical-align: middle;

}

.change_duty input[type="submit"]:hover {
  background-color: #e91e63;
  color: #fff;
}
/* My Changes */
.changes {
text-align: center;
transition: 0.5s ease-in-out;

}
.changes th {
  color: rgba(229,0,113,1);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  font-size: 14px;
}
.changes a {
  text-decoration: none;
  transition: 0.5s ease-in-out;
  color: rgba(229,0,113,1);
}
.changes a:hover {
  transition: 0.5s ease-in-out;
  color: #05326e;
  cursor: pointer;

}
.changes td {
  transition: 0.2s ease-in-out;
}
.changes tr:hover {
  transition: 0.2s ease-in-out;
  color: rgba(229,0,113,1);
}