﻿
.GetPasswordRecoveryControl .container
{
    width: 50%;
    margin: auto;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .Label
{
    margin-bottom: 0;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .FramedSearchPanel .PanelData .Label
{
	text-transform: uppercase;	
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .PanelData .Validations 
{
    padding-top: 20px;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .PanelData .ActionButtons 
{
	padding-top: 20px;
	padding-bottom: 30px;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .PanelData .ActionButtons .ImageButton 
{
	float:right;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl h2,
.GetPasswordRecoveryContainer .GetPasswordRecoveryControl h2 > label
{
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 768px) 
{
    .GetPasswordRecoveryControl .container
    {
        width: 100%;
    }
}
