﻿body {
    padding-top: 70px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.congress-masthead {
    color: #FFFFFF;
    background-image: url(../images/masthead.jpg);
    background-repeat: no-repeat;
    height: 150px;
    background-size: auto 200px;
    background-position: center center;
    background-repeat: repeat-x;
}

@media (max-width: 767px) {
    .congress-masthead {
        height: 50px;
        background-size: auto 100px;
    }
}

.congress-footer {
    height: 300px;
    margin-top: 20px;
    padding-top: 25px;
    padding-left: 200px;
    padding-right: 200px;
    background-image: url(../images/wccf.jpg), url(../images/iccf.bmp);
    background-position: center left, center right;
    background-repeat: no-repeat;
    background-size: 250px, 150px;
    border-top: 1px solid #eee;
}

@media (max-width: 767px) {
    .congress-footer {
        display: none;
    }
}

.congress-footer-row {
    clear: both;
}

.congress-footer-en {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 5px;
    color: red;
}

.congress-footer-cy {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 5px;
    color: green;
}

ul.congress-participant-list {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}

    ul.congress-participant-list li {
        padding: 0 0 0 20px;
        background-repeat: no-repeat;
        background-position: 0 4px;
    }

/*.net fixes*/
span.radio > input[type="radio"] {
    margin-left: 0px;
}

span.aspNetDisabled > input[type="radio"] {
    margin-left: 0px;
}

/*Accommodation Page*/
.AccLbl {
    float: right;
}