html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {

   background-color: #F0F2F5;
   background-image: radial-gradient(circle, #9BCCF7 0%, #EAEAEA 80%);
}

a {
    text-decoration: none;
    font-size: 15px;
}

a:hover {
    text-decoration: underline;
}

/*header start*/
#header {
    padding: 3px 0;
}

.head_framework_version_class {
    font-weight: bold;
    color: #000;
    padding: 5px 10px;
    margin: 0 3px;
    border-radius: 4px;
    cursor: pointer;
}

.head_framework_version_class:hover {
    background-color: #000;
    color: #9BCCF7;
}

#alphabit_logo {
    margin: 4px;
}

/*header ends*/

.container_corner_div {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: rgba(60, 66, 87, .12) 0 7px 14px 0, rgba(0, 0, 0, .12) 0 3px 6px 0;
    background: rgba(255, 255, 255, 1)
}

/*container starts*/
#top_login_container {
    margin-top: 70px;
}

#login_container {
    margin: 0 auto;
    width: 400px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

#project_title {
    text-align: center;
    color: black;
    font-size: 26px;
    font-weight: bold;
    padding: 3px;
}

#copy_sug {
    color: #000;
    font-size: 12px;
    padding: 3px;
    text-align: center;
}

/*log in starts*/
#login_div {
    margin: 0 auto;
    padding: 10px;
}

#login_div form {
    margin: 0;
    padding: 0;
}

#login_table {
    width: 100%;
    margin: 0 auto;
    padding: 10px
}


#login_table .login_input_text {
    border: 1px solid #DDDFE2;
    font-size: 20px;
    box-sizing: border-box;
    color: #0075FF;
    text-indent: 7px;
    padding: 15px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.6);

}


#login_table .login_input_text_focus {
    background: #FFF;
    border-color:#000 !important;
}

#login_table .login_input_button {
    font-size: 15px;
    font-weight: bold;
    margin-top: 3px;
    width: auto !important;
}

#login_table .login_input_button i.iconfont_element:before {
    content: "\f09c";
}

#login_table label {
    color: #000;
    font-size: 15px;

}

#login_table td {
    padding: 4px;
}

#login_reload,
#forget_reload {
    background: url('../images/common/reload.gif') 0 -20px no-repeat;
    height: 20px;
    width: 20px;
    border: none;
    cursor: pointer;
    display: block;
    color: transparent;
}

#login_verify_container,
#forget_verify_container {
    width: 80px;
    display: block;
    height: 20px;
    background: url('../images/common/ajax-loader.gif') center center no-repeat;
}

/*log in ends*/

/*pop up window starts*/
.shadow_div {
    background: #000;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}

#top_popup_div {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
}

#popup_div {
    z-index: 3;
    padding: 10px;
    background-color: #f0f0f0;
}

/*pop up window ends*/

/*container ends*/

/*message in login/forget*/
#login_message,
#forget_message {
    display: none;
    font-weight: bold;
}

#login_message div,
#forget_message div {
    font-weight: bold;
}

/*message ends*/


/*message container starts*/
.message_div {
    padding: 20px;
    padding-left: 40px;
    margin-bottom: 5px;
    background-position: 20px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    z-index: 999;
}

.message_div,
.message_div * {
    font-weight: bold;
    font-size: 14px;
}

.warning {
    color: #CC0000;
    background-color: #FFE0E0;
    background-image: url('../images/message/s_warn.png');
}

.notice {
    color: #000000;
    background-color: #FFFFDD;
    background-image: url('../images/message/s_notice.png');
}

.sucess {
    color: #5f8232;
    background-color: #dcf3bd;
    background-image: url('../images/message/s_success.png');
}

/*message container ends*/
.elementbutton {
    white-space: nowrap;
}

.license-message {
    text-align: center;
    position: fixed;
    left: 10px;
    z-index: -1;
    bottom: 10px;
    color: white;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ff9800;
    box-shadow: rgba(60, 66, 87, .5) 0 7px 14px 0, rgba(0, 0, 0, .5) 0 3px 6px 0;
}

.license-message .title {
    font-size: 16px;
    padding: 20px;
   
}

.license-message .body {
    padding: 10px;
    background-color: black;
}

.license-message .body div {
    margin:10px 0;
    border:1px solid #fff;
    border-radius: 4px;
    padding:4px;
    font-size: 14px;
    font-weight: bold;
}

.license-message b {
    font-size: inherit;
    display: block;
    color: #ff9800;
}

.license-message span {
    font-size: 120%;
    font-weight: bold;
    display: block;
    color:#fff;
    margin:10px 4px 4px;
    background-color:red;
    line-height: initial;
    border-radius: 4px;
}