﻿@media (max-width: 560px)
{
    /* Sign in  page css starts here  */
    #sign-in-panel
    {
        height:450px;
        margin-top:100px;
        width:70%;
        margin-left:15%;
    }
    
    /* Sign in  page css ends here  */
    /* ########################### */

    /* change password page css starts here */
    
    #account-settings-change-password-container
    {
        width:70%;
        margin-left:15%;
    }
}