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