﻿h5 {
    font-style: italic;
}

label {
    clear: left;
    float: left;
    margin-top: 10px;
}

#step1 label {
    width: 8.5em;
}

#step1 input[type="text"] {
    clear: left;
    float: left;
    width: 18em;
}

span.errorText {
    float: left;
    margin-bottom: 10px;
}

#step2 input[type="password"] {
    clear: left;
    float: left;
    width: 22em;
    margin-bottom: 15px;
}

.reset-content
{
    float: left;
    padding:0 10px 10px 10px;
    background-color:white;    
}   

.reset-wizard {
    width: 40em !important;
}

@media screen and (max-width : 600px) {

    .reset-wizard {
        width: 100% !important;
    }          

    #step2 input[type="password"] {
        width: 100% !important;
    }
}