@charset "utf-8";
.login {
    background-color: #d9dad8;
    width: 25%;
	top: 10px;
    padding: 10px 20px 10px 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 35px;
    position: relative;
    box-shadow: 2px 8px 8px 5px rgba(0, 0, 0, 0.2);
    background-size: cover;
    border: 1px solid #f7fbff;
}

.login-right {
    width: 100%;
}

.login-right input[type="text"], .login-right input[type="password"] {
    width: 92%;
    padding: 8px 15px;
    font-weight: normal;
    background: none;
    border: 1px solid #44b1e2;
    background-color: #fff;
    color: #999;
    border-radius: 30px;
    outline: none;
    font-size: 14px;
    margin-top: 15px;
}

.login-right input[type="submit"] {
    background: #236fbc;
    color: #fff;
    font-size: 20px;
    border: none;
    width: 60%;
    outline: none;
    border-radius: 30px;
    -webkit-appearance: none;
    padding: 10px 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin-top: 15px;
	margin-left:20%;
	margin-right:20%;
}

.c-profile {
    background-color: #b5b3b8;
    width: 40%;
    padding: 4px 4px 4px 4px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    border-radius: 50px;
    position: relative;
    box-shadow: 2px 8px 8px 5px rgba(0, 0, 0, 0.1);
    background-size: cover;
    border: 1px solid #b5b3b8;
}

.c-profile-right {
    /*width: 223px;*/
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
}

.c-profile-left {
    width: 321px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
}

.normal {
	font-family: Calibri;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

body.signup-body {
    overflow: auto !important;
    background: url(../images/s1.jpg) no-repeat 0px 0px;
    background-size: cover;
}