html, body {
    width: 100%;
    height: 100%;
    font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    color: #00112C;
    -webkit-font-smoothing: antialiased;
    background: #f0f0f0;
    margin: 0;
    padding: 0;
}

#container {
    position: absolute;
    width: 100%;
    margin-top: 50%;
}

form {
    margin: 20px auto 0;
    font-size: 18px;
}

label {
    display: inline-block;
    margin-left: 30px;
    padding-top: 15px;
    font-size: 12px;
}

p a {
    font-size: 11px;
    float: right;
    margin-top: -13px;
    margin-right: 20px;
}

input {
    font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    outline: none;
	border: 1px solid #00112C;
	border-radius: 7px;
}

input[type=text], input[type=password] {
    color: #00112C;
    padding-left: 10px;
    margin: 5px 10px 10px 30px;
    height: 35px;
    width: calc(100% - 70px);
}

#lower {
    width: 100%;
    height: 200px;
    margin-top: 0;
}

input[type=checkbox] {
    margin-left: 45px;
}

.check {
    margin-left: 3px;
	
}

#keeplogged{
	font-size: 14px;
	margin-top: -7px;
	margin-left: 10px;
}

input[type=button] {
	cursor: pointer;
    margin-left: 35px;
    margin-top: 10px;
    width: calc(100% - 70px);
    height: 35px;
	border-color: transparent;
	color: #FF5A06;
	background-color:transparent;
	font-size: 25px;
}

input[type=button]:hover{
	color: #00112C;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

#myVideo{
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#logo-login{
    margin-top: 15%;
    margin-left: 15%;
    position: absolute;
}

#login-container{
    background-color: white;
    height:100%;
    width: 30%;
    position: fixed;
    border-right: solid 15px #FF5a06;
}

#logo-login img{
    width: 50px;
    height: 50px;
}

#timeplanner-brand{
    position: absolute;
    color:#FF5A06;
    margin-top: calc(15% + 8px);;
    margin-left: 35%;
    text-decoration:none;
    font-weight:700;
    background-color:transparent;
    font-size:30px;
    line-height:36px;
    font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
}

#login-title{
    position: absolute;
    color:#00112C;
    margin-top: 45%;
    text-decoration:none;
    font-weight:500;
    background-color:transparent;
    font-size:20px;
    line-height:18px;
    font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
    width: 100%;
    text-align: center;
}

#forgotten_password{
    color:royalblue;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
}

.g-signin2{
    width: 120px;
    margin-left: calc(50% - 60px);
    margin-top: 40px;
}

@media screen and (max-width: 1200px) and (min-width: 900px){
    #login-container{
        width: 40%;
    }

}

@media screen and (max-width: 900px) and (min-width: 600px){
    #login-container{
        width: 50%;
    }
}

@media screen and (max-width: 600px){
    #login-container{
        width: 100%;
    }

    .modal-content {
        padding: 10px;
        width: 80%;
    }
}