﻿.change-password {
    background-color: #F7B500;
    color: #FFFFFF;
    width: 100%;
}

.cool4U-input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #B2B2B2;
    border-radius: 0;
}

    .cool4U-input:focus {
        background: transparent;
        border: none;
        border-bottom: 3px solid #F7B500;
        border-radius: 0;
    }

.cool4u-label {
    color: #B2B2B2;
}

    .cool4u-label:focus {
        color: #F7B500;
    }

.cool4u-card {
    width: 360px;
}

.cool4u-body, .cool4u-html {
    height: 100%;
}

.col-6 {
    min-width: 90%;
}

.jumbotron {
    background-color: white;
}
