/* reset */

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,
dl,
dt,
dd,
ol,
nav ul,
nav 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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* start editing from here */

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}


/* text align right */

.txt-lt {
    text-align: left;
}


/* text align left */

.txt-center {
    text-align: center;
}


/* text align center */

.float-rt {
    float: right;
}


/* float right */

.float-lt {
    float: left;
}


/* float left */

.clear {
    clear: both;
}


/* clear float */

.pos-relative {
    position: relative;
}


/* Position Relative */

.pos-absolute {
    position: absolute;
}


/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}


/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}


/* vertical align top */

nav.vertical ul li {
    display: block;
}


/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}


/* horizontal menu */

img {
    max-width: 100%;
}


/*end reset*/

body {
    text-align: center;
    font-family: 'Philosopher', sans-serif;
}

.center-container {
    padding: 0;
    background: rgba(0, 0, 0, 0.65);
}


/*--header--*/

.header-w3l {
    padding: 3em 0;
}

.header-w3l h1 {
    font-size: 3em;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
}


/*--//header--*/


/*--main--*/

.main-content-agile {
    margin: 0 auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url('../images/virotechit.png');
    /* background-size: cover; */
    width: 30%;
    /*  , url()*/
}

.wthree-pro {
    background: rgba(0, 0, 0, 0.52);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.wthree-pro h2 {
    font-size: 1.7em;
    color: #fff;
    letter-spacing: 1px;
    padding: 1em 0;
    font-weight: 600;
}

.sub-main-w3 {
    position: relative;
    padding: 3em;
}

.sub-main-w3 input[type="text"],
.sub-main-w3 input[type="password"] {
    outline: none;
    font-size: 1em;
    border: none;
    border-bottom: 1px dotted #fff;
    background: none;
    width: 92.5%;
    color: #fff;
    padding: 1em 0 1em 2em;
    letter-spacing: 1px;
    font-family: 'Philosopher', sans-serif;
}

.sub-main-w3 input[type="password"] {
    margin-top: 1.5em;
}

.sub-main-w3 button[id="userlogin"] {
    color: #fff;
    /* background: #2CC990; */
    background: #dc3545;
    border: none;
    padding: .5em 4em;
    outline: none;
    font-size: 1.2em;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 2.5em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Philosopher', sans-serif;
}

.sub-main-w3 button[id="userlogin"]:hover {
    background: #fff;
    color: #000;
}

span.icon1,
span.icon2 {
    color: #fff;
    font-size: 1em;
    position: absolute;
}

span.icon1 {
    top: 15%;
}

span.icon2 {
    top: 32%;
}

span.icon1,
span.icon2 {
    right: 87%;
}

.rem-w3 {
    margin: 2em 0 2.5em;
}

span.check-w3 {
    float: left;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
}

.sub-main-w3 a {
    color: #fff;
    float: right;
    font-size: 1em;
}


/*--//main--*/


/*--footer--*/

.footer {
    padding: 3.05em 0;
}

.footer p {
    font-size: 1em;
    color: #fff;
    letter-spacing: 2px;
}

.footer p a {
    color: #dc3545;
}

.footer p a:hover {
    text-decoration: underline;
}


/*--//footer--*/


/*--responsive--*/

@media(max-width: 1440px) {
    .header-w3l h1 {
        font-size: 2.8em;
    }
    .wthree-pro h2 {
        font-size: 1.5em;
    }
    .header-w3l {
        padding: 2.5em 0;
    }
    .main-content-agile {
        width: 38%;
    }
    .footer {
        padding: 3em 0;
    }
}

/* @media(max-width: 1366px) {
    .main-content-agile {
        width: 40%;
    }
} */

@media(max-width: 1280px) {
    .main-content-agile {
        width: 43%;
    }
}

@media(max-width: 1080px) {
    .header-w3l h1 {
        font-size: 2.6em;
    }
    .wthree-pro h2 {
        font-size: 1.4em;
    }
    .main-content-agile {
        width: 49%;
    }
}

@media(max-width: 1024px) {
    .main-content-agile {
        width: 51%;
    }
    .header-w3l {
        padding: 2em 0;
    }
    .footer {
        padding: 2.5em 0;
    }
    .sub-main-w3 input[type="text"],
    .sub-main-w3 input[type="password"] {
        width: 92%;
    }
    span.icon1,
    span.icon2 {
        right: 86%;
    }
}

@media(max-width: 991px) {
    .header-w3l h1 {
        font-size: 2.5em;
        letter-spacing: 3px;
    }
}

@media(max-width: 800px) {
    .header-w3l h1 {
        font-size: 2.2em;
    }
    .main-content-agile {
        width: 61%;
    }
    .sub-main-w3 input[type="text"],
    .sub-main-w3 input[type="password"] {
        width: 91%;
    }
    .sub-main-w3 button[id="userlogin"] {
        margin-top: 2em;
    }
    span.icon1,
    span.icon2 {
        right: 85%;
    }
}

@media(max-width: 768px) {
    .header-w3l {
        padding: 3em 0 6em;
    }
    .footer {
        padding: 6.8em 0 7em;
    }
    .main-content-agile {
        width: 65%;
    }
}

@media(max-width: 736px) {
    .header-w3l {
        padding: 2em 0;
    }
    .footer {
        padding: 2.5em 0;
    }
}

@media(max-width: 667px) {
    .wthree-pro h2 {
        font-size: 1.35em;
    }
    .main-content-agile {
        width: 70%;
    }
    .header-w3l h1 {
        letter-spacing: 2px;
    }
}

@media(max-width: 640px) {
    .main-content-agile {
        width: 75%;
    }
    .footer p {
        letter-spacing: 1px;
    }
}

@media(max-width: 600px) {
    .header-w3l h1 {
        font-size: 2.1em;
    }
    .wthree-pro h2 {
        font-size: 1.3em;
    }
    .main-content-agile {
        width: 77%;
    }
}

@media(max-width: 568px) {
    .main-content-agile {
        width: 80%;
    }
    .footer p {
        line-height: 1.9;
    }
    .footer {
        padding: 2em 0;
    }
    .sub-main-w3 input[type="text"],
    .sub-main-w3 input[type="password"] {
        width: 90%;
    }
    span.icon1,
    span.icon2 {
        right: 84%;
    }
}

@media(max-width: 480px) {
    .header-w3l {
        padding: 1.5em 0;
    }
    .header-w3l h1 {
        font-size: 2em;
    }
    .main-content-agile {
        width: 86%;
    }
    .sub-main-w3 {
        padding: 2em;
    }
    span.icon1,
    span.icon2 {
        right: 86%;
    }
    span.icon1 {
        top: 12%;
    }
    span.icon2 {
        top: 31%;
    }
}

@media(max-width: 414px) {
    .header-w3l h1 {
        font-size: 1.7em;
    }
    .wthree-pro h2 {
        font-size: 1.2em;
    }
    span.check-w3 {
        font-size: .9em;
    }
    .sub-main-w3 a {
        font-size: .9em;
    }
    .sub-main-w3 button[id="userlogin"] {
        padding: .5em 3em;
    }
    .footer p {
        font-size: 0.9em;
    }
    .header-w3l {
        padding: 2em 0;
    }
    .sub-main-w3 input[type=""],
    .sub-main-w3 input[type="password"] {
        width: 89%;
    }
    span.icon1,
    span.icon2 {
        right: 85%;
    }
}

@media(max-width: 384px) {
    .header-w3l h1 {
        font-size: 1.6em;
        letter-spacing: 1px;
    }
    .header-w3l {
        padding: 1.5em 0;
    }
    .main-content-agile {
        width: 89%;
    }
    span.icon1,
    span.icon2 {
        right: 84%;
    }
}

@media(max-width: 375px) {
    .sub-main-w3 {
        padding: 1.8em;
    }
    .wthree-pro h2 {
        font-size: 1.1em;
    }
    .sub-main-w3 input[type="text"],
    .sub-main-w3 input[type="password"] {
        font-size: 0.9em;
    }
    span.icon1,
    span.icon2 {
        right: 85%;
    }
    span.icon1 {
        top: 11%;
    }
    span.icon2 {
        top: 28%;
    }
    .sub-main-w3 button[id="userlogin"] {
        padding: .4em 3em;
        margin-top: 1.8em;
    }
    .footer {
        padding: 1.5em 0;
    }
}

@media(max-width: 320px) {
    .header-w3l h1 {
        font-size: 1.4em;
    }
    .wthree-pro h2 {
        font-size: 1.05em;
        padding: 0.8em 0;
    }
    .sub-main-w3 {
        padding: 1em;
    }
    .sub-main-w3 input[type="text"],
    .sub-main-w3 input[type="password"] {
        width: 87%;
    }
    .sub-main-w3 input[type="password"] {
        margin-top: 1em;
    }
    span.icon1,
    span.icon2 {
        right: 86%;
    }
    span.icon1 {
        top: 10.1%;
    }
    span.icon2 {
        top: 27%;
    }
    span.check-w3 {
        font-size: .85em;
    }
    .sub-main-w3 a {
        font-size: .85em;
    }
    .rem-w3 {
        margin: 2em 0 2em;
    }
    .sub-main-w3 button[id="userlogin"] {
        font-size: 1em;
        padding: .5em 2.5em;
    }
}


/*--//responsive--*/