mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-19 03:20:17 -04:00
influencer signup
This commit is contained in:
parent
49cd03c701
commit
368e2cc485
17
css/main.css
17
css/main.css
|
@ -71,6 +71,7 @@ p {
|
|||
line-height: 1.7;
|
||||
color: #666666;
|
||||
margin: 0px;
|
||||
top:50px;
|
||||
}
|
||||
|
||||
ul, li {
|
||||
|
@ -201,7 +202,7 @@ iframe {
|
|||
/*------------------------------------------------------------------
|
||||
[ Login100 more ]*/
|
||||
.login100-more {
|
||||
background-image: url('css/res/inverse_branch.svg');
|
||||
background-image: url('./css/res/inverse_branch.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
|
@ -274,7 +275,7 @@ background-image: url('css/res/inverse_branch.svg');
|
|||
background: transparent;
|
||||
font-family: Poppins-Regular;
|
||||
font-size: 22px;
|
||||
color: #555555;
|
||||
color: #f8f9fa;
|
||||
line-height: 1.2;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
@ -303,11 +304,11 @@ background-image: url('css/res/inverse_branch.svg');
|
|||
-moz-transition: all 0.4s;
|
||||
transition: all 0.4s;
|
||||
|
||||
background: #d5007d;
|
||||
background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
|
||||
background: -o-linear-gradient(45deg, #d5007d, #e53935);
|
||||
background: -moz-linear-gradient(45deg, #d5007d, #e53935);
|
||||
background: linear-gradient(45deg, #d5007d, #e53935);
|
||||
background: #00ffff;
|
||||
background: -webkit-linear-gradient(45deg, #00ffff,#e53935, #009900);
|
||||
background: -o-linear-gradient(45deg, #00ffff,#e53935, #009900);
|
||||
background: -moz-linear-gradient(45deg, #00ffff,#e53935, #009900);
|
||||
background: linear-gradient(45deg, #00ffff,#e53935, #009900);
|
||||
}
|
||||
|
||||
|
||||
|
@ -393,7 +394,7 @@ background-image: url('css/res/inverse_branch.svg');
|
|||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 300%;
|
||||
background-color: rgb(rgba(255, 0, 0, 0.5););
|
||||
background-color: rgba(255, 0, 0, 0.5);
|
||||
bottom: -100%;
|
||||
left: 0;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Login V13</title>
|
||||
<title>Brancher Influencer Sign Up</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!--===============================================================================================-->
|
||||
|
@ -25,15 +25,17 @@
|
|||
<!--===============================================================================================-->
|
||||
<link rel="stylesheet" type="text/css" href="vendor/daterangepicker/daterangepicker.css">
|
||||
<!--===============================================================================================-->
|
||||
<link rel="stylesheet" type="text/css" href="css/util.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
<link rel="stylesheet" href="css/util.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<!--===============================================================================================-->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="limiter">
|
||||
<div class="container-login100">
|
||||
<div class="login100-more"></div>
|
||||
<div class="login100-more">
|
||||
<link rel="icon" type="image/x-icon" href="./css/res/inverse_branch.svg" />
|
||||
</div>
|
||||
|
||||
<div class="wrap-login100 p-l-50 p-r-50 p-t-72 p-b-50">
|
||||
<form class="login100-form validate-form">
|
||||
|
@ -64,7 +66,7 @@
|
|||
<input class="input100" type="text" name="pass" placeholder="*************">
|
||||
<span class="focus-input100"></span>
|
||||
</div>
|
||||
|
||||
<p style="position:absolute; left:47px; top:618px;" class="text-muted">*Password must contain at least one capital and lower case letter and be longer than six characters.</p>
|
||||
<div class="wrap-input100 validate-input" data-validate = "Repeat Password is required">
|
||||
<span class="label-input100">Repeat Password</span>
|
||||
<input class="input100" type="text" name="repeat-pass" placeholder="*************">
|
||||
|
|
Loading…
Reference in New Issue
Block a user