| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- html {
- height: 100%
- }
- .col-md-4 {
- text-align: center;
- }
- .panel {
- margin-top: 120px;
- padding: 20px;
- }
- .panel-heading {
- text-align: left;
- background-color: white !important;
- border-color: white !important;
- }
- .panel-heading p {
- font-size: 20px;
- }
- .input_login {
- box-shadow: none;
- border-top: none;
- border-bottom-color: #f5f5f5;
- border-bottom-width: 1px;
- border-radius: 0px;
- border-left: none;
- border-right: none;
- background: white;
- font-size: 15px;
- box-shadow: none !important;
- }
- i {
- font-size: 35px;
- }
- .btn-primary:hover,
- .btn-primary.disabled,
- .btn-primary.disabled.active,
- .btn-primary.disabled:active,
- .btn-primary.disabled:focus,
- .btn-primary.disabled:hover,
- .btn-primary[disabled],
- .btn-primary[disabled].active,
- .btn-primary[disabled]:active,
- .btn-primary[disabled]:focus,
- .btn-primary[disabled]:hover,
- fieldset[disabled] .btn-primary,
- fieldset[disabled] .btn-primary.active,
- fieldset[disabled] .btn-primary:active,
- fieldset[disabled] .btn-primary:focus,
- fieldset[disabled] .btn-primary:hover {
- background: #328dc7;
- }
- .login_btn {
- background: #4c95e1;
- color: white;
- border: none;
- font-size: 18px;
- box-shadow: none !important;
- }
- .main {
- background-image: url("/images/login/bg.png");
- filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
- background-size: 100%;
- height: 100%;
- background-repeat: no-repeat;
- background-position:center center;
- background-color: white;
- }
- .bg {
- background: white;
- /* background-repeat: no-repeat; */
- /* background-position: center; */
- /* background-size: 100% 100%; */
- position: absolute;
- width: 263px;
- height: 200px;
- top: 29%;
- right: 13.5%;
- border-radius: 5px;
- box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
- }
- .row {
- margin-right: 0px;
- margin-left: 0px;
- }
- .login {
- width: 100%;
- padding: 36px;
- }
- .ll {
- padding: 0px;
- line-height: 32px;
- text-align: left;
- }
- .lll {
- padding: 0px
- }
|