.login-box {
    width: 400px;
    height: 300px;
    max-width: 95%;
}

.font-size-20 {
    font-size: 20px;
}

.action-button {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 25px;
    color: white;
    padding: 20px 10px;
    line-height: 1.5;
    white-space: pre-line;
    border-radius: .75rem;
    opacity: 0.8;
    box-shadow: 0 0.1rem 0.4rem rgba(0,0,0,.3)!important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.action-button:focus, .action-button:hover {
    text-decoration: none;
    opacity: 1;
    color: white;
}

.color-blue {
    background: #1160ff;
}

.color-green {
    background: #02e416;
}

.color-yellow {
    background: #f7c400;
}

.color-orange {
    background: #ec7912;
}

.color-red {
    background: #ff0000;
}

.text-black, .text-black:focus, .text-black:hover {
    color: black !important;
}
