.loginBtn a {
    text-align: center;
    color: #cc1800;
}

.pop-logdiv {
    background: #000 none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: .8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.poplogin {
    border-radius: 20px;
    display: none;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    top: 3%;
    width: 70%;
    right: 0;
    z-index: 99999999;
    padding: 40px;
    background: #fff;
    font: 400 14px/18px "Montserrat", sans-serif;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);

}
/*.fullBox {
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 15px;
}*/
.poploginform {
    padding: 40px 0 0 0;
}

.pop-close {
    color: #000;
    cursor: pointer;
    font: 700 17px/24px "Montserrat", sans-serif;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #d0d1d5;
    z-index: 101;
    box-shadow: 0 4px 2px 0px rgba(0, 0, 0, 0.1);
}

.popHeader {
	text-align: center;
	padding: 13px 25px;
	background: #f7f7f7;
	border-radius: 20px;
}

.poplogin input[type="text"],
.poplogin input[type="password"] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    background: #f1f1f1;
    border-radius: 6px;
    border: 1px solid #dadadd;
    background: #f2f2f2;
    font: 400 15px/20px "Montserrat", sans-serif;
}

.poplogin input[type=text]:focus,
.poplogin input[type=password]:focus {
    border: 1px solid #dd2726;
    outline: none;
}

.poplogin button#submit {
    background: #000;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font: 700 16px/20px "Montserrat", sans-serif;
    border-radius: 6px;
}

.poplogin button#submit:hover {
    background: #dd2726;
}


.loginCaption {
	font: 800 50px/62px "Montserrat", sans-serif;
	color: #dd2726;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 15px;
}

.loginCaption span {
    font: 600 14px/22px "Montserrat", sans-serif;
    display: block;
    letter-spacing: 2px;
}

.poploginform ul {
    padding: 10px 0 10px 0;
}

.poploginform li {
    list-style: none;
    font: 300 15px/20px "Montserrat", sans-serif;
    color: #000;
}

.poploginform li.forgotpw {
    text-align: right;
    color: #dd2726;
    font: 400 15px/20px "Montserrat", sans-serif;
}

.poploginform li .forgotpw a {
    color: #dd2726;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.signwith li {
    display: inline-block;
    vertical-align: top;
    color: #545353;
    font: 400 14px/20px "Montserrat", sans-serif;
    border: 1px solid #cfd0d4;
    border-radius: 5px;
    margin: 0 10px 2px 0;
}

.signwith li a {
    color: #545353;
    text-decoration: none;
    padding: 8px;
    display: block;
}

.signwith li .signicon {
	border-right: 1px solid #cfd0d4;
	width: 32px;
	display: inline-block;
	margin-right: 10px;
}

.signup {
    color: #aba9a9;
    font: 400 15px/20px "Montserrat", sans-serif;
    padding-bottom: 8px;
}

.signup a {
    color: #dd2726;
    text-decoration: none;
}

.needhelp a {
    color: #dd2726;
    font: 400 15px/20px "Montserrat", sans-serif;
    text-decoration: underline;
}

.needhelp a:hover,
.signup a:hover,
.poploginform li .forgotpw a:hover {
    font-weight: 600;
}
