/*=.=.=.=.=---STYLE FOR---=.=.=.=.=*/

/* Getting the new tags to behave */
article, aside, audio,
canvas, command,
datalist, details,
embed,
figcaption, figure, footer,
header, hgroup,
keygen,
meter,
nav,
output,
progress,
section, source,
video {
    display: block;
}

mark,
rp, rt, ruby,
summary,
time {
    display: inline;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Global properties */
* {
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
    list-style: none;
    text-decoration: none;
}

body {
    font: normal 14px/18px 'Roboto', Helvetica, sans-serif;
    color: #000;
    /*background: url(../images/bg.jpg) left top no-repeat;*/
    background-size: cover;
    background:#404040;
}

.wraper {
    width: 100%;
    float: left;
    background: #1e6887;
    line-height: 48px;
}
.mainad {
    width: 1040px;
    margin: 0 auto;
    background: #f0f2f5;
    display: flex;
    margin-top: 50px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.wraper span {
    float: left;
    width: auto;
    margin: 10px 0 0 20px;
}

.wraper h2 {
    font-weight: 300;
    font-size: 28px;
    color: #fff;
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 48px;
    vertical-align: middle;
}
.login-page {
    /* margin: 0 auto; */
    height: auto;
    min-height: 350px;
    /*margin-top: 8rem;*/
    width: 600px;
    /* box-shadow: 0 2px 3px rgba(236,242,246,.75); */
    border-radius: 3px;
    /*background-color: #fff;*/
    padding: 21px;
}

    .login-page h3 {
        color: #790000;
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
        text-align: left;
        margin-bottom: 14px;
    }
.allforum {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}
.login-page h3 img {
    width: 95%;
    height: auto;
}
.username {
    width: 100%;
    font-size: 14px;
    height: 58px;
    margin: 10px 0px 20px 0px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 9px;
    /* background: #fff !important; */
    /* line-height: 40px; */
    /* float: left; */
}

.pass {
    width: 100%;
    font-size: 14px;
    height: 40px;
    padding: 27.5px 10px;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.forget {
    width: 100%;
    float: left;
    /* margin-top: 10px; */
    font-size: 15px;
    color: #000;
    text-align: left;
}

.logbut {
    padding: 20px 21px;
    font-size: 17px;
    line-height: 18px;
    background-color: #3b3e4700;
    width: 100%;
    /* color: #fff; */
    border-radius: 9px;
    margin-top: 10%;
    cursor: pointer;
    border: solid 1px #6c6c6c;
}

    .logbut:hover {
        background: #007bff;
        color: #fff;
        border: solid 1px #007bff;
    }

.forget1 {
    width: 100%;
    float: left;
    height: 60px;
    margin-top: 10px;
    border-radius: 3px;
    line-height: 60px;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    background: url(../images/forgetpass.png) 109px 23px no-repeat #313131;
    font: normal 14px/18px 'Roboto', Helvetica, sans-serif;
}

    .forget1:hover {
        background: url(../images/forgetpass.png) 109px 23px no-repeat #000;
    }

.ftrdiv {
    width: 100%;
    position: fixed;
    bottom: 0;
    line-height: 48px;
    vertical-align: middle;
    background: #1e6887;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}

.ftrdiv span {
    margin-left: 30px;
}

.username:focus{ border: 1px solid #0094f2;}
.pass:focus{ border: 1px solid #0094f2;}

.login-rytimg {
    background: url(../Images/rytbg-login.png);
    background-repeat: no-repeat;
    /* height: 300px; */
    float: left;
    width: 440px;
    height: 640px;
    background-size: contain;
    position: relative;
}
    .login-rytimg p {
        background: #7dcbef;
        padding: 15px;
        text-align: justify;
        position: absolute;
        bottom: 0;
    }