Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/css
الملفات الموجودة في هذا الـ Path:
.
..
adminlte.css
adminlte.css.map
adminlte.min.css
adminlte.min.css.map
custom.css
layouts.css
login.css
toastr.min.css

مشاهدة ملف: login.css

.signin-custom-btn {
    padding: 4px 24px 4px 24px!important;
    border-radius: 25px!important;
    font-weight: 500!important;
    font-size: 13px!important;
    border: 2px solid #d4d1d7!important;
    margin-top: -3px!important;
}
.login-custom-btn{
    padding: 7px 35px!important;
    border-radius: 25px!important;
    background: #6f5ffc!important;
    border-color: #6f5ffc!important;
    color: white!important;
    font-weight: 500!important;
}
.login-custom-btn:hover{
    padding: 7px 35px;
    border-radius: 25px;
    background: #6f5ffc;
    border-color: #6f5ffc;
    color: white;
    font-weight: 500;
}
label{
    font-weight: 600;
}
img{
    width: 100%;
    height: 100%;
}
.image-section{

}
.logo-section{
    width: 100px;
    height: 50px;
    position: relative;
    bottom: -40px;
    left: 8%;
    z-index: 9999;
}
.login-custom-btn:focus{
    box-shadow: 0 0 0 0.2rem rgb(111 95 252) !important;;
}
.form-section{
    margin-left: 20px;
}
.form-control:focus{
    border-color:#6f5ffc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 1%);
}
@media (max-width: 700px) {
    .form-section{
        margin-left: 0px;
    }
    .left-image-section{
        display: none;
    }
}