/*@import 'https://fonts.googleapis.com/css?family=Cairo';*/ @prim: #eeeeee; *{ box-sizing: border-box; margin: 0; padding: 0; font-weight: 300; } body{ font-family: 'Source Sans Pro', sans-serif; color: white; font-weight: 300; ::-webkit-input-placeholder { /* WebKit browsers */ font-family: 'Source Sans Pro', sans-serif; color: white; font-weight: 300; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-family: 'Source Sans Pro', sans-serif; color: white; opacity: 1; font-weight: 300; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ font-family: 'Source Sans Pro', sans-serif; color: white; opacity: 1; font-weight: 300; } :-ms-input-placeholder { /* Internet Explorer 10+ */ font-family: 'Source Sans Pro', sans-serif; color: white; font-weight: 300; } } .wrapper{ background: #cbcccc; background: -webkit-linear-gradient(top left, #cbcccc 0%, #737373 100%); background: -moz-linear-gradient(top left, #cbcccc 0%, #737373 100%); background: -o-linear-gradient(top left, #cbcccc 0%, #737373 100%); background: linear-gradient(to bottom right, #cbcccc 0%, #737373 100%); position: absolute; left: 0; width: 100%; /*margin-top: -200px;*/ z-index: 1999999; overflow: hidden; &.form-success{ .container{ h1{ transform: translateY(85px); } } } } .container{ width: 100%; margin: 0 auto; padding: 40px 0; height: 100%; /*height: 400px;*/ text-align: center; z-index: 9999; h1{ font-size: 40px; transition-duration: 1s; transition-timing-function: ease-in-put; font-weight: 200; } } form{ padding: 20px; position: relative; input{ appearance: none; outline: 0; border: 1px solid #d23939; background-color: #FFF; width: 350px; border-radius: 3px; padding: 10px 15px; margin: 0 auto 10px auto; display: block; text-align: center; font-size: 18px; color: #666; transition-duration: 0.25s; font-weight: 300; } button{ appearance: none; outline: 0; background-color: #333; border: 0; padding: 10px 15px; color: @prim; border-radius: 3px; width: 150px; cursor: pointer; font-size: 18px; transition-duration: 0.25s; &:hover{ background-color: #666666; } } } .bg-bubbles{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; li{ position: absolute; list-style: none; display: block; width: 40px; font-family: 'El Messiri', sans-serif; height: 40px; background-color: fade(white, 15%); bottom: -160px; -webkit-animation: square 25s infinite; animation: square 25s infinite; -webkit-transition-timing-function: linear; transition-timing-function: linear; &:nth-child(1){ left: 10%; } &:nth-child(2){ left: 20%; width: 80px; height: 80px; animation-delay: 2s; animation-duration: 17s; } &:nth-child(3){ left: 25%; animation-delay: 4s; } &:nth-child(4){ left: 40%; width: 60px; height: 60px; animation-duration: 22s; background-color: fade(white, 25%); } &:nth-child(5){ left: 70%; } &:nth-child(6){ left: 80%; width: 120px; height: 120px; animation-delay: 3s; background-color: fade(white, 20%); } &:nth-child(7){ left: 32%; width: 160px; height: 160px; animation-delay: 7s; } &:nth-child(8){ left: 55%; width: 20px; height: 20px; animation-delay: 15s; animation-duration: 40s; } &:nth-child(9){ left: 25%; width: 10px; height: 10px; animation-delay: 2s; animation-duration: 40s; background-color: fade(white, 30%); } &:nth-child(10){ left: 90%; width: 160px; height: 160px; animation-delay: 11s; } } } @-webkit-keyframes square { 0% { transform: translateY(0); } 100% { transform: translateY(-700px) rotate(600deg); } } @keyframes square { 0% { transform: translateY(0); } 100% { transform: translateY(-700px) rotate(600deg); } } #login_form{ float:left; width:40%; padding: 10px; margin-left: 30%; } #more_info{ background: url('../images/DSCF44731.jpg'); background-color: #eeeeee; float:left; width:60%; padding: 20px; margin-left: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; height:420px; border-radius: 5px; font-family: 'Cairo', sans-serif; margin-top: 10px; font-size: 16pt; box-shadow: inset 0px 0px 0 2000px rgba(0,0,0,0.7); } .form{ background: #eeeeee; -webkit-border-radius: 5px; -webkit-border-top-right-radius: 0; -moz-border-radius: 5px; -moz-border-radius-topright: 0; border-radius: 5px; border-top-right-radius: 0; border-top:2px solid #d23939; font-family: 'Cairo', sans-serif; -webkit-box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); -moz-box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); color: #666666; } #login_header{ background: #d23939; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 10px; height: 40px; text-align: right; padding: 0px 10px 22px 0; font-family: 'Cairo', sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9); font-size: 16pt; } #login_header a{ color:#fff; float:left; font-family: tahoma, sans-serif; font-size: 8pt; text-decoration: none; margin: 12px; } .form table tr{ text-align: right; } .form table tr a{ text-decoration: none; color: #ca2937; font-size: 10pt; text-align: right; } #login_info{ background: #eeeeee; -webkit-border-radius: 5px; -webkit-border-top-right-radius: 0; -moz-border-radius: 5px; -moz-border-radius-topright: 0; border-radius: 5px; border-top-right-radius: 0; font-family: 'Cairo', sans-serif; -webkit-box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); -moz-box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); color: #666666; text-align: right; padding: 5px 30px 5px 0; border-top:2px solid #d23939; } .box_header{ background:#d23939; font-family: 'Cairo', sans-serif; color:white; padding: 0 5px 0 0; width: 130px; margin-top: 10px; text-align: right; -moz-border-radius-topleft:50px; -webkit-border-top-left-radius:1090px; -webkit-box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); -moz-box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); } #more_info #desc p{ font-size:12pt; text-align: right; } #more_info #desc h2{ font-size: 16pt; text-align: right; color:#d23939; font-weight: bold; } #more_info #desc ul{ text-align: right; font-size:10pt; margin:0 20px 0 0; } #more_info #desc ul li{ font-size:10pt; text-align: right; } #more_info .logo{ float: left; } .more_info_btn{ background:#d23939; font-family: 'Cairo', sans-serif; color:white; width: 150px; margin-right: 37%; text-align: center; -webkit-border-bottom-right-radius: 15px; -webkit-border-bottom-left-radius: 15px; -moz-border-radius-bottomright: 15px; -moz-border-radius-bottomleft: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; } #apps tr td{ padding: 20px 20px 0 20px; text-align: center; } #apps tr td.label{ padding: 0 20px 0 20px; } .apps_container{ padding: 0; clear: both; } .apps_container img{ width: 100px; } .apps_container .form{ -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; height: auto; display: block; clear: both; height: auto; overflow: hidden; } #apps_footer{ height:30px; width:100%; background-color: #d23939; text-align: right; font-family: 'Cairo', sans-serif; padding: 0px 5px 5px 0; -webkit-box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); -moz-box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); box-shadow: 3px 3px 5px -2px rgba(102,102,102,1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; z-index: 999; } #apps_footer #username{ font-size: 10pt; color:#eee; } #apps_footer #lastlogin{ font-size: 8pt; font-family: tahoma, sans-serif; } #apps_footer #userlinks{ float:left; list-style: none; margin-left: 5px; } #apps_footer #userlinks li{ display: inline; border-left: 1px solid #fff; height: 20px; padding-left: 5px; } #apps_footer #userlinks li a{ font-size: 8pt; color: #fff; font-family: tahoma, sans-serif; margin-right: 5px; text-decoration: none; } .sys_inf{ display: inline; float: right; margin: 5px; } .sys_inf a{ font-size: 12pt; text-align: right; color:#666666; text-decoration: none; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 9999999999999; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 20%; top: 15%; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* The Close Button */ .close { color: #aaaaaa; font-size: 10pt; font-weight: bold; left: 4px; position: absolute; top: 2px; } .close:hover, .close:focus { color: #fff; text-decoration: none; cursor: pointer; } #myBtn{ color: #fff; text-decoration: none; } .sys_inf{ width: 170px; height: 170px; } .error_message{ background-color: #d23939; padding: 5px; color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 10pt; text-align: center; margin-bottom: 5px; } #login_info a{ color: #666666; } .moh{ width:100%; height:110px; font-family: 'Cairo', sans-serif; } .moh img{ width:100px; float:right; } .moh h2{ display: inline; float:right; text-align: right; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9); font-size: 17pt; }