﻿html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: sans-serif;
    background: url('../image/pwlogin.png');
    /*background: url(../images/login.png);*/
    background-size: cover;
}

.logo {
    height: 110px;
    background-color: white;
}

.bg-box {
    background: url('../image/pwlogin.png') no-repeat center;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}

.box {
    /*background: url('../../StyleSheet/AdminloginResource/images/login.png');*/
    position: absolute;
    top: 55%;
    left: 75%;
    transform: translate(-50%,-50%);
    width: 400px;
    padding: 40px;
    background: rgba(255, 255, 255,0.2);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0, 0, 0,0.8);
    border-radius: 40px;
}

    .box h2 {
        /*font-family: 'Permanent Marker', cursive;
        font-family: 'montserrat',sans-serif;*/
        font-family: 'Norican', cursive;
        margin: 0;
        padding: 0;
        color: #fff;
        text-align: center;
        font-size: 35px;
        /*font-family: cursive;
        text-shadow: 6px 2px 2px #333;
        color: deeppink ;*/
        color: gold;
        letter-spacing: 0;
        text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135
    }

.border {
    width: 180px;
    height: 1px;
    background: #f40;
    margin: 20px auto;
    margin-top: 30px;
}

.box .inputBox {
    position: relative;
    padding-left: 30px;
    padding-right: 18px;
}

    .box .inputBox input {
        width: 100%;
        padding: 10px 10px;
        font-size: 14px;
        color: #fff;
        /*letter-spacing: 1px;*/
        margin-bottom: 30px;
        border: none;
        border-bottom: 1px solid #fff;
        outline: none;
        background: transparent;
    }

    .box .inputBox label {
        position: absolute;
        top: 0;
        left: 28px;
        padding: 10px 0;
        font-size: 18px;
        color: #f5f6fa;
        pointer-events: none;
        transition: .5s;
        font-family: 'Norican', cursive;
    }

    .box .inputBox input:focus ~ label {
        top: 0px;
        left: -27px;
        color: #fff;
        font-size: 16px;
    }

    .box .inputBox input:valid ~ label {
        top: 0px;
        left: -27px;
        color: #fff;
        font-size: 16px;
    }

.box input[type="button"] {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    background: #fc5138;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 35px;
}

/*html {
    height:100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url("../../Images/rag.png");
    background-size: 100%;
}

.signup-form {
    width: 400px;
    padding: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    border-radius: 20px;
}
.image-box {
        margin-top: 30px;
    }
.image-box .image-content {
        margin: 0px auto ;
    }


.signup-form input {
    display: block;
    width: 100%;
    padding: 0 16px;
    height: 44px;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: 'montserrat',sans-serif;
    font-size: 15px;
}

    .signup-form button {
        display: block;
        width: 100%;
        padding: 0 16px;
        height: 44px;
        text-align: center;
        box-sizing: border-box;
        outline: none;
        border: none;
        font-family: 'montserrat',sans-serif;
        font-size: 15px;
    }

.txtb {
    margin: 20px 0;
    background: rgba(255, 255, 255,0.5);
    border-radius: 6px;
}

.signup-btn {
    margin-top: 60px;
    margin-bottom: 20px;
    background: #487eb0;
    color: #fff;
    border-radius: 44px;
    cursor: pointer;
    transition: 0.8s;
    font-size: 16px;
}

    .signup-btn:hover {
        transform: scale(0.96);
    }

.signup-form a {
    text-decoration: none;
    color: #fff;
    font-family: 'montserrat',sans-serif;
    font-size: 14px;
    padding: 10px;
    transition: 0.8s;
    display: block;
}

    .signup-form a:hover {
        background: rgba(0, 0, 0,0.3)
    }*/
