|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/dev.outerorbittech.com/oot/admin/ | |
|
Path: /home2/outerorb/dev.outerorbittech.com/oot/admin/login-style.css
Size: 10.33 KB
Permissions: 0644
.limiter {
width: 100%;
margin: 0 auto;
background-repeat: no-repeat;
background-position:center;
background-size: cover;
position: relative;
background-attachment: fixed;
}
.limiter:before{
position: absolute;
background: rgba(0, 0, 0, 0.5);
content: '';
left: 0;
right: 0;
top:0;
bottom: 0;
height: 100vh;
}
.container-login100 {
width: 100%;
min-height: 100vh;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 15px;
}
.wrap-login100 {
width: 375px;
background: transparent;
border-radius: 3px;
overflow: hidden;
position: relative;
z-index: 99999;
-webkit-box-shadow: 0px -1px 20px 11px rgba(0,0,0,.42);
-moz-box-shadow: 0px -1px 20px 11px rgba(0,0,0,.42);
box-shadow: 0px -1px 20px 11px rgba(0,0,0,.42);
}
.clogo{
padding: 50px 0px 30px;
}
/*------------------------------------------------------------------
[ Form ]*/
.login100-form {
width: 100%;
}
.login100-form-title {
display: block;
font-size: 24px;
color: #333333;
line-height: 1.2;
text-align: center;
font-weight: 600;
}
/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
width: 100%;
position: relative;
}
.label-input100 {
font-size: 14px;
color: #333333;
line-height: 1.5;
padding-left: 7px;
}
.input100 {
font-size: 16px;
color: #333;
line-height: 1.2;
border: none;
display: block;
width: 100%;
height: 55px;
background: #fff;
padding: 0 7px 0 43px;
border-radius: 30px;
}
.input100:focus{
outline: none;
}
/*---------------------------------------------*/
.focus-input100 {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
}
.focus-input100::after {
content: attr(data-symbol);
font-family: Material-Design-Iconic-Font;
color: #adadad;
font-size: 22px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
height: calc(100% - 20px);
bottom: 0;
left: 0;
padding-left: 13px;
padding-top: 3px;
}
.focus-input100::before {
content: "";
display: block;
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: #7f7f7f;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.input100:focus + .focus-input100::before {
width: 100%;
}
.has-val.input100 + .focus-input100::before {
width: 100%;
}
.input100:focus + .focus-input100::after {
color: #a64bf4;
}
.has-val.input100 + .focus-input100::after {
color: #a64bf4;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.wrap-login100-form-btn {
width: 100%;
display: block;
position: relative;
z-index: 1;
border-radius: 25px;
overflow: hidden;
margin: 0 auto;
box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}
.login100-form-bgbtn {
position: absolute;
z-index: -1;
width: 300%;
height: 100%;
background: #a64bf4;
background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
top: 0;
left: -100%;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.login100-form-btn:hover{background: #0e81b9;cursor: pointer;}
.login100-form-btn {
font-size: 16px;
color: #fff;
line-height: 1.2;
text-transform: uppercase;
background: #0e81b9;
border: none;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 0 20px;
width: 100%;
height: 50px;
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
left: 0;
}
/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
position: relative;
margin-bottom: 10px;
}
.alert-validate::before {
content: attr(data-validate);
position: absolute;
max-width: 70%;
background-color: #fff;
border: 1px solid #c80000;
border-radius: 2px;
padding: 4px 25px 4px 10px;
bottom: calc((100% - 20px) / 2);
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
right: 2px;
pointer-events: none;
color: #c80000;
font-size: 13px;
line-height: 1.4;
text-align: left;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.alert-validate::after {
content: "\f06a";
font-family: FontAwesome;
display: block;
position: absolute;
color: #c80000;
font-size: 16px;
bottom: calc((100% - 20px) / 2);
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
right: 8px;
}
.alert-validate:hover:before {
visibility: visible;
opacity: 1;
}
@media (max-width: 992px) {
.alert-validate::before {
visibility: visible;
opacity: 1;
}
}
/*//////////////////////////////////////////////////////////////////
[ Social item ]*/
.login100-social-item {
font-size: 25px;
color: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
border-radius: 50%;
margin: 5px;
}
.login100-social-item:hover {
color: #fff;
background-color: #333333;
}
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media (max-width: 576px) {
.wrap-login100 {
padding-left: 15px;
padding-right: 15px;
}
}
.p-t-8 {padding-top: 8px;}
.p-t-65 {padding-top: 65px;}
.p-b-31 {padding-bottom: 31px;}
.p-b-49 {padding-bottom: 39px;}
.p-b-54 {padding-bottom: 54px;}
.p-l-55 {padding-left: 55px;}
.p-r-55 {padding-right: 55px;}
.text-white {color: white;}
.text-black {color: black;}
.text-hov-white:hover {color: white;}
.text-up {text-transform: uppercase;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-middle {vertical-align: middle;}
.top-0 {top: 0;}
.bottom-0 {bottom: 0;}
.left-0 {left: 0;}
.right-0 {right: 0;}
.bgwhite {background-color: white;}
.bgblack {background-color: black;}
.wrap-pic-w img {width: 100%;}
.wrap-pic-max-w img {max-width: 100%;}
.wrap-pic-h img {height: 100%;}
.wrap-pic-max-h img {max-height: 100%;}
.wrap-pic-cir {
border-radius: 50%;
overflow: hidden;
}
.wrap-pic-cir img {
width: 100%;
}
.hov-pointer:hover {cursor: pointer;}
.hov-img-zoom {
display: block;
overflow: hidden;
}
.hov-img-zoom img{
width: 100%;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.hov-img-zoom:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.icon-fa {
position: absolute;
top: 20px;
left: 15px;
font-size: 20px !important;
color: #0e81b9;
}
.wrap-input100:focus {
width: 100%;
position: relative;
border-bottom: 2px solid #000000;
-webkit-transition: all .4s;
-o-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
outline: none;
}
.icon-content a{color: #fff}
.icon-content a:hover{color: #d3af37}
.foot-img img{
width:65%;
}
.login-tab {
margin-top: 5px;
display: inline-block;
padding: 2px 24px;
height: 34px;
line-height: 27px;
float: right;
background: url(../images/onyx-marble-collection.jpg);
font-size: 18px;
}
.login-tab i{
margin-right: 5px;
}
.bu-search-area .search-area form {
background: rgba(255,255,255,0.9);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
display: none;
padding: 0 20px;
position: absolute;
right: -10px;
top: 100%;
transition: all 0.25s ease 0s;
width: 440px;
z-index: 999;
}
.bu-search-area .search-area .input-holder {
position: relative;
overflow: hidden;
}
.bu-search-area .search-area .wrap-input100 {
margin: 0px;
padding: 10px 15px 8px;
}
.bu-search-area .search-area .input-holder label {
position: absolute;
right: 15px;
top: 0;
padding: 24px 10px 10px 16px;
cursor: pointer;
}
.bu-search-area .search-area .input-holder label span {
font-size: 18px;
color: #d3af37;
}
.bu-search-area .search-area .input-holder input[type="submit"] {
text-indent: -9999px;
border: 0;
background: none;
display: none;
}
.bu-search-area .fa-search:before {
content: "\f002";
font-family: 'fontAwesome';
}
.bu-search-area .fa-times:before {
content: "\f00d";
font-family: 'fontAwesome';
color: #d3af37;
}
li.bu-search-area {
padding: 44px 8px 9px;
color: #fff;
font-size: 15px;
}
.search-area a{color: #fff}
body{margin: 0px;padding: 0px}
.red{
color: red;
text-align: center;
width: 100%;
display: block;
}
#particles-js{
width: 100%;
height: 100%;
background-size: cover;
background-position: 50% 50%;
position: fixed;
top: 0px;
z-index:1;
}
.logo-top {
position: absolute;
top: 23px;
right: 31px;
z-index: 99999;
}
footer {
position: absolute;
bottom: 0px;
width: 100%;
background: transparent;
padding: 11px 0px;
font-weight: 400;
z-index: 99999;
color: #fff;
}
footer a {
color: #fff;
}
footer a:hover{
color: #0e81b9;
text-decoration:none;
}