﻿section.login_section {
    float: left;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #f9f9f9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

article.login_article {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    max-width: 1024px;
    min-width: 300px;
    padding: 2.5em 2em 2.5em 2em;
    margin: 0 0 0 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.right_body_row {
    float: none;
    display:inline-block;
    width: 60%;
    margin: 0;
    padding: 2em 0 0 0;
    text-align: center;
    margin-bottom: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.right_body_title {
    float: left;
    width: 100%;
    padding: 0.5em 0 0 0;
    font-size: 200%;
    line-height: 1em;
    color: #313131;
    text-align: center;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.right_body_desc {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    color: #313131;
    margin: 1em 0 1em 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.right_body_title_link {
    float: right;
    font-size: 12px;
    text-decoration: none;
    color: #1e1e1e;
    margin-left: 10px;
}

    .right_body_title_link:hover {
        color: #5195ce;
    }

.register_btn {
    float: none;
    position: relative;
    display: inline-block;
    height: auto;
    width: 60%;
    text-decoration: none;
    padding: 1em 0em 1em 0em;
    margin: 1.5em 0 1.5em 0;
    background-color: #0dab05;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
}

    .register_btn span {
        float: none;
        width: auto;
        position: relative;
        text-align: center;
        padding: 0;
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
        font-weight: bold;
        display: inline-block;
    }

    .register_btn:hover {
        background-color: #009d00;
    }

.login_body_wrap {
    float: none;
    width: 40%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.5em;
    color: #313131;
    background: #fff;
    border: 1px solid #e6e6e6;
    display:inline-block;
    box-sizing: border-box;
}

.login_body_row {
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login_body_row p {
    display:inline-block;
    float:left;
    width:100%;
    line-height:1.4em;
    text-align:left;
    font-size:0.9em;
    color:#313131;
    padding:0.5em 0 0 0;
}

.right_body_error {
    float: left;
    width: 100%;
    font-size: 14px;
    color: red;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
}

.login_body_title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-top: 0;
    padding: 0em 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login_body_text {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: left;
    margin-top: 0;
    padding: 1.5em 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login_body_txtbox {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 14px;
    color: #515151;
    margin-top: 0.5em;
    margin-left: 0;
    padding: 8px;
    border: 1px solid #dddddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login_btn {
    float: none;
    text-align: left;
    height: auto;
    width: 60%;
    background: #5195ce;
    margin: 1.5em 0 0.75em 0;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 1em 0 1em 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .login_btn:hover {
        background-color: #3d83ba;
    }

    .login_btn span {
        float: left;
        width: 100%;
        margin-top: 0;
        line-height: 12px;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
        text-align: center;
        font-weight: bold;
    }

.login_btn_off {
    float: left;
    text-align: left;
    height: auto;
    width: 60%;
    background: #ebebeb;
    margin: 1.5em 0 0.75em 0;
    font-size: 14px;
    color: #bbbbbb;
    text-decoration: none;
    display: inline;
    padding: 1em 0 1em 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: progress;
    border: 1px solid #dddddd;
}

    .login_btn_off span {
        float: left;
        width: 100%;
        margin-top: 0;
        line-height: 12px;
        text-align: center;
        font-weight: bold;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    }

.reminder_btn {
    float: left;
    text-align: left;
    height: auto;
    width: 60%;
    background: #5195ce;
    margin: 1.5em 0 0.75em 0;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: inline;
    padding: 1em 0 1em 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    /*.reminder_btn::after
{
	content:"";
	float:left;
	width:126px;
	height:3px;
	display:inline;
	position:relative;
	margin-top:-21px;
	margin-left:1px;
	border:1px solid #3e92cb;
	-moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius:4px;
    border-bottom:none;
}*/

    .reminder_btn:hover {
        background-color: #3d83ba;
    }

    .reminder_btn span {
        float: left;
        width: 100%;
        margin-top: 0;
        line-height: 12px;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
        text-align: center;
        font-weight: bold;
    }

.login_body_forgot {
    float: none;
    display:inline-block;
    margin-top: 0.75em;
    margin-left: 0;
    font-size: 12px;
    color: #5195ce;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

    .login_body_forgot:hover {
        color: #000;
    }

.login_body_forgot_icon {
    float: none;
    display:inline-block;
    margin-top: 0.5em;
    margin-left: 5px;
    height: 16px;
    width: 16px;
}

.login_body_forgot_icon a {
    float: left;
    margin: -1px 0 -1px 0;
    height: 16px;
    width: 16px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 780px) {
    .right_body_row {
        width: 100%;
        padding: 2em 0 0 0;
    }

    .login_body_wrap {
        width: 60%;
    }

    .register_btn {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .login_body_wrap {
        width: 100%;
    }

    .register_btn {
        width: 75%;
    }
}

@media (max-width: 400px) {
    .right_body_title {
        font-size: 150%;
    }

    .right_body_desc {
        font-size: 1em;
    }

    .register_btn {
        width: 100%;
    }

    .login_btn {
        width: 100%;
    }

    .login_btn_off {
        width: 100%;
    }

    .reminder_btn {
        width: 100%;
    }
}
