|
|
@@ -0,0 +1,69 @@
|
|
|
+.col-md-4 {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.panel {
|
|
|
+ margin-top: 150px;
|
|
|
+ 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: #328dc7;
|
|
|
+ color: white;
|
|
|
+ border: none;
|
|
|
+ font-size: 18px;
|
|
|
+ box-shadow: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+.main {
|
|
|
+ background-image: url("/images/bg.jpg");
|
|
|
+ filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
|
|
|
+ -moz-background-size: 100% 100%;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|