﻿
.test {
    width: 700px;
    margin: 40px auto;
    background-color: #fff;
    border:1px solid #000;
    border-radius: 4px;
    min-height: 700px;
    transition: .3s ease-out;
    box-shadow: 0 0 50px #000;
}
.test *{
    transition: .7s cubic-bezier(.2,-0.64,.11,1.5);
}

.login-container {
    width: 300px;
    height: 260px;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin: 100px auto;
    border-bottom: 4px #ac9c7b solid;
    box-shadow: 0 0 16px #f2f2f2; 
    direction: rtl;
}
.login-title {
    color: #0f8168;
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
}
.login-text-container {
    width: 266px;
    height: 34px;
    clear: both;
    margin: 18px auto;
    position: relative;
}

.login-text-container .fa {
    color: #bebebe;
    font-size: 18px;
    position: absolute;
    right: 30px;
    top: 8px;
    
}

.text-input {
    width: 242px;
    height: 34px;
    border: 1px solid #dbdbdb;
    padding: 0 50px;
    margin:0 12px; 
    transition: .3s ease-out; 
}

.text-input:focus{
    box-shadow: 0 0 8px #9CDBCF;
    
}


a.forget-pw {
    font-size: 14px;
    text-align: left;
    float: left;
    margin-left: 34px;
    color: #c1d0cd;
}

.submit-contianer {
    clear: both;
    width: 240px;
    margin: 0px auto;
}

.submit-contianer .input-submit {
    width: 119px;
    height: 34px;
    background-color: #0b826c;
    color: #fff;
    border: 0px none;
    border-radius: 4px;
    display: inline-block;
    line-height: 34px;
}
.submit-contianer .input-submit:hover{
	background-color:#0D9078;
}

.submit-contianer a.new-user {
	width: 118px;
	height: 34px;
	background-color: #0b826c;
	color: #fff;
	border: 0px none;
	border-radius: 4px;
	margin-top: 10px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
}
.submit-contianer a.new-user:hover {
	background-color: #0D9078;
}