﻿body {
    background-color: #EEE;
}

.special-page-index {
    width: 98%;
    margin-top: 50px;
    background-color: #EEE;
}

#gettingStartedHeader {
    border: none;
    float: left;
}

#header {
    margin-bottom: 50px;
}


.albany-btn--white-green {
    border: 2px solid #7CC142;
    background: #FFFFFF;
    color: #7CC142;
    float: right;
    margin-right: 40px;
}

.center {
    margin-top: 5%;
}

.login-box {
    background-color: #EEE;
}

.resetEmailText {
    font-size: 26px;
    font-weight: bold;
    margin: 30px;
}

#emailTextBox {
    width: 400px;
}

.resetEmail {
    margin: 5px;
    border-right: 2px solid black;
}

.visitorBox {
    width: 100%;
}

#emailAdd {
    float: left;
    font-size: 14px;
    color: black;
    margin-bottom: 5px;
}

#resetPasswordBtn {
    width: 410px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: center;
}

#loginText {
    font-size: 16px;
    color: black;
}

#backToLoginBtn {
    position: center;
    margin: 15px;
}

.footer {
    position: center;
    margin: 20px;
}

.resetPasswordMessage {
    font-size: 20px;
}

#submit {
    width: 410px;
}

#wrapper {
    display: grid;
    position: inherit;
    grid-template-columns: 50% 50%;
}

.column2 {
    border-left: black;
}

.createAccountText {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.startFreeTrialText {
    font-size: 16px;
}

.albany-btn--starttrial {
    border: 2px solid #ca5f44;
    background: white;
    color: #ca5f44;
}

#freeTrialBtn {
    width: 150px;
    margin: 30px;
}

#passwordField {
    float: left;
    font-size: 14px;
    color: black;
    margin-bottom: 5px;
}

#forgotPassword {
    text-decoration: underline;
    color: steelblue;
    text-align: center;
    font-size: 12.5px;
}

.bookmarkInfo {
    font-size: 16px;
    font-weight: bold;
}

.resetEmailDiv {
    margin: 5px;
}

span.slantedLightbulb {
    padding-left: 15px;
}

@media screen and (max-width:600px) {
    #supportBtn {
        margin-right: 15px;
    }
    #submit {
        max-width: 100%;
    }
}

@media screen and (max-width:400px) {
    #supportBtn {
        margin-right: 5px;
    }
}