@font-face {
    font-family: "Gotham-Book";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/fonts/Gotham-Book.ttf") format("truetype");
}

@font-face {
    font-family: "GROTESKIA";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("/fonts/GROTESKIA.otf") format("truetype");
}


body {
    font-family: Helvetica; 
    
    background-color: #ffffff;
    color: #504343;
    font-size: 16px;
}

header{
    text-align: center;
    margin: auto;
}

#bg {
    position: fixed;
    z-index: -1;
}

button.btn.btn-primary.btn-lg.btn-block {
    background-color: #018E86 !important;
}

.btn-primary {
    background-color: #018E86!important;
    border-color: #018E86!important;
}

.alert-warning {
    color: #FFF;
}

.img {
    margin: 0% auto;
}

.panel {
    background: rgba(0, 0, 0, 0.0)!important;
    color: #504343;
    border-radius: 0;
    border: none;
}

.panel-body {
    padding: 0%;
}

.panel-default>.panel-heading {
    background-color: #F9BC00 !important;
    padding: 20px 0px;
    border: none;
}

.panel-default>.panel-footer {
    background-color: #FFF;
    border-radius: 0;
    color: #000;
    padding: 20px;
}

.panel-default>.panel-footer a {
    color: #000;
}

.alert {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.alert-message {
    display: none;
}

.header-top {
    margin-top: 0;
}

input {
    border-radius: 0;
    border-color: #b0b0b0;
    box-shadow: none;
}

input:hover{
    border-color: #018E86;
}

input:focus{
    border-color: #018E86;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #ebebeb;
}

.form_login {
    color: #333333;
}

.input-group-addon {
    border-radius: 0;
    background-color: #fff;
    border-color: #ebebeb;
    color: #ccc;
}

label {
    font-weight: normal;
    margin-bottom: 0px;
}

.row {
    margin-left: auto !important;
    margin-right: auto !important;
}

.text-warning {
    color: #f9bc00;
    font-size: 14px;
}

.modal-dialog {
    color: #000000;
}

.container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
}

ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 25px 25px 25px 80px;
    margin: 5px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

ul li:hover label {
    color: #FFFFFF;
}

ul li .check {
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

ul li:hover .check {
    border: 5px solid #FFFFFF;
}

ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    /*top: 5px;*/
    /*left: 5px;*/
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked~.check {
    border: 5px solid #00BBCA;
}

input[type=radio]:checked~.check::before {
    background: #00BBCA;
}

input[type=radio]:checked~label {
    color: #00BBCA;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

footer{
    background-color: #018E86;
}

.error-text{
    color: red;
}