
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: black;
  line-height: 30px;
  text-align: center;
}

b {
font-weight: 500;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
color: #497fad;
text-decoration: none;
  -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
  font-size: 12px;
  cursor: pointer;
}

h1, h2 {
margin-top: 10px;
font-size: 28px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
}

h3 {
font-size: 18px;
  font-weight: 300;
  color: black;
  line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #497fad; color: #fff; text-shadow: none; }
::selection { background: #497fad; color: #fff; text-shadow: none; }


.btn-link-1 {
display: inline-block;
height: 50px;
margin: 5px;
padding: 16px 20px 0 20px;
background: #497fad;
font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.9; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
padding-right: 5px;
vertical-align: middle;
font-size: 20px;
line-height: 20px;
}

.btn-link-2 {
display: inline-block;
height: 50px;
margin: 5px;
padding: 15px 20px 0 20px;
background: #497fad;
border: 0px;
font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
}
.btn-link-2:hover, .btn-link-2:focus,
.btn-link-2:active, .btn-link-2:active:focus { font-size: 16px;outline: 0; opacity: 0.9; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.inner-bg {
  padding: 10px 0 170px 0;
}

.top-content .text {
color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
color: #fff;
}
.top-content .description a:hover,
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
margin-top: 35px;
}

.form-top {
height: 100px;
display: inline-table;
width: 100%;
overflow: hidden;
padding: 0 25px 15px 25px;
background: #F4F5FF;
color:black;
-moz-border-radius: 0px 0px 0 0; -webkit-border-radius: 0px 0px 0 0; border-radius: 0px 0px 0 0;
text-align: left;
}

.form-top-left {
float: left;
width: 98%;
padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
float: left;
width: 25%;
padding-top: 5px;
font-size: 66px;
color: #497fad;
line-height: 10px;
text-align: right;
}

.form-bottom {
padding: 25px 25px 30px 25px;
background: lightblue;
-moz-border-radius: 0 0 0px 0px; -webkit-border-radius: 0 0 0px 0px; border-radius: 0 0 0px 0px;
text-align: left;
}

.form-bottom form textarea {
height: 100px;
}

.form-bottom form button.btn {
width: 30%;
}

.form-bottom form .input-error {
border-color: #497fad;
}

.social-login {
margin-top: 35px;
}

.social-login h3 {
color: #fff;
}

.social-login-buttons {
margin-top: 25px;
}

.error {
color: red;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
  display: inline-block;
}

.success {
  color: green;
  margin-top: 25px;
  text-align: left;
  line-height: 1.5em;
  font-size: 14px;
  display: inline-block;
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {

.inner-bg { padding: 0 0 110px 0; }

}

@media (max-width: 415px) {

h1, h2 { font-size: 32px; }

}

#loaderback {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
background: black;
opacity: 0.5;
}

#loader {
position: absolute;
left: 50%;
top: 28%;
z-index: 1;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #497fad;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s
}

@-webkit-keyframes animatebottom {
from { bottom:-100px; opacity:0 }
to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
from{ bottom:-100px; opacity:0 }
to{ bottom:0; opacity:1 }
}

p {
  margin-bottom: 0;
  line-height: 15px;
}

button.btn {
padding: 0;
}

.help-content DIV {
/*font-weight: 500; */
}

.tooltip {
display: contents;
position: relative;
cursor: pointer;
}
.tooltip span {
background-color:#497fad;
visibility: hidden;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 10px 10px 10px 10px;
position: absolute;
z-index: 9;
left: -30px;
margin-left:6.5em;
margin-top:-2em;
opacity: 0;
transition: opacity 1s;
}
.tooltip span::after {
position: relative;
margin-top: -5px;
border-width: 5px;
border-style: solid;
}
.tooltip input {
display:none;
}
.tooltip input:hover+span {
visibility: visible;
opacity: 1;
}

.commenttooltip {
margin-left:-15px;font-size: 12px;vertical-align: middle;color:#497fad;font-style: normal;
}

.anchorcolor {
color:beige;
}

.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background:white;
width:90%;
margin-left: 5%;
margin-bottom: 10px;
}

.extreme {
  color:whitesmoke;
}
.extreme:hover {
  color:whitesmoke;
}
.poweredby {
  color:black;
}