﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-image: url(../../../Image/HRMS-SignupBG.png);
}

@media only screen and (max-width: 767px) {
    body {
        background: none;
    }

    .hide-on-mobile {
        display: none;
    }
    /* .login-box{
        background: #fff !important;
    } */
    .col-md-6 {
        width: 100% !important;
    }
}

/* .login-box {
   background: url(img/HRMS-SignupBG.png);
    background-size: cover;
    background-position: center;
    padding: 50px;
    -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
} */

.logo {
    /* font-size: 24px;
    text-align: center;
    margin-right: 420px;
    margin-top: -40px;*/
    padding: 38px 113px 30px 0px;
}


    .logo span {
        font-weight: 700;
        font-size: 20px;
        line-height: 45px;
        letter-spacing: 0.05em;
        color: #003F5E;
        font-family: 'Poppins' sans-serif;
    }



.slider-feature-card {
    background: #fff;
    max-width: 280px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 40px;
    text-align: center;
    -webkit-box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
}

    .slider-feature-card img {
        height: 80px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .slider-feature-card h3,
    .slider-feature-card p {
        margin-bottom: 30px;
    }

.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators li {
        cursor: pointer;
    }

.login-heading {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

[data=input-focus] {
    position: relative;
}

    [data=input-focus] input {
        outline: none;
        -webkit-appearance: none;
        margin-top: 40px;
        display: block;
        width: 100%;
        font-size: 18px;
        border: 0;
        border-bottom: 1px solid #ccc;
        line-height: 40px;
    }

        [data=input-focus] input:focus {
            color: #191919;
            border-bottom: 1px solid #003F5E;
        }

        [data=input-focus] input ~ label {
            position: absolute;
            left: 0px;
            top: 0;
            pointer-events: none;
            transition: all 0.3s;
            line-height: 40px;
            color: #808080;
        }

        [data=input-focus] input:focus ~ label, [data=input-focus] input:valid ~ label {
            top: -30px;
            font-size: 12px;
            color: #003F5E;
        }

.btn-primary {
    background: #003F5E !important;
    border: #003F5E !important;
}
