﻿.carousel-item img {
    height: 696px;
    width: 1440px;
}

@media (max-width: 600px) {
    .carousel-item img {
        height: 500px;
        width: 800px !important;
    }
}

/* LOGIN PAGE */
.bg-blue-grad-admin {
    background: radial-gradient(72.78% 336.18% at 97.64% 35.22%, #006ED4 0%, #0052B4 40.29%, #003366 100%);
}

input {
    outline: none;
    border: none;
}

    input[type="number"] {
        -moz-appearance: textfield;
        appearance: none;
        -webkit-appearance: none;
    }

        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

.intro-box {
    bottom: 50px !important;
}

.w-full {
    width: 100%;
}

.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #282f68;
}

.label-input100 {
    font-family: inherit;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 8px;
    left: 0px;
    width: 80px;
    padding-right: 10px;
}

.input100 {
    font-family: inherit;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: #fff;
    padding: 0 15px;
    border-radius: 5px;
    margin-top: 3px;
}

input.input100 {
    height: 45px;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 60px 14px;
    border-radius: 25px;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

    .login100-form-btn:hover {
        background-color: #fff;
        color: #000;
    }

.btn-forgot {
    text-decoration: none;
    color: #fff;
}

    .btn-forgot:hover {
        color: aqua;
    }

.pw-toggle {
    height: 1rem;
    float: right;
    margin-left: -25px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    padding-right: 12px;
    color: gray;
}