﻿.brand-bold {
    font-weight: 900;
    font-size: 1.50rem;
}

.welcome-msg {
    /*margin-top: 40px;*/
    font-weight: 700;
}

.w-300 {
    width: 300px;
}

.ml-200 {
    margin-left: 200px;
}

.frm-login {
    margin-top: 50px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 1.25rem;
    position: relative;
}

.btn-login {
    margin-left: 150px;
    margin-bottom: 26px;
}

.img-login-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ml-150 {
    margin-left: 150px;
}

.login-container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 45px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*iframe i minimize thead browser*/
@media (min-width: 575px) and (max-width: 767px) {
    .img-login-bottom-right{
        width: 70px;
        height: 70px;    }

    .frm-login {
        width: 500px;
        }
    .image-size {
        width: 50px;
        height: 50px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .img-login-bottom-right {
        width: 100px;
        height:100px;
    }

    .frm-login {
        width: 600px;
    }

    .image-size {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 500px) and (max-width: 574px) {
    .img-login-bottom-right {
        width: 50px;
        height: 50px;
    }

    .frm-login {
        width: 400px;
        margin-left: -60px;
    }

    .image-size {
        width: 70px;
        height: 70px;
    }

    #email {
        width: 210px;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    #password {
        width: 210px;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .w-300 {
        width: 218px;
    }
}

#eyeIcon {
    position: absolute;
    top: 67%;
    right: 54%;
    cursor: pointer;
}


