Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css styles responsive password input eye

.login-form{margin:20px 0 0 0;}
.login-form input[type=text]{
  background: #fff;
  border: none;
  border-radius:8px;
  position: relative;
  font-size:15px !important;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 30px !important;
  padding: 18px 0 18px 20px;
  margin-bottom:15px !important;
  color: #666 !important;
  border: 1px solid grey;
}

.login-left{width:44%; margin: 0 0 0 5%; display:inline-block; float:left;}
.login-right{width:44%; margin: 0 5% 0 0; display:inline-block; float:right;}

@media screen and (max-width:767px) {
.login-width{width:95% !important;}
.login-left{width:90%; margin: 0 auto; display:block; float:none;}
.login-right{width:90%; margin: 0 auto; display:block; float:none;}
}

.p-viewer, .p-viewer2{
  float: right;
  margin-top: -55px;
  position: relative;
  z-index: 1;
  cursor:pointer;
}

.fa-eye {
  color: #000;
}
Comment

PREVIOUS NEXT
Code Example
Css :: scss a link style 
Css :: css hide textbox 
Css :: jpa select date format 
Css :: how to use tailwind css in react js 
Css :: overflow 
Css :: css not selector 
Css :: css child selector 
Css :: babel in browser 
Css :: how to apply hover through inline css 
Css :: twig currency name 
Css :: add css to django 
Css :: beautiful checkbox css 
Css :: tailwind css modules 
Css :: css colors 
Css :: css icons free 
Css :: opposite of :not css 
Css :: css :is 
Css :: animation in css 
Css :: margin 
Css :: css loader 
Css :: align center without using margin 
Css :: text-overflow ellipsis css 
Css :: css media query for mobile and hide a row wordpress 
Css :: css remove button outline 
Css :: scroll down style 
Css :: emotion select all childrens 
Css :: Responsive testimonial slider HTML CSS 
Css :: css infinite horizontal scroll with keyframe? 
Css :: how to some of the list and show some in css 
Css :: Apply "small-caps" to an element 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =