/home/desid573/public_html/angel/assets/css
Edit: /home/desid573/public_html/angel/assets/css/angel.css (3738B)
* {
font-size: 14px;
color: #19ecff;
}
body{
background-color: #000000;
}
#over
{
width:100%;
/*height:100%;*/
text-align: center; /*handles the horizontal centering*/
}
/*handles the vertical centering*/
.Centerer
{
display: inline-block;
/*height: 100%;*/
vertical-align: middle;
}
.Centered
{
display: inline-block;
vertical-align: middle;
}
@font-face {
font-family: caviarDreams;
src: url(font/CaviarDreams_BoldItalic.ttf);
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: caviarDreams;
src: url(font/CaviarDreams_Italic.ttf);
font-style: italic;
}
@font-face {
font-family: caviarDreams;
src: url(font/CaviarDreams_Bold.ttf);
font-weight: bold;
}
@font-face {
font-family: caviarDreams;
src: url(font/CaviarDreams.ttf);
}
* {
font-size: 14px;
}
#map {
height:300px;
}
body{
background-color: #000000;
}
body, input, textarea, select {
font-family: caviarDreams;
-webkit-font-smoothing: antialiased;
}
label, h4 {
color: #19ecff;
font-weight:bold;
text-transform: uppercase;
}
.iti-flag {background-image: url("../family/assets/flags.png");}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.iti-flag {background-image: url("assets/flags@2x.png");}
}
.intl-tel-input {
display: table-cell;
width: 100%;
}
.intl-tel-input .flag-container {
z-index: 4;
}
.input-group .intl-tel-input .form-control {
border-top-left-radius: 4px;
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 0;
}
.lat_error_pickup, .lat2_error_pickup {
display:none;
color:#a94442;
margin-bottom: 10px;
margin-top: 5px;
}
.btn, .btn-primary {
background-color: #39efe5;
color: #333;
border-radius: 15px;
font-size: 14px;
font-family: caviarDreams;
font-weight:bold;
}
.label {
color: #39efe5;
}
.phone_error {
display:none;
color:#a94442;
margin-bottom: 2px;
margin-top: 5px;
}
.bgloader {
display: none;
position: fixed;
width: 100%;
height: 100%;
background-color:#f3f3f3;
opacity : 0.4;
z-index: 100;
}
.loader {
display: none;
position: fixed;
left: 50%;
top: 50%;
z-index: 101;
margin: -60px 0 0 -60px;
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #000080; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.error-class {
color:red; z-index:0; position:relative; display:block; text-align: left; }
.StripeElement {
box-sizing: border-box;
height: 40px;
padding: 10px 12px;
border: 1px solid transparent;
border-radius: 4px;
background-color: white;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.StripeElement--focus {
box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
border-color: #fa755a;
}
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
.form-group {
margin-bottom: 0px;
}
li, thead {
color: #19ecff !important;
}