html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    width: 100%;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 10px;
    position: relative;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
}

#content {
    display: inline-block;
}

h1 {
    display: inline-block;
    vertical-align: top;
    font-weight: lighter;
    padding: 20px;
}


#wrapper .button {
    background: #339393;
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 6px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    border: none;
    width: 220px;
    margin-top: 30px;
    margin-left: 45px;
}

.rounded {
    border: 1px solid #d5d7d9;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    width:45px;
    display: inline-block;
    text-align: center;
    height: 26px;
    box-sizing: border-box;
}

#overlay-wrapper {
    display: none;
}

#overlay {
    width: 100%;
    min-height: 100%;
    background-color: white;
    opacity:0.7;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1;
}

#bro {
    width: 100%;
    min-height: 100%;
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: 2;
}

#fereastra {
    width: 360px;
    height: 200px;
    background-color: white;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    margin-top: 135px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    font-size: 16px;
    color: #444444;
    text-align: center;
}

#text.error {
    color: red;
    font-weight: bold;
}

#text {
    margin-top: 60px;
}

#text .code {
    font-weight: bold;
}

#form-wrapper {
    display: inline-block;
    vertical-align: top;
}

#preloader {
    text-align: center;
    margin-top: 60px;
    display: none;
}

#close {
    right: 5px;
    top: 5px;
    position: absolute;
    opacity: 0.7;
}

a:link { text-decoration: none!important; color: #40B8B8; font-weight: bold; }
a:visited  { text-decoration: none!important; color: #40B8B8; font-weight: bold; }
a:hover  { text-decoration: none!important; color: #40B8B8; font-weight: bold; }
a:active  { text-decoration: none!important; color: #40B8B8; font-weight: bold; }