| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- body {
- background-color: #fff!important;
- }
- #login-form {
- background-color: #fff!important;
- }
- .mui-content {
- background: #FFF;
- }
- .area {
- margin: 20px auto 0px auto;
- }
- .mui-input-group {
- margin-top: 10px;
- }
- .mui-input-group:first-child {
- margin-top: 20px;
- }
- .mui-input-group label {
- width: 2%;
- text-align: right;
- }
- .mui-input-row label~input,
- .mui-input-row label~select,
- .mui-input-row label~textarea {
- width: 88%;
- }
- .mui-checkbox input[type=checkbox],
- .mui-radio input[type=radio] {
- top: 6px;
- }
- .mui-content-padded {
- margin-top: 40px;
- }
- .mui-btn {
- padding: 10px;
- }
- .link-area {
- display: block;
- margin-top: 130px;
- text-align: center;
- font-size: 15px;
- }
- .spliter {
- width: 25%;
- display: inline-block;
- color: #bbb;
- padding: 0px 8px;
- /* line-height: 20px; */
- vertical-align: middle;
- position: relative;
- left: -10px;
- }
- .spliter:after {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 15px;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #c8c7cc;
- }
- .oauth-area {
- text-align: center;
- width: 100%;
- padding: 0px;
- margin: 0px;
- font-size: 14px;
- }
- .oauth-area .oauth-btn {
- display: inline-block;
- width: 50px;
- height: 50px;
- background-size: 30px 30px;
- background-position: center center;
- background-repeat: no-repeat;
- margin: 0px 20px;
- /*-webkit-filter: grayscale(100%); */
- border: solid 1px #ddd;
- border-radius: 25px;
- }
- .oauth-area .reg_href {
- text-align: center;
- display: block;
- width: 100%;
- float: left;
- color: #00A1CB;
- }
- .oauth-area .oauth-btn:active {
- border: solid 1px #aaa;
- }
- .oauth-area .oauth-btn.disabled {
- background-color: #ddd;
- }
- #login-form {
- margin-top: 0px;
- }
- .mui-logo-box {
- width: 80%;
- margin: 0 auto;
- padding: 75px 0;
-
- }
- .mui-logo-box img{
- width: 100%;
- }
- .mui-logo-box .img-box1 {
- width: 130px;
- height: 33px;
- }
- .mui-logo-box .img-box2{
- padding-top: 13px;
- }
- .mui-input-row {
- margin-top: 15px;
- }
- .mui-input-group:after {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 15px;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- /*background-color: #c8c7cc;*/
- }
- input {
- font-size: 14px;
- }
- .mui-btn-primary {
- border: 1px solid #00a1cb;
- background-color: #00a1cb;
- }
- .mui-input-group {
- width: 100%;
- margin: 0 auto;
- margin-bottom: 20px;
- }
- .mui-input-row {
- margin-bottom: 10px;
- }
- .mui-content-padded {
- width: 70%;
- margin: 0 auto;
- margin-top: 45px;
- }
- .mui-content-padded button{
- background: #ff9600;
- }
- #login,#register {
- border-radius: 20px;
- border: none;
- }
- .mui-input-group .mui-input-row:after {
- left: -5px;
- }
- .mui-input-row span {
- color: #787878;
- }
- .mui-input-group .mui-input-row {
- height: 45px;
- line-height: 45px;
- /* margin-bottom: 20px; */
- width: 80%;
- margin: 0 auto;
- border-top: 1px solid #d9d9d9;
- }
- .mui-input-group:before{
- height: 0px;
- }
- .mui-password{
- border: none;
- border-bottom: 1px solid #d9d9d9;
- }
- .mui-input-group:after {
- background-color: #fff;
- }
- .mui-input-group .mui-input-row:after {
- background-color: #fff;
- }
- .register_top{
- margin-top: 40px;
- }
|