﻿#logInContainer
{
    text-align:right;
}

#registrationForm,#userProfileForm
{
    font-size:small;
}

#registrationForm th,#userProfileForm th
{
    color:Black;
    vertical-align:top;
    text-align:left;
    
}

#registrationForm td, #userProfileForm td
{
    vertical-align:middle;
}

#modalLogIn
{
    width:250px;
    height:175px;
    margin: 10px auto;
    border:2px solid black;
    overflow:auto;
    background:white;
}

#modalRegistration
{
    width:550px;
    height:400px;
    margin: 10px auto;
    border:2px solid black;
    overflow:auto;
    background:white;
}

#modalUserProfile
{
    width:550px;
    height:300px;
    margin: 10px auto;
    border:2px solid black;
    overflow:auto;
    background:white;
}

.hideChangePassword,.hideResetPassword
{
    display:none;
}
