﻿@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 1em;
}

/*--//header--*/

/*-- content --*/

.sub-main-w3 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* align-items: center; */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .sub-main-w3 form {
        max-width: 500px;
        margin-top:100px;
        background: rgba(255, 255, 255, .7);
   
        padding:25px 40px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
		box-shadow:0 5px 10px  rgba(0, 0, 0, .5);
        border-radius: 5px;
    }

.form-style-agile {
    /*margin-bottom: 1.5em;*/
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
	margin-bottom: 10px;
}

.sub-main-w3 label {
    font-size: 16px;
	width: 20%;
	float: left;
    color: #333;
    display: inline-block;
    font-weight: 500;
    margin-top: 12px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

    .sub-main-w3 label i {
        font-size: 15px;
        margin-left: 5px;
        color: rgba(35, 114, 228, .8);
        border-radius: 50%;
        line-height: 1.9;
        text-align: center;
    }

.form-style-agile input[type="text"],
.form-style-agile input[type="password"] {

	width: 80%;
	float: left;
    color: #000;
    outline: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 15px;
    box-sizing: border-box;
    border: none;
    border: 1px solid #ddd;
    background: #fff;
}

.sub-main-w3 input[type="submit"] {
    color: #fff;
    background:rgba(35, 114, 228, .8);
    border: none;
    padding: 10px 0;
    margin-top: 20px;
    outline: none;
    width: 100%;
    font-size: 24px;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

    .sub-main-w3 input[type="submit"]:hover {
        background:rgba(35, 114, 228, 1);
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

.wthree-text {
    width: 100%;
}

    .wthree-text ul li:nth-child(1) {
        float: left;
    }

    .wthree-text ul li:nth-child(2) {
        float: right;
    }

    .wthree-text ul li {
        display: inline-block;
    }

        .wthree-text ul li a {
            color: #333;
            font-size: 14px;
            letter-spacing: 1px;
            font-weight: 500;
        }

    /*-- checkbox --*/

    .wthree-text label {
        font-size: 15px;
        color: #333;
        cursor: pointer;
        position: relative;
    }

.wthree-text {
    text-align: center;
}

.validcode {
    position: relative;
}

    .validcode a {
        position: absolute;
		float: left;
        display: block;
        width: 20%;
        height: 22px;
        right: 10px;
        top: 12px;
        line-height: 22px;
        color: #ffffff;
    }

