﻿html {
    height: 100%
}

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

body {
    background-image: radial-gradient( cover, rgba(92,100,111,1) 0%,rgba(31,35,40,1) 100%), url('http://i.minus.com/io97fW9I0NqJq.png')
}

.Divbox {
    background: #5a7388;
    border: 1px solid #42464b;
    border-radius: 6px;
    margin: 15px auto 0px auto;
    width: 435px;
    padding: 50px;
}

.Tablebox {
    background-color: #ffffff;
    width: 100%;
}

.textboxlong {
    background: url('http://i.minus.com/ibhqW9Buanohx2.png') center left no-repeat, linear-gradient(top, #d6d7d7, #dee0e0);
    border: 1px solid #a1a3a3;
    border-radius: 4px;
    box-shadow: 0 1px #fff;
    box-sizing: border-box;
    color: #696969;
    height: 39px;
    margin: 0 0 10px 0;
    transition: box-shadow 0.3s;
    width: 381px;
    font-size: 17px;
    padding-left: 17px;
    padding-right: 17px;
}

.dropdowncs {
    width: 100px;
    height: 20px;
    color: black;
    font-size: 12px;
    border-width: 1px;
    font-family: Arial;
}

.dropdownlongcs {
    border: 1px solid #a1a3a3;
    border-radius: 4px;
    box-shadow: 0 1px #fff;
    box-sizing: border-box;
    color: #696969;
    height: 39px;
    margin: 0 0 10px 0;
    transition: box-shadow 0.3s;
    width: 381px;
    font-size: 17px;
    padding-left: 17px;
    padding-right: 17px;
}

.show-password {
    display: block;
    height: 16px;
    margin: 26px 0 0 28px;
    width: 87px;
}

.toggle {
    background: url(http://i.minus.com/ibitS19pe8PVX6.png) no-repeat;
    display: block;
    height: 16px;
    margin-top: -20px;
    width: 87px;
    z-index: -1;
}

.forgot {
    color: #eeeeee;
    display: inline-block;
    float: right;
    font: 12px/1 sans-serif;
    left: -56px;
    position: relative;
    text-decoration: none;
    top: 5px;
    transition: color .4s;
}

    .forgot:hover {
        color: yellow
    }

.buttonC {
    width: 100px;
    height: 35px;
    display: block;
    font-family: Arial, "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0px #37a69b;
    padding-top: 6px;
    margin: 10px auto 5px auto;
    position: relative;
    cursor: pointer;
    border: none;
    background-color: #7aa782;
    background-image: linear-gradient(top,#3db0a6,#3111);
    border-radius: 20px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #497a78, 0px 10px 5px #999;
}

    .buttonC:active {
        top: 3px;
        box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #31524d, 0px 5px 3px #999;
    }

.shadow {
    background: #000;
    border-radius: 12px 12px 4px 4px;
    box-shadow: 0 0 20px 10px #000;
    height: 12px;
    margin: 30px auto;
    opacity: 0.2;
    width: 270px;
}

.label {
    font-size: 13px;
    font-weight: bold;
    color: black;
    font-family: Arial;
}

.linkbutton {
    font-weight: bold;
    color: Blue;
    text-decoration: none;
}

    .linkbutton:hover {
        text-decoration: underline;
    }

.login {
    background: #2c489f;
    border: 1px solid #42464b;
    border-radius: 6px;
    /*height: 257px;*/
    /*margin: 20px auto 0;*/
    margin: -18px auto 0;
    width: 326px;
    padding-left: 27px;
    padding-top: 10px;
}

.logintextboxcs {
    background: url('http://i.minus.com/ibhqW9Buanohx2.png') center left no-repeat, linear-gradient(top, #d6d7d7, #dee0e0);
    border: 1px solid #a1a3a3;
    border-radius: 4px;
    box-shadow: 0 1px #fff;
    box-sizing: border-box;
    color: #696969;
    height: 39px;
    margin: 31px 0 0 29px;
    padding-left: 37px;
    transition: box-shadow 0.3s;
    width: 240px;
}

    .logintextboxcs:focus, .logintextboxcs:focus {
        box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
        outline: 0;
    }

.loginbuttoncs {
    width: 240px;
    height: 35px;
    display: block;
    font-family: Arial, "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    /*text-shadow: 1px 1px 0px #37a69b;*/
    /*padding-top: 6px;*/
    /*margin: 29px 0 0 29px;*/
    margin: 30px 30px 20px 30px;
    position: relative;
    cursor: pointer;
    border: none;
    /*background-color: #7aa782;*/
    background-color: #9054b2;
    background-image: linear-gradient(top,#3db0a6,#3111);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #497a78, 0px 10px 5px #999;*/
}

    .loginbuttoncs:active {
        top: 3px;
        /*box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #31524d, 0px 5px 3px #999;*/
    }



.profile-options {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px 0.1px;
    z-index: 1000;
    padding: 10px;
}

    .profile-options a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: black;
    }

        .profile-options a:hover {
            background-color: #f0f0f0;
        }


