html {
    height: 100%;
}

.custom-button {
    margin: 0 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #447bba;
    color: #ffffff !important;
    padding: 2px 5px;
    border-radius: 14px;
    width: 143px;
    border-width: 0;
    cursor: pointer;
}

.custom-button svg {
    width: 25px;
    height: 25px;
    padding-left: 5px;
}

.widget-container {
    display: flex;
    margin-top: 25px;
    justify-content: space-evenly;
}

body {
    font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;
    margin: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDCDC), to(#d9dee2));
    background-image: -webkit-linear-gradient(top, #DCDCDC, #d9dee2);
    background-image: -moz-linear-gradient(top, #DCDCDC, #d9dee2);
    background-image: -ms-linear-gradient(top, #DCDCDC, #d9dee2);
    background-image: -o-linear-gradient(top, #DCDCDC, #d9dee2);
    background-image: linear-gradient(top, #DCDCDC, #d9dee2);
}

#login {
    background-color: #fff0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #84808fd4, #ffffffe8);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
    height: 240px;
    width: 400px;
    margin: -150px 0 0 -230px;
    padding: 5px 40px 40px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 30px;
    box-shadow: 4px 6px 5px 5px rgba(0, 0, 0, 0.2), 
                5px 5px 5px 5px rgba(0, 0, 0, .2), 
                0 3px 5px 5px #00000000, 
                4px 6px 5px 2px rgba(0, 0, 0, .2), 
                3px 4px 5px 5px #00000008, 
                0 7px 5px 5px rgba(0, 0, 0, .2), 
                4px 5px 5px 5px rgba(0, 0, 0, .2);
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

#inputs input {
    background: #f1f1f1;
    padding: 18px 15px 15px 30px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 500;
    width: 250px;
    height: 35px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username {
    background-position: 5px -2px !important;
}

#password {
    background-position: 5px -52px !important;
}

#inputs input:focus {
    background-color: #fff;
    border-color: #a9a7b7 #a9a7b7 #a9a7b7 #a9a7b7;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

#actions {
    margin: 25px 0 0 0;
}

#submit {
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #d2d8de, #928cb9);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    border-style: solid;
    border-color: #a9a7b7 #a9a7b7 #a9a7b7 #a9a7b7;
    float: none;
    height: 35px;
    padding: 0;
    margin: -5px auto 0;
    width: 50%;
    text-align: center;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #554d67;
}

#submit:hover,
#submit:focus {
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #928cb9, #d2d8de);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}

#submit:active {
    outline: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#submit::-moz-focus-inner {
    border: none;
}

#actions a {
    color: #3151A2;
    float: right;
    line-height: 35px;
    margin-left: 10px;
}
