﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

html,
body {
    height: 100%;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background-image: url(/images/common/bg-portal.jpg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: white;
}

.ibox-title h5 {
    color: #676a6c;
}

hr {
    margin-top: 0.5rem;
}

/* General */

.fs-1, .fs-2, .fs-3 {
    color: #686B6D;
}

.fs-1 {
    font-size: 14px;
}

.fs-2 {
    font-size: 16px;
}

.fs-3 {
    font-size: 20px;
}

.sp-info-icon {
    color: #00BAF5;
}

.error-desc {
    color: white;
}

/* Containers */

.sp-wp-1 {
    width: 375px;
}

/* Buttons */

a {
    font-size: 14px;
    line-height: 1.7;
    color: #00BAF5;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:hover {
        text-decoration: none !important;
        color: #00386D;
    }

    a:focus {
        outline: none !important;
        box-shadow: none !important;
        text-decoration: none !important;
    }

    a.btn:hover {
        background-color: #00386D;
    }

/* INPUTS */

input {
    outline: none;
    border: none;
}

.separator {
    height: 1px;
    width: 352px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -1.84%, #FFFFFF 54.91%, rgba(255, 255, 255, 0) 100%);
}

.app-title {
    font-size: 25px;
}

.sp-title {
    font-size: 25px;
}

.sp-title-opc {
    opacity: 0.9;
}

.sp-input {
    color: #686B6D;
    line-height: 1.2;
    font-size: 13px;
    display: block;
    width: 100%;
    background-color: #e6e6e6;
    border-radius: 3px;
    height: 40px;
    padding: 0 5px 0 13px;
}

    .sp-input:focus {
        border: 1px solid #00386D;
    }

    .sp-input.error {
        border: 2px solid #cc5965;
    }

i.field-icon {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: 1.5rem;
    top: 0.7rem;
    color: #00BAF5;
    z-index: 2;
}

img {
    max-width: 100%;
}

/* Margins */

.m-y-4 {
    margin-top: 1.5rem !important;
}

.m-y-5 {
    margin-top: 3rem !important;
}

/* Validation */

.has-error .sp-input {
    border: 1px solid #cc5965 !important;
}

.validation-summary-errors {
    font-size: 14px;
    font-weight: 600;
    color: #cc5965;
}

    .validation-summary-errors li {
        font-size: 13px;
        font-weight: normal;
        color: #cc5965;
    }

.sp-clean-header > .btn {
    margin-left: 10px;
}

/* Icons */

.fa-cogs {
    color: white;
    padding-bottom: 50px;
    padding-top: 25px;
    text-shadow: 3px 3px 3px #0B4373;
}

@media (max-width: 768px) {
    .sp-wp-1 {
        width: 300px;
    }
}