/*input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    transform: scale(1.2);
    display:none;
}

input[type="radio"]:checked + label span,
input[type="checkbox"]:checked + label span{
    background-color: #3490DC;
    box-shadow: 0px 0px 0px 2px white inset;
}*/

label {
    display: inline;
    width:40%;
    margin-left: 15px;
}

p.mainer-text {
    color:white;
    padding:20px;
    text-align: center;
}

.home-body {
    background-image: url('../images/NY2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin:0;
}

.radios-top {
    background-color: #F7FAFC;
    border-radius: 0.25rem 0.25rem 0 0;
}
.radios-main {
    background-color: #F7FAFC;
    border-radius: 0 0  0.25rem 0.25rem;
}

.success-inner {
    padding:5px;
    border-radius: 4px;
    background-image: url('../images/radcam.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color:rgb(230, 230, 230);
}

.success-inner h1 {
    text-transform: uppercase;
}

.container {
    width: 500px;
    margin: 30px auto;
    background-color: #A0AEC0;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
     font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    color:rgb(216, 216, 216);
}

.container:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(5px);
    margin: -20px;
}

.container h1 {
    text-transform: uppercase;
}

.container p {
    font-family: Garamond, serif;
    font-size: 1.2rem;
}

.nav {
    width: 100%;
    background-color: rgb(250, 250, 250);
    text-align: center;
}

span#email {
    display:block;
    padding: 10px;
}