﻿/*************************************************************
  Copyright (c) Microsoft Corporation.  All rights reserved.  



*************************************************************/
.icon-reset-success
{
   background: url(../images/icon-reset-success.png) no-repeat 0 0 transparent;
    width:48px;
    height:50px;
    float:left;
    margin:-5px 10px 100px 0;
}

.ie6 .icon-reset-success
{
    background: url(../images/icon-reset-success-ie6.png) no-repeat 0 0 transparent;
    margin-top:0;
}

#usernamePromptDiv
{
    margin-bottom:2px;
    display:block;
}

.loginDescriptionText
{
    display:block;
    color:#a5a5a5;
    font-style:italic;
    font-size:11px;
    margin:5px 0 15px 0;
}

.resetGateContainerDiv span
{
    display:block;
    clear:both;
}

.resetPasswordLabelTd
{
    display:block;
    margin-top: 15px;
}
.reset-field-pair
{
    margin:10px 0;
    display:block;
}

.smallHeaderOptions 
{
    color: #578e4c;
    font-weight: bold;
}

.resetGateContainerDiv,
#resetUseNewPasswordDiv,
.otpHeaderLabelClass,
.reset-field-pair input
{
    margin-bottom:10px;
}

/****************
Media Queries
*****************/

@media only screen and (max-width: 480px)
{
    div#chromeButtons input
    {
        float:left;
        margin-right:5px;
    }
    div.icon-password-reset,
    div.icon-reset-success
    {
        display:none;
    }
}
       
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and 
(max-device-width : 1024px) and 
(orientation : landscape) 
{

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and 
(max-device-width : 1024px) and 
(orientation : portrait) 
{

}