﻿

body {
    /*fix top height*/
    padding: 100px;
    font-family: "Open Sans Condensed", sans-serif;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    /*background-image:url('~/img/loginbackimg.jpg');*/
    /*background-color:rgba(0,0,0,.1);*/
}

#bg {
    position: fixed;
    left: 0;
    margin-top: 0px;
    width: 100%;
    height: 100%;
    /*background-color: rgba(255,255,255,.4);*/
    background-image: url('loginbackimg.jpg');
    background-size: auto;
    /*-webkit-filter: blur(100px);*/
}

form {
    border-style: solid;
    border-color: rgba(60, 60, 60, .4);
    border-width: 1px;
    position: relative;
    width: 300px;
    margin-top: 0px;
    margin: 0 auto;
    background: #240d69;
     /*background: linear-gradient(to top left, #cc0099 0%, #000099 100%);*/
    padding: 20px 22px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    form input, form button {
        width: 270px;
        height: 25px;
        border: 1px solid;
        border-bottom-color: rgba(80,80,80,.45);
        border-right-color: rgba(60,60,60,.35);
        border-top-color: rgba(60,60,60,.35);
        border-left-color: rgba(80,80,80,.45);
        /*background-color: #fff;*/
        background-repeat: no-repeat;
        padding: 8px 24px 8px 10px;
        font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
        letter-spacing: .075em;
        color: #000;
        text-shadow: 0 1px 0 rgba(0,0,0,.1);
        margin-bottom: 19px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        form button:focus {
            background-color: #f8b108;
        }

        form input.email {
            background-position: 220px 10px;
        }

        form input.pass {
            background-position: 223px 8px;
        }

::-webkit-input-placeholder {
    color: #ccc;
    text-transform: uppercase;
}

::-moz-placeholder {
    color: #ccc;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    color: #ccc;
    text-transform: uppercase;
}

form button[type=submit] {
    width: 305px;
    height: 50px;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: .05em;
    text-shadow: 0 1px 0 #f8b108;
    text-transform: uppercase;
    background: #b200ff;
    border-top-color: #fff;
    border-left-color: #fff;
    border-bottom-color: #fff;
    border-right-color: #fff;
    cursor: pointer;
    font-weight: bolder;
}

/*.formbutton {
    border: 1px solid;
    border-bottom-color: rgba(80,80,80,.45);
    border-right-color: rgba(60,60,60,.35);
    border-top-color: rgba(60,60,60,.35);
    border-left-color: rgba(80,80,80,.45);
    padding: 8px 24px 8px 10px;
    font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
    letter-spacing: .075em;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    margin-bottom: 19px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 305px;
    height: 50px;
    margin-bottom: 0;
    text-transform: uppercase;
    background: #b200ff;
    cursor: pointer;
    font-weight: bold;
}

    .formbutton:hover {
        background-color: #ffd800;
    }*/
.formbutton {
    border: 1px solid;
    border-bottom-color: rgba(80,80,80,.45);
    border-right-color: rgba(60,60,60,.35);
    border-top-color: rgba(60,60,60,.35);
    border-left-color: rgba(80,80,80,.45);
    padding: 8px 24px 8px 10px;
    font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
    letter-spacing: .075em;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    margin-bottom: 19px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 55px;
    margin-bottom: 0;
    text-transform: uppercase;
    /*background: #802efb;*/
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    cursor: pointer;
    font-weight: bold;
}

    .formbutton:not([disabled]):focus {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    }

    .formbutton:not([disabled]):hover {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    }

.btnforgorpassword {
    border: 1px solid;
    border-bottom-color: rgba(80,80,80,.45);
    border-right-color: rgba(60,60,60,.35);
    border-top-color: rgba(60,60,60,.35);
    border-left-color: rgba(80,80,80,.45);
    background-color: #fe6c04;
    background-repeat: no-repeat;
    padding: 8px 24px 8px 10px;
    font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
    letter-spacing: .075em;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    margin-bottom: 19px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 305px;
    height: 50px;
    margin-bottom: 0;
    text-shadow: 0 1px 0 #f8b108;
    text-transform: uppercase;
    background: #0094ff;
    border-top-color: #fff;
    border-left-color: #fff;
    border-bottom-color: #fff;
    border-right-color: #fff;
    cursor: pointer;
    font-weight: bold;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body {
        padding: 200px 0 0 0;
        /*margin-left: 0 auto;*/
        font-family: "Open Sans Condensed", sans-serif;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
        background-color: #f1f1f1;
    }

    form {
        border-style: solid;
        border-color: rgba(60, 60, 60, .4);
        border-width: 1px;
        position: relative;
        width: 300px;
        margin-top: 0px;
        background: #240d69;
        padding: 20px 22px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #bg {
        margin-top: 0px;
        position: fixed;
        margin-left: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgba(255,255,255,.4);*/
        background-size: auto;
        /*-webkit-filter: blur(100px);*/
    }

    form input, form button {
        width: 270px;
        height: 25px;
        border: 1px solid;
        border-bottom-color: rgba(80,80,80,.45);
        border-right-color: rgba(60,60,60,.35);
        border-top-color: rgba(60,60,60,.35);
        border-left-color: rgba(80,80,80,.45);
        background-repeat: no-repeat;
        padding: 8px 24px 8px 10px;
        font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
        letter-spacing: .075em;
        color: #000;
        text-shadow: 0 1px 0 rgba(0,0,0,.1);
        margin-bottom: 19px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .formbutton:hover {
        background-color: #ffd800;
    }

    .txtalign {
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
}
