﻿@font-face { font-family: 'Merriweather-Bold'; src: url('https://media.pagesuite.com/1/font/Merriweather-Bold.ttf'); }
@font-face { font-family: 'Merriweather'; src: url('https://media.pagesuite.com/1/font/Merriweather-Regular.ttf'); }

input,select,textarea{
    -webkit-user-select: text;
}

.blocker {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:9;
}

.loginContainer {
    width: 500px;
    height:580px;

    position:absolute;
    left:50%;
    top:50%;

    max-width:100%;
    max-height:100%;

    display:inline-block;
    vertical-align:middle;
    margin:auto;

    background-color:white;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);

    border-radius:5px;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.largeText {
    font-family: 'Merriweather-Bold';
    font-size: 17px;  
    color: black;
}

.text {
    font-family: 'Merriweather';
    font-size: 14px;
    color: #5a5a5a;
    font-weight:normal;
}

.smallText {
    font-family: 'Merriweather';
    font-size:12px;
    color: #5a5a5a;
}

.forgottenPassword:hover{
    cursor:pointer;
}

br {
    max-height:0px !important;
}

.spacer {
    height:10px;
}

.loginInner {
    padding:25px;
}

.loginImageContainer {
    text-align:center;
}

.loginImage {
    width:75%;
}

.loginArea {
    background-color:#F8F8F8;
    border:1px solid #949494;
    margin-top:25px;
    padding:20px;
}

.loginTextBox {
    width:100%;
    height:40px;
    margin-top:10px;
    padding-left:10px;
}

.loginTextBox, .loginTextBox:focus, .loginTextBox:hover {
    font-size:16px;
}

.loginButton {
    font-size: 15px;
    text-align: center;
    background-color: #dbdbdb;
    border: 1px solid #6b6b6b;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: black;
    margin-top:15px;
}

.loginButton:hover{
    cursor:pointer;
}

.smallButton {
    display:inline-block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    background-color: #fbfbfb;
    color: #000000;
    border: 1px solid #949494;
    text-align: center;
    margin-right:10px;
    font-family: 'Merriweather-Bold';
}

.smallButton:hover{
    cursor:pointer !important;
}

.memberCenter {
    margin-top:10px;
    margin-bottom:10px;
}

.phone {
    display:none;
}

@media only screen and (max-device-width: 568px) {
    .loginContainer {
        background-color:white;
    }

    .loginInner {
        padding:10px;
    }

    .loginArea {
        padding:10px;
    }

    .memberCenter {
        margin-bottom:10px;
    }

    .spacer {
        height:10px;
    }

    .phone {
        display:block;
    }

    .tablet {
        display:none;
    }
}

.loginError{
    display:none;
}

.memberCenter{
    font-weight:bold;
}

.memberCenter:hover{
    cursor:pointer;
}

.text:hover{
    cursor:default;
}

.tapHere{
    text-decoration:underline;
}

.tapHere:hover{
    cursor:pointer;
}

.loginTextBox:hover{
    cursor:text;
}