.page-footer {
    background-color: rgb(0, 0, 0);
}

.sizeicustom {
    font-size: 1rem;
}

body {
    background-color: #cccccc;

}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;

}



/* label focus color */
.input-field input[type="text"]:focus+label {
    color: #f9a825 !important;
}

.input-field input[type="password"]:focus+label {
    color: #f9a825 !important;
}

/* label underline focus color */
.input-field input[type="text"]:focus {
    border-bottom: 1px solid #f9a825 !important;
    box-shadow: 0 1px 0 0 #f9a825 !important;
    color: c62828;
}

.input-field input[type="password"]:focus {
    border-bottom: 1px solid #f9a825 !important;
    box-shadow: 0 1px 0 0 #f9a825 !important;
    color: c62828;
}

.prefix.active {
    color: #f9a825 !important;
}


.collection-item .active {
    background-color: #006B6B
}


.collection a.collection-item {
    color: #080808
}




.fixedCustom {
    position: fixed;
    top: 100px;
    right: 0;
    width: 190px;
    height: 200px;
    z-index: 999;
}

.buttonCustom {
    display: block;
    border: 0;
    line-height: 3;
    margin-bottom: 0.3em;
    outline: none;
    text-decoration: none;
    color: #fff;
    width: 250px;
    font-size: 16px;
    border-radius: 20px 0 0 20px;
}

.buttonDiv {
    padding: 0 21px;
    border-radius: 30px 0 0 30px;
}

.buttonDiv:hover {
    background: white;
    transition: margin 500ms;
    margin-left: -20px;
}

/* Button Css */
.bg-b-blue {
    background: linear-gradient(45deg, #f9a825, #f1b75a);
}

.bg-b-blue:hover {
    background: linear-gradient(45deg, #f79e0f, #f3a629);
}