Call Css
Call Css
Margin: 0;
Padding: 0;
Box-sizing: border-box;
Html, body {
Height: 100%;
Width: 100%;
Display: flex;
Justify-content: center;
Align-items: center;
Overflow: hidden;
Body {
Background-size: cover;
Background-position: center;
@keyframes backgroundAnimation {
0% {
Background-image: url(‘image1.png’);
25% {
Background-image: url(‘image2.png’);
50% {
Background-image: url(‘image3.png’);
75% {
Background-image: url(‘image4.png’);
100% {
Background-image: url(‘image1.png’);
.page-overlay {
Width: 100%;
Height: 100%;
Display: flex;
Justify-content: center;
Align-items: center;
Flex-direction: column;
.header-container {
Padding: 20px;
Border-radius: 10px;
Margin-bottom: 20px;
Box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
.header-container .title {
Font-size: 35px;
Font-weight: 600;
Text-align: center;
.wrapper {
Max-width: 390px;
Padding: 30px;
Border-radius: 15px;
.slide-controls {
Position: relative;
Display: flex;
Height: 50px;
Width: 100%;
Overflow: hidden;
Margin: 30px 0 10px 0;
Justify-content: space-between;
Border-radius: 15px;
.slide-controls .slide {
Height: 100%;
Width: 100%;
Font-size: 18px;
Font-weight: 500;
Text-align: center;
Line-height: 48px;
Cursor: pointer;
z-index: 1;
.slide-controls .slider-tab {
Position: absolute;
Height: 100%;
Width: 50%;
Left: 0;
z-index: 0;
border-radius: 15px;
background: -webkit-linear-gradient(left, #b2dfdb, #80cbc4, #4db6ac,
#26a69a); /* Pastel greenish gradient */
Input[type=”radio”] {
Display: none;
#signup:checked ~ .slider-tab {
Left: 50%;
#signup:checked ~ label.signup {
Color: #fff;
Cursor: default;
User-select: none;
#signup:checked ~ label.login {
Color: #004d4d;
#login:checked ~ label.signup {
Color: #004d4d;
}
#login:checked ~ label.login {
Cursor: default;
User-select: none;
.form-container .form-inner {
Display: flex;
Width: 200%;
Width: 50%;
Height: 50px;
Width: 100%;
Margin-top: 20px;
Height: 100%;
Width: 100%;
Outline: none;
Padding-left: 15px;
Border-radius: 15px;
Border: 1px solid #b2dfdb;
Font-size: 17px;
Border-color: #26a69a;
Color: #004d4d;
Color: #26a69a;
Margin-top: 5px;
Text-align: center;
Margin-top: 30px;
}
.form-inner form .pass-link a,
Color: #26a69a;
Text-decoration: none;
Text-decoration: underline;
Form .btn {
Height: 50px;
Width: 100%;
Border-radius: 15px;
Position: relative;
Overflow: hidden;
Height: 100%;
Width: 300%;
Position: absolute;
Left: -100%;
Left: 0;
Height: 100%;
Width: 100%;
z-index: 1;
position: relative;
background: none;
border: none;
color: #fff;
padding-left: 0;
border-radius: 15px;
font-size: 20px;
font-weight: 500;
cursor: pointer;