.login-wrapper{
    position: relative;
    float: center;
    width: calc(100% - 40px);
    max-width: 640px;
    /* background-color: #fff; */
    border-radius: 12px;
    margin: auto;
    /* background-image: url("../img/backLightGrey.png"); */
}

.error-text{
    position: relative;
    float: left;
    width: calc(100% - 30px);
    min-height: 35px;
    background-color: #fff;
    color: #b05555;
    margin: 10px 0 0 10px;
    text-align: left;
    font-weight: normal;
    line-height: 35px;
    font-size: 100%;
    border-radius: 12px;
    border: 1px solid #b05555;
    padding: 5px;
}

.error-text img{
    height: 35px;
}

.login-menu{
    position: relative;
    float: left;
    width: calc(100%);
    height: 50px;
    margin-top: 10px;
}

.login-menu-each{
    position: relative;
    float: left;
    width: calc(50% - 24px);
    margin: 0 0 0 10px;
    height: 50px;
    text-align: left;
    line-height: 50px;
    /* border: 1px solid #bbb; */
    cursor: pointer;
    border-radius: 12px;
    background-color: #fff;
    padding: 0 5px 0 5px;
    box-shadow: 1px 1px 2px 0 #666666;
}

.login-menu-each:first-of-type{
    display: none;
}

.login-menu-each img{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

/* 
.login-menu-each:last-of-type{
}

.login-menu-each-passive{
    border-bottom: 1px solid #bbb;
    background-color: #eee;
}

.login-menu-each-passive:hover{
    background-color: #ddd;
}

.login-menu-each-active{
}*/

.login-content-holder{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    border-radius: 0 0 5px 5px;
    display: none;
    /* margin-top: 20px; */
}

#login-content-holder-show{
    display: block;
}

.form-holder{
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.form-holder h2{
    width: calc(100% - 22px);
    /* text-align: center; */
    margin-left: 11px;
    margin-bottom: 20px;
    height: 45px;
    line-height: 45px;
    /* background-image: url(../img/backLightGrey.png);
    border-radius: 12px;
    background-color: #2c415d;
    color: #fff; */
}

.form-holder h4{
    position: relative;
    float: left;
    font-weight: normal;
    margin: 20px 0 10px 0;
    padding: 5px;
}

.form-holder a{
    /* color: #2c415d; */
    text-decoration: underline;
}

form{
    position: relative;
    width: calc(100% - 20px);
    margin: 10px auto;
}

input{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    height: 45px;
    line-height: 45px;
    border-radius: 12px;
    /* border: 1px solid #bbb; */
    border: none;
    box-shadow: -1px -1px 2px 0 #666666;
    padding: 0 5px 0 5px;
    font-family: 'Lora', serif;
}

input:focus{
    /* border: 1px solid #888; */
    /* box-shadow: -1px -1px 2px 0 #666666; */
    border: none;
}

.button-wrapper{
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
}

button{
    position: absolute;
    margin: 20px 0 0 0;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
    font-family: 'Lora', serif;
    font-size: 100%;
    /* border: 1px solid #bbb; */

    box-shadow: 1px 1px 2px 0px #777777;
}

button:hover{
    margin-top: 22px;
}

button img{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

select{
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 12px;
    /* border: 1px solid #bbb; */
    background-color: #fff;
    display: inline-block;
    font-family: 'Lora', serif;
    box-shadow: 1px 1px 2px 0 #666666;
    border: none;

    padding: 0 0 0 5px;

    /* hide default arrow */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* add new arrow */
    background-image:
    linear-gradient(45deg, transparent 50%0, #2c415d 50%),
    linear-gradient(135deg, #2c415d 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);

    background-position:
        calc(100% - 21px) calc(1em + 7px),
        calc(100% - 17px) calc(1em + 7px),
        calc(100%) 0px;

    background-size:
        5px 5px,
        5px 5px,
        45px 45px;

    background-repeat: no-repeat;
}

select:focus{
    border: none;
}

/* contact */

.contact-holder{
    position: relative;
    margin: auto;
    width: calc(100% - 40px);
    max-width: 640px;
    border-radius: 5px;
}
/* 
.contact-holder h2{
    position: relative;
    margin: 20px auto;
    width: 300px;
    color: #2c415d;
    font-size: 140%;
    padding: 0;
    font-weight: normal;
    text-align: center;
} */

textarea{
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 12px);
    height: 240px;
    resize: none;
    border-radius: 12px;
    border: 1px solid #fff;
    border: none;
    padding: 5px;
    font-family: 'Lora', serif;
    font-size: 90%;
    box-shadow: -1px -1px 2px 0 #666666;
}

textarea:focus{
    /* border: 1px solid #bbb; */
}

.bonusInfo{
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin: 0 0 20px 10px;
    background-color: #fff;
    text-align: left;
    line-height: 20px;
    height: 40px;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 0 4px 2px#E8B200;
}
