@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";


body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: url('background1.jpg') no-repeat;
    background-size: cover;
    min-height: calc(100vh - (50px)); 
    background-position: 20% 20%;
}


.cf:after {
    clear: both;
}

.login-box {
    max-width: 80%;
    margin: 0px auto;
    color: white;
    border: 3px dotted rgba(255,255,255,.7);
    padding: 20px;
    margin-top: 50px;
    position: relative;
}

.login-box-backlink a {
    position: absolute;
    display: block;
    bottom: -80px;
    left: 0;
    background: transparent !important;
    border: 0px !important;
    color: #fff;
    padding: 0px !important;
    font-size: 0.8em !important;
    cursor: pointer;
    margin: 30px 0px;
    text-decoration: none;
    text-align: left !important;
    font-weight: normal !important;
}

.login-box h1 {
    border-bottom: 6px solid #a8c6c4;
}

.login-box a {
    display: inline-block;
    width: 90%;
    background: #a8c6c4;
    border: 2px solid #a8c6c4;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    margin: 30px 0px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}


.login-box a:hover {
      border: 2px solid #fff;
     background: #d8c092;
}

.timify-button {
    display: inline-block;
    width: 80%;
    background: yellow;
    border: 2px solid yellow;
    color: #000;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    margin: 30px 0px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.timify-button:hover {
      border: 2px solid #fff;
    background: #a8c6c4;
    color: #fff;

}

/* ---------- INFO BUTTON ------------ */


.textbox1 {
    position: relative;
}

label {
    position: absolute;
    right: 0;
    cursor: pointer;
}

label i {
    color: yellow;
    cursor: pointer;
}

.hide {
  width: 100%;
  max-height: 0;
  opacity: 0;
  height: auto;
  overflow: hidden;
  transition: opacity 0.5s linear, max-height 0.5s linear;
}

.hide p {
   padding: 10px;
   margin: 0;
   color: yellow;
   font-size: 0.8em;
    line-height: 1.1em;
}

.hide a {
    display: inline !important;
    width: auto !important;
    background: transparent !important;
    border: none !important;
    color: yellow !important;
    padding: 0 !important;
    font-size: 0.9em !important;
    cursor: pointer;
    margin: 0px 0px !important;
    text-decoration: none;
    text-align: inherit !important;
    font-weight: normal !important;
}

input[type="checkbox"] {
  position: absolute;
  left: -999em;
}

.login-box input[type="checkbox"]:checked + div {
  opacity: 1;
  max-height: 99em;
}


/* ---------- INFO BUTTON ENDE ------------ */

.textbox1,
.textbox2 {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 1px solid #a8c6c4;
}

.textbox1 i {
    float: left;
    width: 26px;
    text-align: center;
}

.textbox2 i {
    float: left;
    width: 26px;
    text-align: center;
}

.textbox1 input {
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 18px;
    width: 220px;
    float: left;
    margin: 0 10px;
}

.textbox2 input {
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 18px;
    width: 220px;
    float: left;
    margin: 0 10px;
}

.btn {
    width: 100%;
    background: #a8c6c4;
    border: 2px solid #a8c6c4;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

.btn:hover {
      border: 2px solid #fff;
    background: #d8c092;
}


span {
    color: yellow;
    font-size: 1.2em;
}



@media screen and (min-width: 500px) and (orientation: landscape) {
    
    .login-box {
         max-width: 60%;
    }
    
}

@media screen and (min-width:700px) { 

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: url('background.jpg') no-repeat;
  background-size: cover;
    min-height: 100vh;
    background-position: 50% 50%;
}


.cf:after {
    clear: both;
}

.login-box {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    border: 10px solid rgba(255,255,255,.5);
    padding: 50px 70px 50px 40px;
    margin-top: 0;
}


.login-box-backlink a {
    position: absolute;
    display: block;
    bottom: -80px;
    left: -10px;
    background: transparent !important;
    border: 0px !important;
    color: #fff;
    padding: 0px !important;
    font-size: 0.8em !important;
    cursor: pointer;
    margin: 30px 0px;
    text-decoration: none;
    text-align: left !important;
    font-weight: normal !important;
}


.login-box h1 {
    float: left;
    font-size: 35px;
    border-bottom: 6px solid #a8c6c4;
    margin-bottom: 50px;
    padding: 13px 0;
}


.login-box a {
    display: inline-block;
    width: 90%;
    background: #a8c6c4;
    border: 2px solid #a8c6c4;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    margin: 30px 0px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}


.login-box a:hover {
      border: 2px solid #fff;
     background: #d8c092;
}

.timify-button {
    display: inline-block;
    width: 100%;
    background: yellow;
    border: 2px solid yellow;
    color: #000;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    margin: 30px 0px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.timify-button:hover {
      border: 2px solid #fff;
    background: #a8c6c4;
    color: #fff;

}

.textbox1,
.textbox2 {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 1px solid #a8c6c4;
}

.textbox1 i {
    float: left;
    width: 26px;
    text-align: center;
}

.textbox2 i {
    float: left;
    width: 26px;
    text-align: center;
}

.textbox1 input {
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 18px;
    width: 220px;
    float: left;
    margin: 0 10px;
}

.textbox2 input {
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 18px;
    width: 220px;
    float: left;
    margin: 0 10px;
}

.btn {
    width: 100%;
    background: #a8c6c4;
    border: 2px solid #a8c6c4;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    margin: 30px 0;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.btn:hover {
      border: 2px solid #fff;
    background: #d8c092;
}


span {
    color: yellow;
    font-size: 1.2em;
}

}