﻿
.prgt10{padding-right:10px;}

@media(max-width:468px) {
    .loginbtnvld {
                /* width: 90% !important;
            margin-left: 5%;
            height: 40px;
            border-radius: 6px;
            background: #e704e4 !important;
            border: thin solid #e704e4 !important;
            color: #fff !important;*/
            }

                .loginbtnvld:hover {
                    /*background: #d501d2 !important;
                border: thin solid #d501d2 !important;
                color: #fff !important;*/
                }

            input[type="text"] {
                width: 90%;
                border: none;
               
                height: 40px;
                
                margin-bottom: 2px;
                margin-left: 5%;
                border-radius: 6px;
                margin-bottom: 20px;
            }

            input[type="password"] {
                width: 90%;
                border: none;
                
                height: 40px;
                
                margin-bottom: 2px;
                margin-left: 5%;
                border-radius: 6px;
                margin-bottom: 20px;
            }
        }

        .loginbtnvld {
   /* width: 90% !important;
    margin-left: 5%;
    height: 40px;
    border-radius: 6px;
     background: rgb(154,3,30);
    background: linear-gradient(90deg, rgba(154,3,30,1) 0%, rgba(251,139,36,1) 51%, rgba(227,100,20,1) 100%);*/
    /*background: rgb(200,182,255);
    background: linear-gradient(90deg, rgba(200,182,255,1) 0%, rgba(184,192,255,1) 51%, rgba(187,208,255,1) 100%);
    background: rgb(105,55,255);
    background: linear-gradient(90deg, rgba(105,55,255,1) 0%, rgba(184,192,255,1) 51%, rgba(60,120,255,1) 100%);
    border: thin solid #6937ff;
    font-size: 14px;
    color: #fff !important;*/}

    .loginbtnvld:hover {
        /*background: rgb(60,120,255);
        background: linear-gradient(90deg, rgba(60,120,255,1) 0%, rgba(184,192,255,1) 51%, rgba(105,55,255,1) 100%);
        border: thin solid #3c78ff;*/
    }
}