html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #A89F68;
}

.phone-fallen {
    background-color: green;
}

.fall-handler {
    width: 50%;
    line-height: 63px;
    height: 75px !important;
    font-weight: bolder;
}

.debugger-toggle.enabled {
    background-color: green;
}

.debugger-toggle {
    border-color: #F5C396;
    background-color: #F5C396;
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-radius: 0;
}

.startup-prompt{
    border: 1px solid #41521F;
    height: 50px;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
}

.stop-detector{
    border-radius: 0;
    position: absolute;
    bottom: 55px;
    width: 100%;
    background-color: #F5FDC6;
}

.user-data-container{
    bottom: 110px;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 -15px;
    align-items: center;
}

.debugger-mode {
    display: none;
}

.login-form, .register-form,.main-fallen-container {
    width: 80%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

div.main-fallen-container{
    width: 100%;
}

.page-wrapper {
    height: 100%;
}

.btn-submit {
    width: 100%;
    margin: 10px 0;
    background: orangered;
    border-color: orangered;
}

.btn-submit:hover {
    opacity: 80%;
    background: orangered;
    border-color: grey;

}

a.btn-submit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-container{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.active-fall{
    background-color: #97BC4E;
}

.deactivate-fall{
    background-color: orangered;
}

.fallen-status{
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.hidden{
    display: none;
}

.fallen-disable-alert{
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .form-control, .btn {
        height: 55px;
        font-size: large;
    }

    .form-group {
        margin-bottom: 7px;
    }
}