﻿input,
select,
textarea {
    font-size: 14px;
    border: 1px solid #DDD;
    padding: 5px;
    vertical-align: middle;
}

    input[type=text]:focus {
        border-color: #333;
    }

    input[type=password]:focus {
        border-color: #333;
    }

    button, button > a,
    input[type=button],
    input[type=submit] {
        padding: 3px 15px;
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        border: 0 none;
        cursor: pointer;
    }



        input[type=submit]:disabled {
            background-color: #DDD;
            cursor: default;
        }

.splash-container {
    width: 361px;
    /*width: 294px;
    margin: 12px auto 0;*/
}

    .splash-container .form-group input {
        color: #87898C;
        height: 46px;
        width: 100%;
        font-size: 20px;
    }

.reset-password-header {
    font-size: 18px;
    color: #787878;
    font-weight: bold;
    text-align: center;
    margin: 18px 10px;
}

.splash-container .form-group {
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.splash-container .login-icon {
    font-size: 20px;
    margin: 5px -10px 0 0;
}

#reset-password-submit {
    width: 100%;
    margin: 0 auto;
    height: 46px;
    font-size: 20px;
}

.splashLogo {
    margin: 12px auto;
}

@media (min-width: 768px) {
    
}

@media (max-width: 768px) {
    
}

.splash-container .validation-summary-errors {
    margin: 12px 10px;
}
