body {
    font-family: "Lato", sans-serif;
}



.main-head{
    height: 150px;
    background: #FFF;
   
}

.sidenav {
    height: 100%;
    overflow-x: hidden;
    padding-top: 20px;
    background-image: url("../bg.png");
    
}


.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px){
    .main{
        margin-left: 50%; 
    }

    .sidenav{
        width: 50%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form{
        margin-top: 50%;
        margin-left : 10% ; 
    }

    .register-form{
        margin-top: 20%;
    }
}


.login-main-text{
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2{
    font-weight: 300;
}

.btn-black{
    background-color: #000 !important;
    color: #fff;
}




input, label {
    border: 1px solid transparent;
    line-height: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
  }
  input {
    display: block;
    margin-bottom: 2px;
    border-radius: 3px;
    border-color: #ccc;
    text-indent: 5px;
    width: 250px;
    height: 35px;
  }
  input:focus {
    border-color: #ccc;
    outline: 0;
  }
  label {
    z-index: 2;
    float: left;
    height: 10px;
    line-height: 10px;
    padding: 0px 5px 0px 5px;
    position: relative;
    left: 100px;
    top: -5px;
    color: #999;
    background-color: #fff;
    font-size: 15px;
  }
  body, input {
    font-size: 14px;
    line-height: 20px;
    font-family: sans-serif;
  }
  body {
    background: #fff;
    padding-top: 25px;
  }
  