.loginPage {
    background-color: #222126 !important;
}

.blue-grey.darken-1{
    background-color: transparent !important;
    border: solid;
    border-color: white !important;
    color: white !important;
}

.blue-grey.darken-4 {
    background-color: transparent !important;
    border: solid;
}

.amber.darken-2 {
    background-color: transparent !important;
    border: solid;
    border-color: #ffa000 !important;
}

a.btn-large.btn-icon.disabled{
    background-color: #ffffff1a !important;
}

.btn-num{
    width: 65px !important;
    height: 65px !important;
    padding: 0;
    border-radius: 15px;
    line-height: 60px;
    font-weight: bold;
    font-size: 2.3em;
    margin-left: 0.1em;
}
.btn-disabled{
    width: 65px !important;
    height: 65px !important;
    padding: 0;
    border-radius: 15px;
    line-height: 60px;
    font-weight: bold;
    font-size: 2.3em;
    margin-left: 0.1em;
    border: solid;
    background: #4d4b56;
    border-color: #4d4b56;
    color: #4d4b56;
}
.col-num {
    position: relative;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.big-numbers{
    font-size: xx-large !important;
    font-weight: bold !important;
    text-align: right;
}

/* Utils */
.btn-icon{
    width: 70px !important;
    height: 70px !important;
    padding: 8px 23px 2px 23px !important;
    border-radius: 15px;
    margin-left: 0.2em;
    margin-right: 0.1em;
    background-color: transparent !important;
    border: solid;
    border-color: tomato !important;
    color: white !important;
    line-height: 65px !important;
}

.btn-character{
    width: 70px !important;
    height: 70px !important;
    padding: 0px !important;
    border-radius: 15px;
    margin-left: 0.1em;
    background-color: transparent !important;
    border: solid;
    border-color: tomato !important;
    color: white !important;
    line-height: 60px;
    font-weight: bold;
    font-size: 2.3em;
}

.btn-double {
    width: 137px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 2.5em;
    margin: 0 0.01em 0 0.09em;
    line-height: 60px;
    height: 65px;
    background-color: transparent !important;
    border: solid;
    border-color: white !important;
    color: white !important;
}

.middle-icon{
    padding-top: 32%;
}