@charset "utf-8";
/* 
    start reset css...
*/
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;
}

/* CSS Document */
body, button, input, select, table, textarea {
    background-color: #F8F9F9;
    font-family: "Open Sans", sans-serif;
}

* {
    margin: 0px;
    padding:0;
}

div.wrap{
    width: 90%;
    margin: auto auto;
}

.main-bg {
  background: url(../images/bg-04.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 85vh;
}

div.footer {
    width: 100%;
    border: 0px solid black;
}

div.callus {
    color: #0070ba;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    font-size: 16px;	
}

.callus label {
    font-size: 14px;
    color: #0b2b33;
    font-weight: 400;
}

div.boxed {
    background-color: weight;
    margin-top: 5px;
    border: 15px solid lightgrey ;
    font-size: 14px;
}

div.main {
    width: 28%;
	background: #fff;
    padding: 20px 55px 40px;
    border: 15px solid white;
    box-shadow: 0 0 10px;
    border-radius: 25px;
    font-size: 13px;
	margin: auto;
	margin-top: 10%;
	padding: 10px;
}

div.rosu {
    width: 95%;
    background: red;
    border: 0;
    vertical-align: middle;
    line-height: 19px;
    display: inline-block;
    text-align: center;
}

.rosu label {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-shadow: 1px 1px 0 #004471;
    text-decoration:none;
}

input[type=text],[type=password] {
    width: 97.7%;
    height: 31px;
    padding-left: 5px;
    margin-bottom: 20px;
    margin-top: 8px;
    border: 1px solid #D7DBDD;
    font-size: 16px;
	background-color: white;
}

label {
    color: #464646;
    text-shadow: 0 1px 0 #fff;
    font-size: 16px;
    font-weight: bold;
}

#login {
    width: 100%;
    background: linear-gradient(#22abe9 5%, #36caf0 100%);
    border: 1px solid #0F799E;
    font-size: 20px;
    padding: 8px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    text-shadow: 0px 1px 0px #13506D;
}

#login:hover {
    background: linear-gradient(#36caf0 5%, #22abe9 100%);
}

#hideshow {
    width: 10%;
    background: linear-gradient(#22abe9 5%, #36caf0 100%);
    border: 1px solid #0F799E;
    font-size: 20px;
    padding: 8px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    text-shadow: 0px 1px 0px #13506D;
}

#hideshow:hover {
    background: linear-gradient(#36caf0 5%, #22abe9 100%);
}
