#account_header{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0 6px;
    background-position: 0% 0%, 70% 0%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, 315px auto;
	box-sizing: border-box;
	background-color: #263238
}
#welcome_text{
	margin: 0 17px;
    text-transform: uppercase;
    font-size: 13px;
    color:#fff;
    /**/
}
.user_side_info{
	padding: 2px;
    margin: 0 17px;
    background-color: #263238;
    color:#fff;
}
.menulinks{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px;
    padding-left: 17px;
    height: 42px;
    border-left: 4px solid #415763;
    border-right: 4px solid #415763;
    border-bottom: 4px solid #415763;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: #fcfcfc;
}
.menulinks a{
	text-decoration: none;
	color:#000;
}
.menulinks a:visited{
	color:#000;
}
.menulinks i{
	margin-right: 5px
}
.account_btn {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  transition: color 0.25s 0.0833333333s;
  position: relative;
}
.account_btn::before, .account_btn::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.account_btn::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.account_btn::after {
  border-top-width: 2px;
  border-right-width: 2px;
}
.account_btn:hover {
  color: #fff;
}
.account_btn:hover::before, .account_btn:hover::after {
  border-color: #93b9cc;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.account_btn:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.account_btn:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.account_btn {
  background-color:#415763;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  padding: 0.5em 1em;
  letter-spacing: 0.05rem;
  font-size: 12px
}
.menulinks a:hover,.menulinks:hover a{
   /*color:#ffd200!important;*/
   font-weight: bold;
}
.login_button{
  width: 100%;
}
.register_button{
  width: 100%;
  color: #fff;
  background-color: red
}
.register_button:hover{
   color:#fff;
}
.register_button:hover::before, .register_button:hover::after {
  border-color: red;
  color:#fff;
}
