@font-face{
    font-family: 'Montserrat';
    src: url('/visados/assets/fonts/Montserrat/Montserrat-Light.ttf');
    font-weight: lighter;
    font-style: normal;
}

@font-face{
    font-family: 'Montserrat';
    src: url('/visados/assets/fonts/Montserrat/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Montserrat';
    src: url('/visados/assets/fonts/Montserrat/Montserrat-Medium.ttf');
    font-weight: bold;
    font-style: normal;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
}

.inner-bg {
    padding: 3em 0 3em 0;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 5px 25px;
    background: rgba(0, 0, 0, 0.65);
    -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
    color: #fff;
}

.form-top-left h3 { 
    font-size: 1.5em;
    font-weight: bold; 
}

.form-top-left p { 
    color: #bbb;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 5em;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}

.form-bottom {
    padding: 25px 25px 15px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.65);
    text-align: left;
}

.form-bottom-opts {
    padding: 0px 25px 10px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.65);
    -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-bottom-opts a {
    color: #bbb;
    font-size: 0.85em;
    padding-right: 1em;
    white-space: nowrap;
}

.form-top-about { 
    margin-top: 9em;
}

.form-top-about h2 { 
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    line-height: 0.75em;
}

.form-top-about p { 
    font-size: 0.75em;
    font-weight: normal;
    color: #fff;
    font-style: italic;
}

.form-bottom-opts-registrar {
    padding: 0px 25px 10px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.65);
    -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
    text-align: center;
}

.form-bottom-opts-registrar a {
    color: #bbb;
    padding-right: 1em;
    white-space: nowrap;
}

.form-bottom-opts-registrar a.btn {
    color: #fff;
}