| Current Path : /var/www/html/savitri.joshi/resources/style/ |
| Current File : /var/www/html/savitri.joshi/resources/style/form.css |
@import http://fonts.googleapis.com/css?family=Raleway;
/*----------------------------------------------
CSS Settings For HTML Div ExactCenter
------------------------------------------------*/
#login {
background-color:lightgrey;
color:black;
border-radius:10px 10px 10px 10px;
margin:-10px -30px;
padding:15px
}
#login input[type=text],input[type=password] {
width:100%;
font-weight: bold;
padding:10px;
border:2px solid #ccc;
padding-left:5px;
font-size:16px;
font-family:raleway
}
#login input[type=submit] {
width:100%;
font-weight: bold;
background-color:#FFBC00;
color:#fff;
border:10px solid #FFCB00;
padding:10px;
font-size:20px;
cursor:pointer;
border-radius:5px;
margin-bottom:15px
}
#login input[type=file] {
width:100%;
font-weight: bold;
background-color:#000000;
color:#fff;
border:2px solid #FFCB00;
padding:10px;
font-size:20px;
cursor:pointer;
border-radius:5px;
margin-bottom:15px
}
.select-style select{
width:100%;
font-weight: bold;
background-color:#000000;
color:#fff;
border:2px solid #FFCB00;
padding:10px;
font-size:20px;
border-radius:5px;
margin-bottom:15px;
padding-bottom: 0;
}
table.fixed { table-layout:fixed; }
table.fixed td { overflow: hidden; }
.container {
position: relative;
max-width: 100%; /* Maximum width */
margin: 0 auto; /* Center it */
flex-wrap: wrap;
}
.container img {vertical-align: middle;}
.container .content {
position: absolute; /* Position the background text */
top:5px;
bottom: 0; /* At the bottom. Use top:0 to append it to the top */
right:5;left:10;
background: rgb(0, 0, 0); /* Fallback color */
background: rgba(0, 0, 0, 0.2); /* Black background with 0.5 opacity */
color: #f1f1f1; /* Grey text */
width: 90%; /* Full width */
height:auto;
padding: 40px; /* Some padding */
}