*, ::after, ::before { box-sizing: content-box; }
html, body { height: 100%; }
body {
  margin: 0;
  overflow-x: hidden;
  display: flex;
}

.login {
    position: relative;
    /* min-height: 100%;
    min-width: 100%; */
    width: 100%;
    height: 100%;
    /* background-color: #f7f7f7; */
}
.login__logo {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 106px 0 53px;
    text-align: center;
}
.login__logo--img {
    display: block;
    /* width: 231px;
    height: 44px; */
    max-height: 4rem;
    margin: 0 auto;
}
.login__container {
    padding-bottom: 50px;
    min-height: 185px;
    /* background-color: #f7f7f7; */
}
.login__logo, .login__container {
    width: 768px;
    margin: 0 auto;
}
.login__container-content input {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 16px;
    padding: 8px 0 6px;
    color: #333;
    border: none;
    background: #fff;
    -webkit-appearance: none;
}
.login__container-content {
    position: relative;
    width: 460px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.id-area, .pw-area {
    position: relative;
    height: 29px;
    margin-bottom: 8px;
    /* padding: 7px 35px 10px 11px; */
    padding: 8px 16px;
    border-radius: 4px;
    border: solid 1px #dadada;
    /* border: 1px solid #c9c9c9; */
    /* border: 1px solid hsla(0,0%,42%,.2); */
    background: #fff;
}
/* .pw-area {
    margin-bottom: 16px;
} */
.login-btn, .signup-btn {
    display: block;
    /* width: 100%; */
    height: 56px;
    line-height: 55px;
    /* margin: 12px 0 14px; */
    border-radius: 4px;
    /* border: solid 1px rgba(0,0,0,.1); */
    /* box-shadow: 0 2px 6px 0 rgba(61,80,81,.08); */
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.5px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
}
.login-btn {
    background-color: #a50034;
    margin: 40px 0 8px;
}
.signup-btn {
    background-color: #333;
}
/* .login-btn:hover, .signup-btn:hover {
    opacity: 0.9;
} */
.check {
    position: relative;
    right: 0;
	padding-left: 30px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.check input {
    position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.check span {
    position: absolute;
	top:1px;
	left: 1px;
	width: 16px;
	height: 16px;
    border: solid 1px #dadada;
    /* border:1px solid #c9c9c9; */
    /* border: 1px solid hsla(0,0%,42%,.2); */
    background-color: #fff;
}
.check:hover input ~ span {
	background-color: #ddd;
}
.check span:after {
	content: "";
	position: absolute;
	display: none;
}
.check input:checked ~ span:after {
  display: block;
}
.check span:after {
	left: 5px;
	top: 0px;
	width: 5px;
	height: 10px;
	border: solid #333;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.forgot {
    position: relative;
    width: 100%;
    margin-top: 24px;
    text-align: center;
}
.forgot__span {
    /* position: absolute;
    right: 0; */
	font-size: 14px;
	color: #333;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.forgot__span svg{
    width:20px;
	height:20px;
	fill:#a0a0a0;
	display:inline-block;
	vertical-align:middle;
}

.document {
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-top: 83px;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    transition: all .5s ease;
}
.document.active {
    padding-left: 270px;
}

.header {
    box-sizing: border-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: .75em;
    /* border-bottom: 1px solid #a50034; */
    border-bottom: 1px solid hsla(0,0%,42%,.2);;
    z-index: 99;
    background-color: #fff;
}

.header__nav {
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border-radius: .25rem;
    border: 0;
}
.header__nav--bar {
    display: block;
    position: relative;
    width: 24px;
    height: 3px;
    border-radius: 4px;
    background-color: #a50034;
}
.header__nav--bar+.header__nav--bar {
    margin-top: 4px;
}

.header__logo {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 105px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* cursor: pointer; */
}
.header__logo--image {
    display: inline-block;
    max-height: 2rem;
    /* margin-top: 5px; */
}
img {
    max-width: 100%;
    height: auto!important;
}
.header .header__search {
    position: relative;
    width: 100%;
    max-width: 20em;
    margin-left: auto!important;
    padding: 0;
    padding-left: 1rem;
}
.header__search--input {
    border: 1px solid hsla(0,0%,42%,.2);
    border-radius: 8px;
    height: 2.5rem;
    padding: .5rem 2.5rem .5rem 1.5rem;
    width: calc(100% - 5rem);
}
.header__search--button{
    position: absolute;
    top: 17px;
    right: 24px;
    border: 0;
    cursor: pointer;
}

.menu {
    position: fixed;
    z-index: 99;
    top: 83px;
    /* left: -270px; */
    left: 0px;
    bottom: 0;
    width: 270px;
    /* border-right: 1px solid hsla(0,0%,42%,.2); */
    /* background-color: #fff; */
    background-color: #a50034;
    padding: 0;
    overflow-y: auto;
    transition: all .5s ease;
}
.document .menu {
    left: -270px;
}
.document.active .menu {
    left: 0;
}
.menu ul {
    list-style: none;
    margin:0; 
	padding:0;
}
.menu ul li {
    /* position: relative; */
    /* padding: 8px 0 0 18px; */
    /* height: 38px; */
    white-space: nowrap;
    font-family: sans-serif;
    /* font-size: 16px; */
    /* font-weight: 500; */
    cursor: pointer;
    color: #eee;
    fill: #eee;

    display: block;
    position: relative;
    text-decoration: none;
    /* border-bottom: 1px solid hsla(0,0%,42%,.2); */
    padding: 1em 2em 1em 1em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.menu ul li span {
    display:inline-block;
	vertical-align:middle;
}
.menu ul li svg {
    margin:0 10px 0 0; 
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
}
.menu ul li:not(.selected):hover {
    /* background-color: #ae1a4a; */
    background-color: #f7f7f7;
    color: #a50034;
    fill: #a50034;
    opacity: 0.8;
}
.menu ul .selected {
    background-color: #f7f7f7;
    color: #a50034;
    fill: #a50034;
}
.content {
    padding: 0;
    width: 100%;
    height: calc(100vh - 83px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    overflow: hidden;
    /* overflow-y: auto; */
    /* background-color: #f7f7f7; */
    background-color: #fff;
}
.content #content {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    width: 100%;
    height: 100%;
    border: 0;
}

/* ================================================================================ */

/* #hamburger { display: none; }
#hamburger ~ * {
  position: absolute;
  transition: transform 0.4s;
}
#hamburger:checked ~ * { transform: translate3d(200px, 0, 0); }
#hamburger ~ label {
  font-size: 54px;
  top: -16px; left: 8px;
  cursor: pointer;
  z-index: 1;
}
#hamburger ~ nav {
  background: black;
  width: 200px;
  left: -200px;
  height: 100%;
}
#hamburger ~ nav * {
  margin: 0; padding: 0;
  color: white;
}
#hamburger ~ nav header {
  background: teal;
  padding: 1em;
}
#hamburger ~ nav a {
  display: block;
  text-decoration: none;
  padding: 1em;
}
#hamburger ~ nav a:hover { background: gray; }

#content {
  position: relative;
  padding: 2.6em 1em 1em;
  width: 100%;
  background: silver;
} */

.form-control {
    box-sizing: border-box;
}