html,body{min-height: 100%}
body{
	margin: 0;
	color: #C93236;
	background: url(../images/monitoreo-satelital-gps-02.jpg)center center no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
	text-align: center;
}
div.cont{margin: 0 auto;margin-top: 6%;opacity: 0.8; width: 320px;padding: 20px;border-radius: 10px;box-shadow: 0 0 10px #fff; background:#eee; font-family: Arial, sans-serif}
p{text-align: center}
h2{font-size: 25px;font-family: 'Oswald', sans-serif;font-weight: normal;}
.fd-form {
    background: none repeat scroll 0 0 #eee;
    border-radius: 5px;
    box-shadow: 0 0 10px #fff;
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 auto;
    opacity: 1 !important;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
    padding: 0;
    z-index: 0;
}
.fd-form input[type="text"], .fd-form input[type="password"] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #C93236;
    color: #333;
}
input[type="text"], input[type="password"]{
    border-radius: 4px;
    box-shadow: none;
    transition: border 0.2s linear 0s;
    margin: 0;
    padding: 10px 5px;
    width: 96%;
}
input[type="text"]:focus, input[type="password"]:focus{
    box-shadow: 0 0 7px #9B2629;
}
label, input, button, input[type="text"], input[type="password"]{
    color: #767676;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
}
input[type="submit"]:hover {
    background: none repeat scroll 0 0 #9B2629;
}
.fd-form .btn-orange {
    background: none repeat scroll 0 0 #C93236;
}
.mybtn:hover, .mybtn-big:hover, .mybtn-small:hover, .mybtn-exsmall:hover {
    background: none repeat scroll 0 0 #073767;
    text-decoration: none;
}
input[type="submit"] {
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 1em;
    margin-bottom: 10px;
    padding: 10px 40px;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    transition: all 0.3s ease 0s;
    width: auto !important;
}
input[type="submit"] {
    cursor: pointer;
}
