File: /home/imensosw/www/imenso.co/dev/prc/css/style.css
/*!
Project Name: MPS
URL:
Author: Imenso Software
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Variables
# Common
# Header
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
font-size: 16px;
font-family: 'Sen', sans-serif;}
@media (min-width: 1200px) {
.container {
width: 1020px; } }
a {
color: #37A000; }
a:hover, a:focus {
text-decoration: none;
outline: none; }
.navbar-dark .navbar-nav .nav-link {
font-family: 'Poppins', sans-serif;
}
strong, h1, h2, h3, h4, h5 {
font-weight: 700;
font-family: 'Poppins', sans-serif; }
.light-bg {
background-color: #FFFFFF; }
form label {
font-weight: 400;
font-size: 0.8em; }
.form-control {
padding: 0.575rem 0.85rem;
border:3px solid #E4EDED;
border-radius: 0; }
.form-control:focus {
box-shadow: none;
background: #F5F5F5;
border-color: #DDD; }
.btn {
font-family: 'Poppins', sans-serif;
}
.btn-primary {
background: #FF411A;
border-color: #FF411A;
padding: 0.475rem 1.85rem;
border-radius: 4px;
font-weight: 600;
transition: 0.3s all;
font-family: 'Poppins', sans-serif;
}
.btn-primary:hover {
background: #f1215f;
border-color: #f1215f; }
.link {
color: #0A68AC;
}
.btn-secondary {
background: transparent;
border-color: #333;
padding: 0.475rem 1.85rem;
border-radius: 4px;
font-weight: 600;
transition: 0.3s all;
font-family: 'Poppins', sans-serif;
color: #333; }
.burger {
padding: 100px 0; }
.gutter {
padding: 0 100px; }
.gutter-sm {
padding: 0 50px; }
.navbar {
position: absolute;
width: 100%;
z-index: 9;
}
.navbar-brand {
width: 100px; }
.nav-link.active {
opacity: 1; }
.dropdown-menu::before {
border-bottom: 10px solid rgba(190, 190, 190, 0.4);
border-left: 14px solid transparent;
border-right: 14px solid transparent;
bottom: 100%;
content: " ";
height: 0;
left: 80%;
margin-left: -33%;
pointer-events: none;
position: absolute;
width: 0; }
.dropdown-menu::after {
border-bottom: 9px solid #fff;
border-left: 13px solid transparent;
border-right: 13px solid transparent;
bottom: 100%;
content: " ";
height: 0;
left: 80%;
margin-left: -33%;
pointer-events: none;
position: absolute;
width: 0; }
.dropdown-menu {
background: #fff none repeat scroll 0 0;
border: medium none;
border-radius: 2px !important;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
position: absolute;
top: 50px;
z-index: 501; }
.bg-primary {
background: #0A68AC !important;
}
.banner {
background: linear-gradient(180deg, #0A68AC 60%, #FFF 40%);
min-height: 500px;
}
.banner-3 {
background: rgba(0, 0, 0, 0) linear-gradient(to right, #0A68AC, #FF411A) repeat scroll 0 0;
height: 100vh;
}
.new-card {
background: #FFF;
border-radius: 8px;
box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.showcase-box {
background: #FFF;
border-radius: 8px;
box-shadow: 0 8px 24px rgba(0,0,0,0.2);
margin-top: 150px;
overflow: hidden;
}
.dark-bg {
background: #EFF5F5;
}
.showcase-box h1 {
font-size: 2em;
}
.showcase-box p {
font-size: 0.9em;
}
.semi-bold {
font-weight: 500;
}
.box-link {
padding: 40px;
box-shadow: 0 3px 9px rgba(0,0,0,0.2);
border-radius: 4px;
position: relative;
transition: 0.3s all;
min-height: 285px;
}
.box-link a {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-indent: -9999px;
z-index: 2;
}
.box-link:hover {
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.box-link h3 {
font-size: 1.3em;
margin-top: 20px;
}
.heading-text {
font-size: 1em;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.5;
}
.blue-bg {
background: rgba(10,104,172,0.8);
color: #FFF;
}
.green-bg {
background: rgba(150,190,58,0.8);
color: #FFF;
}
.orange-bg {
background: rgba(255,65,26,0.8);
color: #FFF;
}
/* -- Floating Action Buttons*/
.fab {
bottom: 1em;
position: fixed;
margin: 1em;
right: 1em;
}
.buttons {
box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18),
0px 4px 12px -7px rgba(0, 0, 0, 0.15);
border-radius: 50%;
display: block;
width: 56px;
height: 56px;
margin: 20px auto 0;
position: relative;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
.buttons:active,
.buttons:focus,
.buttons:hover {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.buttons:not(:last-child) {
margin: 20px auto 0;
opacity: 0;
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}
.fab:hover .buttons:not(:last-child) {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 15px auto 0;
}
/* Unessential styling for sliding up buttons at differnt speeds */
.buttons:nth-last-child(1) {
-webkit-transition-delay: 25ms;
transition-delay: 25ms;
background-image: url("../images/support.png");
background-position: center center;
background-repeat: no-repeat;
background-color: #0A68AC;
}
.buttons:not(:last-child):nth-last-child(2) {
-webkit-transition-delay: 75ms;
transition-delay: 40ms;
background-image: url("../images/question.png");
background-position: center center;
background-repeat: no-repeat;
background-color: #ff411a;
}
.buttons:not(:last-child):nth-last-child(3) {
-webkit-transition-delay: 100ms;
transition-delay: 60ms;
background-image: url("../images/envelope.png");
background-position: center center;
background-repeat: no-repeat;
background-color: #96be3a;
}
[tooltip]:before {
bottom: 25%;
font-weight: 600;
border-radius: 4px;
background: #585858;
color: #fff;
content: attr(tooltip);
font-size: 12px;
visibility: hidden;
opacity: 0;
padding: 5px 7px;
margin-right: 12px;
position: absolute;
right: 100%;
white-space: nowrap;
}
[tooltip]:hover:before,
[tooltip]:hover:after {
visibility: visible;
opacity: 1;
}
.footer {
padding: 50px 0;
}
.footer-links {
padding: 0;
margin: 0;
}
.footer-links li {
list-style: none;
display: inline-block;
margin-right: 10px;
}
.footer-links li a {
color: #666;
font-size: 0.8em;
}
.copy {
font-size: 0.8em;
color: #777;
}
.footer a {
color: rgb(59,134,189);
}
.or-text {
text-align: center;
position: relative;
font-weight: 600;
color: #000;
opacity: 0.8;
}
.or-text span {
display: inline-block;
height: 30px;
width: 30px;
border-radius: 100%;
line-height: 30px;
text-align: center;
background-color: #E4EDED;
font-size: 0.9em;
}
.or-text span:after {
content: "";
background: #E4EDED;
height: 2px;
width: 100%;
position: absolute;
top: 50%;
left: 0;
z-index: -1;
}
.opac {
opacity: 0.7;
border:8px solid #E4EDED;
}
.bullets {
margin-top: 30px;
padding: 0;
}
.bullets li {
list-style: none;
margin-bottom: 7px;
font-weight: 500;
font-size: 0.8em;
}
.bullets i {
color:#96BE3A;
margin-right: 5px;
}
#step1 .p-5 {
padding-top: 100px !important;
padding-bottom: 100px !important;
}
#step1 .btn {
width: 70%;
}
/* --- FAB ends */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# App
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/