﻿body {
    background-image: url("./images/Background-Pictures-442.jpg");
    background-repeat: no-repeat;
    height: 100%;
    scroll-snap-points-x: none !important;
    scroll-snap-points-y: none !important;
    -webkit-scroll-snap-points-x: none;
    -webkit-scroll-snap-points-y: none;
}

html, body {
    overflow: hidden;
}

.ShahrDariLogo {

    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

#btnLogin {
    box-shadow: 1px 0 3px 1px darkgray !important;
    -ms-border-top-left-radius: 19px !important;
    border-top-left-radius: 19px !important;
    -ms-border-bottom-right-radius: 19px !important;
    border-bottom-right-radius: 19px !important;
    -ms-transition: .8s;
    -o-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
}

#btnLogin:hover {
        -ms-border-top-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        -ms-border-bottom-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        -ms-border-top-right-radius: 19px !important;
        border-top-right-radius: 19px !important;
        -ms-border-bottom-left-radius: 19px !important;
        border-bottom-left-radius: 19px !important;
    }
.Logininputs {
   //background-color: transparent !important;
}