﻿/*Login Page Patch.  Resizing the Login Button*/
.loginbutton{
    width: 310px !important;
    height: 50px;
}
@media only screen and (max-width: 430px)
{
    .loginbutton{
        width: 275px !important;
        height: 50px;
    }
    .hideonmobile a{
        display:none;
    }
}
@media only screen and (max-width: 390px)
{
    .loginbutton{
        width: 235px !important;
        height: 50px;
    }

    form input.smallinput, form textarea.smallinput {
        width: 100%;
    }
    form textarea {
        background: none repeat scroll 0 0 #FCFCFC;
        border: 1px solid #CCCCCC;
        border-radius: 2px;
        box-shadow: 0 1px 3px #DDDDDD inset;
        color: #666666;
        padding: 6px 5px;
        width: 100%;
        height: 150px;
    }
        .hideonmobile a{
        display:none;
    }
}

