﻿.msgbox {
    display: none;
    width: 537px;
    height: 130px;
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fefefe;
    margin: auto;
    padding: 25px;
    border: 1px solid #888;
    text-align: center;
}

    .msgbox div {
        margin-bottom: 15px;
    }

    .msgbox .closemsg {
        border-radius: 3px;
        padding: 2px 9px;
        margin: 11px;
        background: #384d55;
        color: white;
        cursor: pointer;
    }
.login-content {
    margin: 0 auto;
    max-width: 364px;
}

.login-box {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.welcome-text {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

    .welcome-text span {
        font-size: 20px !important
    }

.imgsend2 {
    -webkit-appearance: none;
    width: auto !important;
    font-weight: bold;
    cursor: pointer;
    color: #384d55;
    background-color: #A6CE39;
    border: 1px solid #A6CE39;
    margin-top: 15px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

.HyForget {
    font-size: 14px !important;
    color: #a6ce39;
}

    .HyForget:hover, .createacc:hover {
        Color: #58595B;
    }

.createacc {
    color: #a6ce39;
    font-weight: bold
}

.changelang {
    direction: ltr;
}

.changelangeng {
    direction: rtl
}

.content input {
    width: 95%;
    visibility: visible
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border: 1px solid green;
    -webkit-text-fill-color: green;*/
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    transition: background-color 5000s ease-in-out 0s;
}

.error-not span, .loginerror {
    font-size: 13px !important;
    color: red;
}
