You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
189 lines
3.4 KiB
189 lines
3.4 KiB
.img-bar{
|
|
width: 100%;
|
|
height: 600px;
|
|
background: url("images/login-img2.jpg");
|
|
}
|
|
.top-bar{
|
|
width: 100%;
|
|
height: 55px;
|
|
background-color: #c13139;
|
|
overflow: hidden;
|
|
z-index: 2;
|
|
box-shadow: 5px 0px 10px rgba(0,0,0,0.47);
|
|
}
|
|
.top-center-bar{
|
|
height: 100%;
|
|
width: 900px;
|
|
background-color: #c6333e;
|
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.42);
|
|
margin: 0px auto;
|
|
}
|
|
.top-center-bar .logo{
|
|
position: absolute;
|
|
margin: auto 20px;
|
|
top: 15px;
|
|
color: white;
|
|
font-weight: bolder;
|
|
font-size: 20px;
|
|
}
|
|
.login-cont{
|
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.44);
|
|
position: absolute;
|
|
background-color: white;
|
|
border-radius: 8px;
|
|
width: 400px;
|
|
height: 400px;
|
|
top: 150px;
|
|
right: 150px;
|
|
}
|
|
body{
|
|
margin: 0;
|
|
}
|
|
.login-cont .input-text{
|
|
padding: 0px 0px 0px 20px;
|
|
position: absolute;
|
|
width:340px;
|
|
height: 40px;
|
|
border-radius: 5px;
|
|
left: 29px;
|
|
border:1px solid rgba(0, 0, 0, 0.37);
|
|
}
|
|
.login-cont .input-text:hover{
|
|
background-color: #e3e3e3;
|
|
}
|
|
.input-text.username-text{
|
|
top: 120px;
|
|
}
|
|
.input-text.password-text{
|
|
top: 200px;
|
|
}
|
|
.submit-style{
|
|
position: absolute;
|
|
top: 280px;
|
|
width: 300px;
|
|
height: 40px;
|
|
border-radius: 5px;
|
|
left: 49px;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
background-color: #65b0ff;
|
|
color: white;
|
|
font-size: 20px;
|
|
}
|
|
.submit-style:hover{
|
|
background-color: #4aa0e3;
|
|
}
|
|
.register-cont{
|
|
display: none;
|
|
position: absolute;
|
|
background-color: white;
|
|
border-radius: 8px;
|
|
width: 400px;
|
|
height: 500px;
|
|
top: 120px;
|
|
right: 150px;
|
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.44);
|
|
}
|
|
.register-cont .register-input-text{
|
|
padding: 0px 0px 0px 20px;
|
|
position: absolute;
|
|
width:340px;
|
|
height: 35px;
|
|
border-radius: 5px;
|
|
left: 29px;
|
|
border:1px solid rgba(0, 0, 0, 0.37);;
|
|
}
|
|
.register-submit-style{
|
|
position: absolute;
|
|
width: 300px;
|
|
height: 40px;
|
|
border-radius: 5px;
|
|
left: 49px;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
background-color: #65b0ff;
|
|
color: white;
|
|
font-size: 20px;
|
|
cursor: pointer;
|
|
}
|
|
.register-input-text.sno-text{
|
|
top: 60px;
|
|
}
|
|
.register-input-text.name-text{
|
|
top: 125px;
|
|
}
|
|
.register-input-text.e-mail-text{
|
|
top:190px;
|
|
}
|
|
.register-input-text.phone-number{
|
|
top:255px;
|
|
}
|
|
.register-input-text.password-text{
|
|
top: 320px;
|
|
}
|
|
.register-input-text.check-password-text{
|
|
top:385px;
|
|
}
|
|
.register-submit-style{
|
|
top: 440px;
|
|
}
|
|
.register-input-text:hover{
|
|
background-color: #e7e0ea;
|
|
}
|
|
.register-submit-style:hover{
|
|
background-color: #438ecb;
|
|
}
|
|
.register-area{
|
|
position: absolute;
|
|
left: 270px;
|
|
top:230px;
|
|
}
|
|
.register-area h1{
|
|
color: white;
|
|
font-weight: lighter;
|
|
font-size: 55px;
|
|
}
|
|
.register-area p{
|
|
color: white;
|
|
font-size: 20px;
|
|
}
|
|
.register-area .to-any{
|
|
transition: all 0.3s;
|
|
width: 100px;
|
|
height: 50px;
|
|
font-size: 25px;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
line-height: 50px;
|
|
cursor: pointer;
|
|
background-color: rgba(255, 255, 255, 0.66);
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
}
|
|
.register-area .to-any:hover{
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.to-login{
|
|
display: none;
|
|
}
|
|
.logo2{
|
|
position: absolute;
|
|
left: 140px;
|
|
top: 20px;
|
|
width: 120px;
|
|
height: 40px;
|
|
color: white;
|
|
background-color: #dc514a;
|
|
border-radius: 12px;
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
font-size: 20px;
|
|
font-weight: bolder;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
}
|
|
.main{
|
|
}
|
|
.bottom-bar{
|
|
background-color: #f7edda;
|
|
border: 1px solid rgba(0, 0, 0, 0.16);
|
|
height: 40px;
|
|
width: 100%;
|
|
} |