﻿.member-login {
    margin: 0 0 0 50%;
    position: fixed;
    background: rgba(0, 0, 0, 0) url("../Images/login_sony.jpeg") no-repeat scroll 0 0;
    height: 600px;
    width: 390px;
}

.loginbox {
    /*width: 194px;*/
    width: 60%;
    height: 400px;
    padding: 40px 20px 20px 20px;
}


.formtitle {
    padding: 1em;
    line-height: 16px;
    font-size: 1.2em;
    color: #162a02;
}

.input {
    padding: 4px 0px 4px 0px;
}

    .input input[type="text"], input[type="password"] {
        padding: 8px 8px;
        border: 1px solid #767676;
        line-height: 15px;
        color: #ffffff;
        width: 100%;
        margin: 0;
        outline: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        background-color: #000;
        box-shadow: 0px 0px 0px 0px;
    }

    .input span {
        vertical-align: middle;
    }

.buttons {
    /*padding-top: 40px;*/
    padding: 0;
}

    .buttons a {
        color: #b3b3b3;
        font-size: 0.96em;
        text-decoration: none;
        line-height: 12px;
        float: left;
        padding: 0.8em 0em;
    }

.bluebutton {
    border: 1.5px solid #0158B6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
    font-size: 16px;
    padding: 7px 21px;
    color: #3f3f3f;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 0 0 3px #2E2E2E;
    width: 100%;
}

    .bluebutton:hover {
        background: #4CAF50;
    }

.copy_right {
    color: #363636;
    font-size: 0.85em;
    line-height: 1.8em;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

    .copy_right a {
        color: #F2871E;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .copy_right a:hover {
            color: #fff;
        }

.clear {
    clear: both;
}
