﻿.header {
    max-height: 50px;
}

.text {
    display: inline;
    background: #66B8C0;
    max-height: inherit;
    color: white;
    padding: 0% 10%;
}

.close-container {
    display: inline;
    max-height: inherit;
}

.option {
    display: block;
}

span.close {
    color: #ffffff;
    opacity: 1;
}

    span.close:hover {
        color: #d7d7d7;
        opacity: 1.0;
        transition: opacity .55s ease-in-out;
        -moz-transition: opacity .55s ease-in-out;
        -webkit-transition: opacity .55s ease-in-out;
    }

form {
    line-height: 1em;
}

.option {
    padding: 15px 0%;
    line-height: 0.6em;
}

.modal-container {
    padding: 0% 10%;
}

input[type=radio] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.btn-register {
    width: 100%;
    background-color: #D5000B !important;
    border-color: #D5000B !important;
    color: white !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-register:hover {
    background-color: #A80008 !important;
    border-color: #A80008 !important;
}