﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&display=swap');
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    background: url('../images/appsumo/banner-bg.png');
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
 /*   padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.section-1 {
    padding-bottom: 20px;
}

.section-1 .logodiv span {
    margin: 0 30px 0 20px;
}

.section-1 .logodiv img {
    width: 18%;
}

.section-1 img.logo-img-main {
    width: 20%;
}

.section-1 .like {
    font-size: 36px;
}

.section-1 h2 {
    font-family: "Poppins",sans-serif;
    font-weight: 900;
    font-size: 55px;
}

.section-1 p {
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.section-1 a.login {
    background: #4e00fd;
    color: #fff;
    padding: 20px;
    display: block;
    width: 100%;
    margin: 40px 0;
    border-radius: 50px;
    font-weight: 700;
}

    .section-1 a.login:hover {
        text-decoration: none;
    }

.section-1 .borders {
    padding: 23px;
    border: 2px dashed #dedede;
    border-radius: 20px;
}

.section-1 p span {
    font-style: italic;
    display: block;
    margin-bottom: 0;
}

.section-1 form.form-horizontal {
    padding: 30px;
    border: 2px dashed #dedede;
    border-radius: 20px;
}

    .section-1 form.form-horizontal input {
        font-family: "Poppins",sans-serif;
        padding: 15px 20px;
        font-size: 18px;
    }

        .section-1 form.form-horizontal input#submit {
            font-family: "Poppins",sans-serif;
            display: block;
            width: 50%;
            margin: 40px auto 0;
            font-size: 25px;
            border-radius: 50px;
            border-bottom: 3px solid #27ae60;
        }

/* QR code generator */
#qrCode {
    margin: 15px;
}

.error {
    color: red;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .section-1 .logodiv img {
        width: 32%;
    }

    .section-1 img.logo-img-main {
        width: 50%;
    }

    .section-1 form.form-horizontal input#submit {
        width: 100%;
    }

    .section-1 .like {
        font-size: 30px;
    }

    .section-1 h2 {
        font-family: "Poppins",sans-serif;
        font-weight: 900;
        font-size: 54px;
    }

    .section-1 a.login {
        width: 100%;
        text-align: center;
    }

    .section-1 .borders {
        padding: 5px;
    }

    .f18 {
        font-size: 18px !important;
    }

    .admt {
        margin-top: 20px;
    }

    #myModal .btn {
        width: 53%;
    }
}

.modal-dialog {
    max-width: 800px !important;
}

#myModal h5 {
    font-size: 50px !important;
    font-weight: 800 !important;
    font-family: "Montserrat" sans-serif !important;
    color: #fe002e;
}

#myModal p {
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif !important;
    text-align: left;
}

#myModal .btn {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    background: #133b9d !important;
    border: #133b9d !important;
    width: 30%;
    text-transform: uppercase;
    margin-top: 18px;
    padding: 10px;
}

#myModal img {
    margin: 5px 0 7px !important;
}

.modal-header {
    background: #497ee8;
}

#myModal .mid {
    background: #dde4ff;
    padding: 16px 23px 12px;
    border-radius: 23px;
}
#recaptchaerror {
    color: red;
    display: none;
    font-size: 1.25rem;
}

.err {
    color: red;
    display: block !important;
    font-size: 1.25rem;
}