@charset "utf-8";
/* CSS Document */
body, html {
    background-color: #404040;
}
.mm-box .mm-box-outer {
    position: relative;
    background-color: #676767;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    border: solid 1px #383838;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px;
}
div#copy {
    margin-top: 10px;
    color: #949494;
}
a.mm-btn.mm-btn-info, button.mm-btn.mm-btn-info, span.mm-btn.mm-btn-info {
    background-position: 0 0!important;
    background-color: #68caea;
    background-image: linear-gradient(top, #68caea, #2e9dc3);
    background-image: -moz-linear-gradient(center top, #68caea, #2e9dc3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#68caea, endColorstr=#2e9dc3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#777777));
    color: #ffffff;
    text-shadow: 0px 0px 1px #3992b0;
}
body#login div#logo, body#forgot div#logo {
    display: -moz-inline-box;
    display: inline-block;
    margin-bottom: 4px;
    background: transparent url(https://studiolab.soundchute.com/custom/logo-oficial.png) no-repeat center 0;
    width: 20.5%;
    height: 72px;
}
