@font-face {
    font-family: 'OpenSansRegular';
    src: url(OpenSans-Regular-webfont.eot);
    src: url(OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype') , url(OpenSans-Regular-webfont.woff) format('woff') , url(OpenSans-Regular-webfont.ttf) format('truetype') , url(OpenSans-Regular-webfont.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 94%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
:
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'OpenSansRegular'
}

body {
    margin: 8px
}

.boxForm {width: 200px;}

input[type="text"],input[type="password"] {
    width: 150px;
    height: 24px;
    padding: 0 0 0 15px;
    margin: 0 0 4px 0;
    border: 1px solid #888888;
    background-color: rgba(120, 120, 120, 0.5);
    color: white;
    font-size: 13px;
    font-family: "OpenSansRegular",sans-serif;
    border-radius: 0;
    /* box-shadow: -1px 1px 1px 1px rgba(0,0,0,0.2); */
    border-radius: 14px;
    position: relative;
    /* line-height: 33px; */
    transition: all ease-in 0.3s;
}

input[type="text"]:focus,input[type="password"]:focus{
    background-color: rgba(205, 80, 80, 0.5);
    box-shadow: 6px 6px 18px 2px rgba(0,0,0,.38);
    z-index: 9;
}

input[type="text"] {
}

input[type="submit"], button {
    width: 167px;
    height: 28px;
    border: none;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.28);
    font-size: 16px;
    cursor: pointer;
    transition: background-color .3s ease-out;
    clear: both;
    margin-top: 0px;
    border-radius: 11px;
    background-color: #af0706;
    box-shadow: 0 0px 1px 0 rgba(0,0,0,.45);:
    background-color: #089818
}

input[type="submit"]:hover, button:hover {
    background-color: #006929;
}

input[type="submit"]:active, button:active {
    box-shadow: inset 0 0 32px 0 #333
}

::-webkit-input-placeholder {
    color: white !important
}

:-moz-placeholder {
    color: white !important
}

::-moz-placeholder {
    color: white !important
}

:-ms-input-placeholder {
    color: white !important
}