@import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);


ul#clock li{
    border: none;
}

#clock {
    position: relative;
    width: 185px;
    height: 185px;
    margin: -95px auto 0;
    background: url(../images/clockface.png) no-repeat;
    list-style: none;
}

#sec, #min, #hour {
    position: absolute;
    width: 15px;
    height: 185px;
    top: 0px;
    left: 83px;
}

#sec {
    background: url(../images/sechand.png);
    z-index: 3;
    overflow: hidden;
}

#min {
    background: url(../images/minhand.png);
    z-index: 2;
}

#hour {
    background: url(../images/hourhand.png);
    z-index: 1;
}

#flashes .alert .fa{font-size:150%; margin-right: 0.5em;}
#flashes .alert:hover{cursor: pointer;}


.lock-screen {
    background: #1FB3A3 url(../../images/lock-screen.jpg) no-repeat fixed 0 0 / cover;
}
.lock-wrapper {
    margin:10% auto;
    max-width:500px;
}
.lock-box {
    position:relative;
}
.lock-name {
    background:#fff;
    width:50%;
    float:left;
    height:50px;
    line-height:50px;
    margin-top:55px;
    padding:0 20px;
    text-align:left;
    border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    color: black;
    border: none;
    font-weight: bold;
}
.lock-pwd {
    background:#fff;
    width:50%;
    float:right;
    height:50px;
    line-height:50px;
    margin-top:55px;
    padding:0 0 0 68px;
    border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
    color: black;
}
.lock-pwd .form-group {
    height: 100%;
}
.lock-pwd input {
    width:72% !important;
    height: 100%;
  
    color: black;
    display: block;
    line-height: 38px;
}
.lock-pwd input:focus,.lock-pwd input:hover {
 //   border-color:#fff;
 box-shadow: none;
}
.lock-wrapper img {
    position:absolute;
    left:33%;
    border-radius:50%;
    -webkit-border-radius:50%;
    border:10px solid #fff;
    width:160px;
    height:160px;
    background: #fff;
}
.lock-wrapper .locked {
    margin-bottom:20px;
    display:inline-block;
    color:#026f7a;
}
.btn-lock{
    height: 50px !important;
    width: 46px !important;
    float: right;
    background: white;
    color: black;
}


.lock-input {
    width:83%;
    float:left;
    margin-right:3px;
    border: none !important;
}
#time {
    width:100%;
    color:#fff;
    font-size:125px;
    margin-bottom:50px;
    display:inline-block;
    text-align:center;
    font-family:'Lato',sans-serif;
    font-weight: 100;
}


.container{display:none;}

#flashes{
    position: absolute;
    top: 1em;
    width: 80%;
    margin-left: 10%;
    opacity: 0.8;
}


@media (max-width: 767px) {
  
    .lock-wrapper{display: none;}
    .container{display:block}
    
        body {
          padding-top: 40px;
          padding-bottom: 40px;
          background: #eee;
        }
        .lock-screen{background: #eee;}

        .form-signin {
          max-width: 330px;
          padding: 15px;
          margin: 0 auto;
        }
        .form-signin .form-signin-heading,
        .form-signin .checkbox {
          margin-bottom: 10px;
        }
        .form-signin .checkbox {
          font-weight: normal;
        }
        .form-signin .form-control {
          position: relative;
          height: auto;
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 10px;
          font-size: 16px;
        }
        .form-signin .form-control:focus {
          z-index: 2;
        }
        .form-signin input[type="email"] {
          margin-bottom: -1px;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
        }
        .form-signin input[type="password"] {
          margin-bottom: 10px;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
        }

}
