@import url('https://fonts.googleapis.com/css?family=Raleway');

form label, h2 {
    color: #000
}

body {
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/891/bg.jpg') top center repeat #fff;
background-size: 100%;
font-family: 'Raleway', sans-serif;
}

#logo {
    width: auto;
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/891/swim-america-logo.png') no-repeat;
height: 200px;
}

form .button {
    background-color: #F3743A
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

#admin_wrapper {
    border: none;
}