/* Full-width inputs */
input[type='text'],
input[type='password'] {
    width: 100%;
    /*padding: 12px 20px;*/
    display: inline-block;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #201747;
    color: white;
    padding: 10px 15px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}

/* Add padding to containers */
.container {
    padding: 16px;
}

.right {
    float: right;
}

.col-psw {
    padding: 0 5px;
}

.psw i {
    padding-right: 5px;
    padding-bottom: 30px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

.validationSummary ul li {
    list-style-type: none;
}

section img {
    opacity: 1;
}