/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/

/*--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,
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;
}

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 */

.clearfix {
    clear: both;
}

img {
    max-width: 100%;
}

/*--end reset--*/
body a:hover {
    text-decoration: none;
}

.clearfix {
    clear: both;
}

body {
    font-family: "Mukta", sans-serif;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.main {
    background: url(../images/laptop-coffee.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    min-height: 100vh;
}
.body-container {
    padding: 2em 0;
}
.overlay {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    min-height: 100vh;
    height: 101vh;
    width: 100%;
}

.logo,
.links,
.copyright {
    z-index: 1;
}

/* .text-center {
    display: flex;
    padding: 0em 10em;
    position: relative;
} */

.icon span.fa {
    font-size: 60px;
    color: #eee;
}
.icon {
    margin-bottom: 1em;
}

.end-grid,
.end-grid1 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 0em 10em;
}

.logo h1 {
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}

ul.links-unordered-list li.active a {
    background: rgba(255, 255, 255, 0.05);
    padding: 5px 20px;
    color: #fff;
}

ul.links-unordered-list li {
    display: inline-block;
    margin-right: 10px;
}
ul.links-unordered-list li a {
    font-size: 16px;
    color: #ccc;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 5px;
    text-transform: capitalize;
}

.content-container {
    max-width: 500px;
    margin: 6em auto;
}

.content-container ul li {
    display: inline-block;
}

.content-bottom {
    padding: 0em 4em;
    margin: 0 1em;
    position: relative;
    z-index: 1;
}

form .form-group {
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    margin-bottom: 20px;
    padding: 2px 10px 2px 0;
    border-radius: 35px;
    align-items: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

form .form-group span {
    flex: 1;
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    width: 20%; /* For old syntax, otherwise collapses. */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    color: #ec1c24;
    background: transparent;
    line-height: 49px;
    text-align: right;
}

ul.list-login {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

form .form-group .input-form {
    flex: 4 50%;
    -webkit-box-flex: 4 50%; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 4 50%; /* OLD - Firefox 19- */
    -webkit-flex: 4 50%; /* Chrome */
    -ms-flex: 4 50%; /* IE 10 */
}

.input-form button.btn {
    background: #ec1c24;
    border: none;
    color: #ddd;
    padding: 11px 15px;
    text-transform: uppercase;
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.input-form input {
    padding: 10px 0 10px 15px;
    font-size: 15px;
    font-weight: 300;
    color: #ddd;
    letter-spacing: 1px;
    border: none;
    background: transparent;
    box-sizing: border-box;
    font-family: "Mukta", sans-serif;
    width: 100%;
    outline: none;
}

.input-form input::placeholder {
    color: rgb(187, 187, 187);
}

ul.list-login li:nth-child(2) {
    float: right;
}

li.switch-container {
    float: left;
}

label.switch {
    position: relative;
    display: inline-block;
    height: 18px;
    padding-left: 3em;
    cursor: pointer;
    color: #000;
    font-weight: 300;
}

li:nth-child(2) a,
label.switch {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000 !important;
    text-transform: capitalize;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 21%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 3px;
    background-color: black;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #ec1c24;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.text-red {
    color: rgb(255, 0, 0);
    padding-bottom: 10px;
}
@media screen and (max-width: 1280px) {
    .content-container {
        margin: 4em auto;
    }
}

@media screen and (max-width: 1080px) {
    .end-grid,
    .end-grid1 {
        margin: 0em 5em;
    }
    .icon span.fa {
        font-size: 50px;
    }
}
@media screen and (max-width: 900px) {
    .end-grid,
    .end-grid1 {
        margin: 0em 2em;
    }
}
@media screen and (max-width: 800px) {
    .end-grid1 {
        flex-direction: column;
        text-align: center;
    }
    .copyright {
        margin-top: 1em;
    }
}
@media screen and (max-width: 768px) {
    .logo h1 a {
        font-size: 22px;
    }
}
@media screen and (max-width: 668px) {
    .content-container {
        margin: 3em auto;
    }
    ul.links-unordered-list li a,
    .copyright p {
        font-size: 15px;
    }
    .content-bottom {
        padding: 0em 2.5em;
    }
    .icon {
        margin-bottom: 2em;
    }
    .icon span.fa {
        font-size: 40px;
    }
}

@media screen and (max-width: 568px) {
    .content-container {
        margin: 3em auto 2em;
        max-width: 450px;
    }
}

@media screen and (max-width: 480px) {
    .logo h1 a {
        font-size: 20px;
    }
}

@media screen and (max-width: 415px) {
    .end-grid,
    .end-grid1 {
        flex-direction: column;
        text-align: center;
    }
    .end-grid,
    .end-grid1 {
        margin: 0em 1em;
    }

    .logo {
        margin-bottom: 10px;
    }

    form .form-group {
        padding: 0px 10px 0px 0;
    }

    .input-form button.btn {
        font-size: 15px;
    }

    li:nth-child(2) a,
    label.switch {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 300;
        color: #000 !important;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 384px) {
    .content-bottom {
        padding: 0em 1em;
    }
    .body-container {
        padding: 1em 0;
    }

    label.switch {
        padding-left: 2.5em;
    }
}
