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 {
    color: darkslategrey;
    line-height: 1;
}
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;
}

#login {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    text-align: center;
    width: 482px;
}

fieldset {
    border: 1px #88B8B2 solid;
    padding: 40px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

legend {
    color: #33867C;
    font-size: 34px;
    padding: 0 10px;
}

input {
    color: darkslategrey;
}

input:focus {
    border-color: skyblue;
}

input[type="email"], input[type="password"], input[type="text"],input[type="tel"]{
    border: 1px solid dodgerblue;
    margin-bottom: 20px;
    padding: 10px;
    width: 246px;
}

#login select {
 border: 1px solid dodgerblue;
    margin-bottom: 20px;
    padding: 10px;
    width: 266px;
}

input[type="submit"] {
    background-color: #569B92;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px;
    width: 268px;
}

input[type="submit"]:hover {
    background-color: deepskyblue;
}

input[type="checkbox"] {
    vertical-align: text-bottom;
}

#messages {
    padding:10px;
    border:1px solid #88B8B2;
}
#primv
{
font-weight:bold;
color:#FF0000;
}
@media only screen and (max-width : 600px) {
#login
{
width:100vw;
}
}