div::-webkit-scrollbar {
    display: none;
}
body {
    position: fixed;
    width: 100%;
    height: 100%;
    background:none !important;
    overflow: hidden;
}

@media (max-width: 970px) {

    .customerNotificationArea{
        height: 400px !important;
    }
}

@media (min-width: 970px) {

    #topDiv{

        margin-top: 35px;
        width: 900px;

    }

    #acountReadyLink{

        margin-right: 50px;

    }

    .customerNotificationArea{
        height: 200px !important;
    }
}

#loginPage {
    width: 100%;
    height: 100%;
}

.button-icon{

    height: 20px;
    width: 20px;

}

#topDiv{

    margin-top: 35px;

}

#acountReadyLink{

    float: right;
    margin-top: 20px;
    color: #F57E25;

}

#loginDiv{

    width: 350px;
    margin-top: 100px;

}

#loginButton{

    background-color: #F57E25;
    font-size: 14px;
    width: 150px;
    height: 40px;
    position: relative;
    right: 2%;
    text-align: center;
    border-radius: 5px;
    font-family: "open_sans_regular", sans-serif;
    overflow: hidden;
    color: white;
    cursor: pointer;
    line-height: 25px;

}

.forgotPasswordUrl{

    color: #F57E25;
    font-size: 13px;
    float: right;
    margin-top: 12px;
    position: relative;
    font-family: "open_sans_regular", sans-serif;

}


#loginButtonWrapper{

    margin-top: 25px;

}

#alternativeLogin{

    margin-top: 50px;

}

#googleButton{

    width: 150px;
    height: 40px;

}

#facebookButton{

    width: 150px;
    height: 40px;
    float: right;

}


.loginError{
    height: 35px;
    position: relative;
    width: 100%;
    color: red;
    font-family: "open_sans_regular", sans-serif;
    font-size: 17px;
    display: none;
}

.hidden{
    display: none;
}
#customerNotificationArea{
    position: relative;
    width: 100%;
    float: right;
}
