﻿body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.the-page{
    position:absolute;
    height: 100%;width:100%;left:0;top:0;
    margin: 0 auto;
    min-width:600px;
    min-height:400px;
    color:rgb(150,150,150);
}
.register-page {
    position: absolute;
    height: calc(100% - 60px);
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    min-width: 600px;
    min-height: 400px;
    color: rgb(150,150,150);
    overflow-y:auto;
}
.full-width-row
{
    position:relative;
    float:left;
    width:100%;
}

.powered-by {
    display: block;
    pointer-events: none;
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    
    img {
        width: 280px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        margin-bottom: 20px;
    }
}

.sign-in-title-row
{
    height:120px;
}

.header-subscribe, .header-terms, .header-support {
    position: absolute;
    top: calc(50% - 10px);
    width: 100px;
    left: calc(50% - 200px);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0,176,240);
    cursor: pointer;
}
.header-terms {
    left: calc(50% - 110px);
    color: rgb(30,30,30);
}
.header-support {
    left: calc(50% - 30px);
    color: rgb(30,30,30);
}
.header-subscribe:hover, .header-terms:hover, .header-support:hover {
    color:rgb(0,176,240);
}
.header-subscribe:hover{
    font-weight:bold;
}
.title-bar-row {
    height: 50px;
}
.title-bar-label
{
    position:absolute;
    width:100%;top:10px;
    color:white;
    font-size:25px;
    font-weight:normal;
    text-align:center;
}
.input-row
{
    height:40px;
}
.input-row-narrow
{
    height:30px;
}
.center-input-column
{
    position:absolute;
    left:calc(50% - 200px);height:100%;width:400px;top:0;
    font-size:20px;
}
.user-input
{
    position:absolute;
    height:100%;width:100%;
    border:solid 2px silver;
    border-radius:7px;
    font-size:inherit;
    font-weight:normal;
    color:rgb(100,100,100);
    text-indent: 10px;
    text-decoration:none;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

.user-input:focus{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 2px solid rgba(81, 203, 238, 1);
}

.input-title-row
{
    height:25px;
}
.input-title{
    color:inherit;/*rgb(150,150,150);*/
    font-size:18px;font-weight:normal;
}
.forgotten-password
{
    position:absolute;
    top:calc(50% - 7px);
    font-size:14px;
    color:blue;
    text-decoration:underline;
    cursor:pointer;
}
.already-have-account {
    position: absolute;
    top: calc(50% - 7px);
    font-size: 16px;
    color: blue;
    cursor: pointer;
}
.already-have-account:hover {
    font-weight:600;
}

.message-info {
    height:auto;
    background-color:rgb(200,200,200);
    color:rgb(30,30,30);
    font-size:18px;
    font-weight:normal;
    border:2px solid silver;
    border-radius:5px;
    padding: 0.5em;
}

.message-info a {
    color: blue;
}

.message-info a:visited {
    color: blue;
}

.sign-in-now, .sign-out-then-in {
    position: absolute;
    left: calc(100% - 150px);
    width: 150px;
    top: 0;
    height: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 22px;
}
.sign-out-then-in {
    left: calc(50% - 75px);
    height:150px;
}
.subscribe-now, .subscribe-now-btn {
    position: absolute;
    width: 100%;
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.05em;
}
.subscribe-now-btn {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: solid 2px rgb(150,150,150);
    font-size: 18px;
    background-color: white;
    color: rgb(30,30,30);
    font-weight: normal;
    cursor: pointer;
}
    .subscribe-now-btn:hover {
        background-color: rgb(150,150,150);
        color:white;
    }
    @media (max-width: 900px) {
        .input-row {
            height: 35px;
        }

        .center-input-column {
            left: calc(50% - 150px);
            height: 100%;
            width: 300px;
            top: 0;
            font-size: 18px;
        }

        .sign-in-now {
            left: calc(100% - 100px);
            width: 100px;
            font-size: 18px;
        }

        .header-subscribe, .header-terms, .header-support {
            font-size: 12px;
            left: calc(50% - 140px);
        }

        .header-terms {
            left: calc(50% - 80px);
        }

        .header-support {
            left: calc(50% - 20px);
        }

        .The-logo-Image {
            top: calc(50% - 30px);
            width: 148px;
        }

        .The-logo-Image:hover {
            top: calc(50% - 32px);
            width: 152px;
        }
    }

    @media (max-width: 650px) {
        .title-bar-row {
            height: 40px;
        }

        .title-bar-label {
            top: 7px;
            font-size: 20px;
        }

        .The-logo-Image {
            top: calc(50% - 20px);
            width: 120px;
        }

            .The-logo-Image:hover {
                top: calc(50% - 22px);
                width: 125px;
            }
    }

    #reset_password
{
    position:absolute;
    left:calc(50% - 250px);top:calc(50% - 115px);height:230px;width:500px;
    /*border:solid 6px white;
    border-radius:6px;*/
    background-color:rgb(240,240,255);
}
@media (max-width: 540px) {
    #reset_password{
        left:20px;
    }
}

@media (max-height: 270px) {
    #reset_password{
        top:20px;
    }
}

.form-input-column
{
    position:absolute;
    left:40px;width:calc(100% - 80px);height:100%;top:0;
}

.password-reset-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(220,220,220);
    background-color: rgba(220,220,220,0.7);
}
.password-reset-form {
    position: absolute;
    left:calc(50% - 250px);
    top:calc(50% - 170px);
    width:500px;
    height:350px;
    background-color:rgb(240,240,255);
    color:rgb(70,70,70);
    font-weight:normal;
    border:solid 1px rgb(150,150,150);
}
.close-password-reset-form{
    position:absolute;
    left:calc(100% - 30px);
    top:5px;
    font-size:20px;
    cursor:pointer;
    z-index:1;
}
.close-password-reset-form:hover{
    color:rgb(0,0,0);
}
.password-reset-title, .password-reset-email-address {
    position:absolute;
    top:10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.password-reset-email-address{
    top:40px;
    font-size:22px;
    font-weight:bold;
}
.password-entry-label, .password-confirm-label {
    position: absolute;
    left: 20px;
    top: 90px;
    width: calc(100% - 40px);
}
.password-entry, .password-confirm{
    position: absolute;
    left: 20px;
    height: 25px;
    width: calc(100% - 40px);
    top: 120px;
    border: none;
    background-color: white;
}
.password-confirm-label{
    top:160px;
}
.password-confirm{
    top:185px;
}
.password-reset-button {
    position: absolute;
    left: calc(100% - 200px);
    top: calc(100% - 70px);
    height: 35px;
    width: 180px;
    font-size: 18px;
    color: white;
    background-color: rgb(150,150,150);
    cursor: pointer;
    border: none;
    border-radius: 3px;
}
    .password-reset-button:hover {
        background-color: rgb(100,100,100);
    }