body { font-family: 'Roboto', sans-serif; background:#aab5a4; color:#FFF } .lbox { max-width: 400px; background: none repeat scroll 0% 0% #222D3A; border-radius: 5px;  padding: 10px; z-index: 99997; } .lbox { margin: 80px auto; } .h3div { background:#37BC9B; padding: 10px 10px 15px 10px; color: #FFF; text-align: center; font-size: 21px; text-shadow: 2px 2px 2px #000; font-weight: 400; width: 100px; margin: 25px auto; border-radius: 100px; height: 100px; line-height: 100px; z-index: 99999; } .divp { width: 300px; margin: 10px auto; text-align: center; } input[type=text], input[type=password] { padding: 10px;
width: 220px; margin: 5px auto; font-family: 'Roboto'; font-size: 14px; } .btn { font-family: 'Roboto'; font-size: 15px; font-weight: 400; line-height: 1.4; border-radius: 4px; transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s; padding: 7px 24px; } .btn { display: inline-block; margin-bottom: 0px; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 4px; -moz-user-select: none; } .btn.btn-login { padding: 7px 30px; display: block; border: 1px solid transparent; color: #FFF; text-transform: uppercase; background: none repeat scroll 0% 0% #12181F; transition: all 0.5s ease-in-out 0s; margin: 20px auto; } .btn.btn-login:hover { background:#dfe5e9; color: #444; }
 .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } 
.alert h4 { margin-top: 0; color: inherit; }
.alert .alert-link { font-weight: bold; }
.alert > p, .alert > ul { margin-bottom: 0; }
.alert > p + p { margin-top: 5px; }
.alert-dismissable { padding-right: 35px; }
.alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; }
.alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.alert-success hr { border-top-color: #c9e2b3; }
.alert-success .alert-link { color: #2b542c; }
.alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.alert-info hr { border-top-color: #a6e1ec; }
.alert-info .alert-link { color: #245269; }
.alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.alert-warning hr { border-top-color: #f7e1b5; }
.alert-warning .alert-link { color: #66512c; }
.alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.alert-danger hr { border-top-color: #e4b9c0; }
.alert-danger .alert-link { color: #843534; }