@font-face {
  font-family: body;
  src: url(../Font/Roboto-Light.ttf);
}

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

input {
  color: white;
}

#register {
  font-family: body;
  color: white;
  margin-top: 10px;
  text-decoration: underline;
}

p,
span {
  font-family: body;
}

#optionsIcon {
  margin-right: 15px;
  margin-top: 22px;
  float: right;
}

#subHeader {
  width: 100%;
  height: 250px;
  background: url(../images/notebook-336634_1280.jpg);
  background-size: cover;
  text-align: -webkit-center;
  text-align: -moz-center;
  position: absolute;
  margin-top: 70px;
}

#subHeader #overlay {
  width: 100%;
  height: 250px;
  background: #303032;
  opacity: 0.81;
  position: fixed;
}

#subHeader #profileCont {
  position: fixed;
  width: 100%;
  color: white;
}

#subHeader #profileCont #image {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.57);
  border-radius: 200px;
  margin-top: 30px;
}

#subHeader #profileCont #usernameCont {
  float: left;
  margin-left: 15px;
  margin-top: 100px;
}

#subHeader #profileCont #mobileCont {
  float: right;
  margin-right: 15px;
  margin-top: 100px;
}

#subHeader #profileCont #userIcon,
#subHeader #profileCont #callIcon {
  width: 20px;
  margin-right: 5px;
  margin-top: 5px;
}

#subHeader #profileCont #callIcon {
  margin-right: 0px;
  margin-left: 5px;
}

#menuIcon {
  width: 35px;
  float: left;
  margin-left: 15px;
  margin-top: 20px;
  cursor: pointer;
}

#mainLoginContentBlock {
  width: 100%;
  height: 110%;
  background: url("../images/notebook-336634_1280.jpg");
  background-size: cover;
  text-align: -webkit-center;
  text-align: -moz-center;
}

#mainLoginContentBlock #loginOverlay {
  width: 100%;
  height: 100%;
  background: #303032;
  opacity: 0.81;
}

#mainLoginContentBlock #usernameInput,
#mainLoginContentBlock #usernamePassword {
  width: 250px;
  height: 40px;
  padding-top: 10px;
  margin-top: 60%;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid white;
  outline: none;
}

#mainLoginContentBlock #usernamePassword {
  margin-top: 40px;
}

#mainLoginContentBlock button {
  width: 250px;
  height: 40px;
  background: #FF5E00;
  margin-top: 50px;
  border: 0px;
  border-radius: 100px;
  outline: none;
  color: white;
}

#mainLoginContentBlock p {
  color: white;
  margin: 0px;
  margin-top: 20px;
}

#mainLoginContentBlock #prompt {
  margin: 0px;
  background: #fa7526;
  padding-bottom: 10px;
  display: none;
}

#topHeader {
  width: 100%;
  height: 70px;
  background-color: #121214;
  position: absolute;
  z-index: 1;
}

#mainComp {
  position: absolute;
  width: 100%;
  margin-top: 380px;
  z-index: 1000;
}

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 4px 4px 20px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tabset {
  max-width: 65em;
  position: fixed;
  margin-top: 320px;
  font-family: body;
  margin-left: 15px;
  border-bottom: 1px solid #80808085;
  word-spacing: 10px;
}

.row .lower {
  margin-bottom: 10;
  color: #06c;
}
/*# sourceMappingURL=index.css.map */