﻿/* Main page, logging in and creating an account */
body
{
    margin:0;
	padding:0;
    background-color: #DED29E;
    color: #333;
    font-size: 60px;
    font-family:Arial, Helvetica, sans-serif;
}
.smallerText {
    font-size: .8em;
}
.mobilebutton
{
    padding: 20px 30px 20px 30px;
    color: #685642;
    font-weight:bold;
    background-color: #F4F0CB;
    text-decoration: none;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 5px solid #685642;
    font-size: 50px;
    margin: 20px 0 20px 0;
    width: 850px;
}
.loginbutton {
    margin: 20px auto 20px auto;
}
.mobilebuttonsmall
{
    padding: 20px 30px 20px 30px;
    color: #685642;
    font-weight:bold;
    background-color: #F4F0CB;
    text-decoration: none;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 5px solid #685642;
    font-size: 50px;
    margin: 20px 0 20px 0;
}
input.login {
    font-size: 50px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 3px #bf311a;
    background-color: #DED29E;
    margin-bottom: 80px;
}
input.login:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 10px #f15D22;
    outline: 0;
}
input.loginsmall {
    font-size: 50px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 3px #bf311a;
    background-color: #DED29E;
    margin-bottom: 80px;
    width: 130px;
}
input.loginsmall:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 10px #f15D22;
    outline: 0;
}
input.loginxsmall {
    font-size: 50px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 3px #bf311a;
    background-color: #DED29E;
    margin-bottom: 80px;
    width: 80px;
}
input.loginxsmall:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 10px #f15D22;
    outline: 0;
}
a.niceLink {
    color: #f15D22;
    text-decoration: none;
}
.createaccountlink {
    font-size: 50px;
    color: #f15D22;
    text-decoration: none;
}
.container {
    text-align: center;
    position: absolute;
    padding: 0 30px 0 30px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); 
}
#logo {
    margin: auto;
    background-image: url(/images/mobileipouritlogo.png);
    width: 450px;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
}
.newAccountDropDown {
    font-size: 50px;
}

/* Member login */
/* Menu */