// jinda.scss from theme jinda_adminlte #tooltip{ position:absolute; border:1px solid #333; background:#f7f5d1; padding:2px 5px; color:#333; display:none; } #notice { color: #F90609; background-color: #EBD1D1; font-weight: bolder; padding-left: 10px; } .step { /*display: table-row;*/ margin-top: 20px; margin-bottom: 20px; } .steps_more { font-size: 40px; font-weight: bold; vertical-align: middle; color: white; width: 80px; height: 80px; background:url(images/button_blue.png) no-repeat; display: table-cell; text-align:center; } .step_now { font-size: 40px; font-weight: bold; vertical-align: middle; color: white; width: 80px; height: 80px; background:url(images/button_red.png) no-repeat; display: table-cell; text-align:center; } .steps_done { font-size: 40px; font-weight: bold; vertical-align: middle; color: white; width: 80px; height: 80px; background:url(images/button_black.png) no-repeat; display: table-cell; text-align:center; } .sign_in { width: 100%; max-width: 410px; padding: 15px; margin: auto; display: block; } #logreg-forms{ width:412px; margin:10vh auto; background-color:#f3f3f3; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25,.8,.25,1); } .module-table{ display: grid; } body { background: #dfe7e9; font-family: 'Roboto', sans-serif; } .form-control { font-size: 16px; transition: all 0.4s; box-shadow: none; } .form-control:focus { border-color: #5cb85c; } .form-control, .btn { border-radius: 50px; outline: none !important; } .form-group input { border-width: 0px; } .signup-form { width: 480px; margin: 0 auto; padding: 30px 0; } .signup-form form { border-radius: 5px; margin-bottom: 20px; background: #fff; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); padding: 40px; } .signup-form a { color: #5cb85c; } .signup-form h2 { text-align: center; font-size: 34px; margin: 10px 0 15px; } .signup-form .hint-text { color: #999; text-align: center; margin-bottom: 20px; } .signup-form .form-group { margin-bottom: 20px; } .signup-form .btn { font-size: 18px; line-height: 26px; font-weight: bold; text-align: center; } .signup-btn { text-align: center; border-color: #5cb85c; transition: all 0.4s; } .signup-btn:hover { background: #5cb85c; opacity: 0.8; } .or-seperator { margin: 50px 0 15px; text-align: center; border-top: 1px solid #e0e0e0; } .or-seperator b { padding: 0 10px; width: 40px; height: 40px; font-size: 16px; text-align: center; line-height: 40px; background: #fff; display: inline-block; border: 1px solid #e0e0e0; border-radius: 50%; position: relative; top: -22px; z-index: 1; } .social-btn .btn { color: #fff; margin: 10px 0 0 15px; font-size: 15px; border-radius: 50px; font-weight: normal; border: none; transition: all 0.4s; } .social-btn .btn:first-child { margin-left: 0; } .social-btn .btn:hover { opacity: 0.8; } .social-btn .btn-primary { background: #507cc0; } .social-btn .btn-info { background: #64ccf1; } .social-btn .btn-danger { background: #df4930; } .social-btn .btn i { float: left; margin: 3px 10px; font-size: 20px; }