html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    padding:0.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {font-weight: bold;}

p {padding-bottom:1em;}

html, body {
    background-color: #EA8070;
    font-family: 'Ubuntu',sans-serif;
}

header {
    background-color: #1D2951;
    color: #FFF;
    display: flex;
    max-width: 1000px;
    min-height: 96px;
    border-radius: 10px;
    border: solid;
    border-color: #1D2951;
    border-width: 5px;
    margin-left: auto;
    margin-right: auto;
}

.subheader{
    //flex: 1 1 907.5px;
    background-color: #1D2951;
    width: 100%;
    //height: 60;
    position: relative;
    //left: 92.5;
    //border-radius: 0 4px 4px 0;
    //top: 0px;
}
header h1 {
    background-color: #1D2951;
    color: #FFF;
    display: inline-block;
    //position: relative;
    //left: 0pt;
    font-size: 3em;
    padding: 2pt;
    //margin: 8pt;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
header img {
    background-color: #FFF;
    color: #1D2951;
    display: flex;
    flex: 0 1 72px;
    position: relative;
    //top: 2px;
    left: 2px;
    //height: 84px;
    //height: calc(100% - 4px);
    //height: -moz-calc(100% - 4px);
    height: -webkit-calc(84px);
    //height: -webkit-calc(100% - 4px);
    //height: -o-calc(100% - 4px);
    //width: 72;
    //max-width:80;
    border-radius: 10px 0 0 10px;
    border-color: #FFF;
    font-size: 40px;
    text-align: center;
    padding: 4px 10px;
}

main {
    display: block;
    padding: 16px;
    margin-top: 10px;
    border: solid;
    border-color: #1D2951;
    border-width: 5px;
    border-radius: 10px;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    max-width:968px;
}

.registration-success h1 {
    margin: 0;
    font-size:2em;
}

.registration-success h4 {
    margin: 0 0 0.6em;
    font-size: 1.1em;
}

.registration-success p {
    margin: 0.2em;
}

button{
    position:relative;
    height:25px;
    left:0px;
    margin:0px;
    top:0px
    outline-style:none;
    outline:0;
    font-weight:bold;
    border:none;
    border-bottom:4px solid;
    border-top:0px solid;
    border-color:#FFF transparent #077 transparent;
    text-align:center;
    padding:4px 5px;
    //padding:5px;
    background-color:#099;
    color:#FFF;
}

button a {
    color:#fff;
    text-decoration:none;
}

.logreg {
    margin-left: auto; margin-right: auto; text-align: center; //margin-bottom: 16px;
}

.login-1, .login-1:hover, .login-1:focus {
    margin-right:8px;
}

.register-1, .register-1:hover, .register-1:focus {
    margin-left:8px;
}

button:hover,button:focus{
    outline-style:none;
    position:relative;
    height:24px;
    left:0px;
    top:1px;
    margin:0px;
    outline-style:none;
    outline:0;
    border-bottom:3px solid;
    border-top:0px solid;
    border-color:#FFF transparent #088 transparent;
    //-webkit-transition: border-bottom 0.25s;
    //transition: border-bottom 0.25s;
    //-webkit-transition: border-top 0.25s;
    //transition: border-top 0.25s;
	     }


button:active{
    outline-style:none;
    position:relative;
    height:22px;
    left:0px;
    top:3px;
    margin:0px;
    outline-style:none;
    outline:0;
    border-bottom:1px solid;
    border-top:0px solid;
    margin-top:0px;
    border-color:#FFF transparent #088 transparent;
    //-webkit-transition: border-bottom 0.25s;
    //transition: border-bottom 0.25s;
    //-webkit-transition: border-top 0.25s;
    //transition: border-top 0.25s;
}

button:focus{
    outline-style:none;
}

button::-moz-focus-inner{
    border:0;
}

::-moz-focus-inner{
    border:0;
}
:focus{
    outline:none;
}

button{
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:default;
}


input{
    border-radius:2px;
    border-color:#000;
    border: 1px solid;
    border:none;
    background-color:#EEE;
    color:#000;
    padding:5px;
    outline:none;
    box-shadow:none;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

input:focus, input:hover {
    background-color:#DFDFDF;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
	     }

.registration-form {
    display:block;
    border:solid;
    padding: 16px;
    margin-top:16px;
}

.form-ujo p {
    margin-top:0px;
}

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin-ext');