﻿/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content-wayin {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    height:740px;
}

/* The Close Button */
.close {
    /* Position it in the top right corner outside of the modal */
    color: #000;
    font-size: 35px;
    font-weight: bold;
    color:rgba(0,0,0,0.4);
    padding-right:8px;
    float:right;
}

/* Close button on hover */
.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

input.textbox-wayin{
    border-radius: 2px;
    border: 1px solid #fff;
    background-color:white;
    font-size:14px;
    width:60%;
    display:block;
}

input.textbox-wayin{
    border-radius: 2px;
    border: 1px solid #fff;
    background-color:white;
    font-size:14px;
    width:60%;
    color: #000;
}

.container select{
    font-size:14px;
    width:20%;
}

.container label{
    padding-top:1%;
}

label .textbox-header{
    color:white;
    font-family:Verdana;
}

.new-button{
    border-bottom:none;
    font-family:Verdana;
}

.newslettersCheck{
    display:inline-block;
    margin-right:5px;
}

.container label{
    cursor:auto;
}
@media(max-width:1024px) {
    .modal-content-wayin{
        width: 90%;
    }
    .modal-content-wayin input.textbox-wayin{
        width:60%;
    }
}
@media(max-width:375px) {
    .registerLabel{
        margin-left: -50px;
    }
}
@media(max-width:1024px) and (min-width:768px) {
    .modal-content-wayin .container{
        padding-top: 10%;
    }
}

.modal-content-wayin{
    height: 70%;
}

@media(max-width:1024px) {
    .register-wayin{
       height: 90%;
    }
}
@media(min-width:1024px) {
    .register-wayin{
        height: 80%;
    }
    .modal-content-wayin{
        height: 90%;
    }
}
#loginContainer {
    padding-left: 25%;
    padding-top: 15%;
}
#registerContainer {
    padding-left: 25%;
    padding-top: 15%;
}

@media(max-width:1024px) and (min-width:768px) {
    #registerContainer {
        padding-left: 25%;
        padding-top: 5%;
    }
}
button{
    font-family: 'Chisel','Helvetica Neue',Arial,sans-serif;
    background: #007ECC;
    border: none;
    border-top: 1px solid #006db2;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    height: 36px;
    overflow: visible;
    padding: 0px 12px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #006DB2;
    display: inline;
    margin-right: 10px;
}

@media(max-width: 1284px) and (min-width: 1025px) {
    input.textbox-wayin {
        width: 20%;
    }
}

@media(max-width: 1284px) and (min-width: 1025px) {
    .wayin-dob {
        width: 20%;
    }
}
