
body {
	
	font-family: Arial, Helvetica, sans-serif;
	background #852577;}
	
.chekbackground {background: #FAF5FE url(../Login_v8/images/icons/fairy-autumn.gif) repeat fixed center; }	


/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}



/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}



/* Style inputs with type="text", select elements and textareas */
inputdata[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #4CAF50;
}





/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 20%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

/* Add a background color and some padding around the form */
.datacontainer {
    border-radius: 25px;
    background-color: #f2f2f2;
    padding: 20px;
}



span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close_2 {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}


.txt16 {
	font-size: 30px;
	color: black;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	left: center;
	right: center;
}


.text_box1{

	background: transparent;
	width: 90%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #FC0808;
	background: rgba(255, 255, 255, 0.5);
	padding: 2px 20px 12px 40px;
	position: center;
	margin-left: 10px;
}



.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}



/* 2. button Start of awe Button style
--------------------------------------------------------------------------------*/

.awe-btn {
    display: inline-block;
    border: 5px solid #dfdfdf;
    box-shadow: none;
    outline:  2px solid white;
    margin-left: 10px;
	margin-right: 10px;
    text-align: center;
    font-size: 20px;
    padding: 9px 12px;
    color: #000;
    background-color: white;
    transition: all .3s ease;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 1;
}

.awe-btn:hover {
    background-color: #333;
    color: #fff;
    border-col	or: #333;
}

.awe-btn[disabled] {
    opacity: .65;
    cursor: not-allowed;
}

.awe-btn--primary {
    background-color: #049f40;
    color: #fff;
}

.awe-btn--primary:hover {
    background-color: #000;
    color: #fff;
}

.awe-btn--primary:focus {
    background-color: #000;
    color: #fff;
}

.awe-btn--success {
    background-color: #5cb85c;
    color: #fff;
}

.awe-btn--success:hover {
    background-color: #449d44;
    color: #fff;
}

.awe-btn--success:focus {
    background-color: #449d44;
    color: #fff;
}

.awe-btn--info {
    background-color: #5bc0de;
    color: #fff;
}

.awe-btn--info:hover {
    background-color: #31b0d5;
    color: #fff;
}

.awe-btn--info:focus {
    background-color: #31b0d5;
    color: #fff;
}

.awe-btn--warning {
    background-color: #f0ad4e;
    color: #fff;
}

.awe-btn--warning:hover {
    background-color: #ec971f;
    color: #fff;
}

.awe-btn--warning:focus {
    background-color: #ec971f;
    color: #fff;
}

.awe-btn--danger {
    background-color: #d9534f;
    color: #fff;
}

.awe-btn--danger:hover {
    background-color: #c9302c;
    color: #fff;
}

.awe-btn--danger:focus {
    background-color: #c9302c;
    color: #fff;
}

.awe-btn--link {
    background-color: transparent;
    color: #fe6565;
}

.awe-btn--link:hover {
    background-color: transparent;
    color: #fe6565;
    text-decoration: underline;
}

.awe-btn--link:focus {
    background-color: transparent;
    color: #fe6565;
}

.awe-btn--dark {
    background-color: #000;
    color: #fff;
}

.awe-btn--dark:hover {
    background-color: #fe6565;
    color: #fff;
}

.awe-btn--dark:focus {
    background-color: #fe6565;
    color: #fff;
}

.awe-btn--xs {
    padding: 6px 15px;
    font-size: 12px;
}

.awe-btn--sm {
    padding: 8px 15px;
    min-width: 100px;
    font-size: 12px;
}

.awe-btn--md {
    padding: 10px 20px;
    min-width: 140px;
    font-size: 14px;
}

.awe-btn--lg {
    padding: 14px 24px;
    min-width: 160px;
    font-size: 16px;
}

.awe-btn--square {
    border-radius: 0;
}

.awe-btn--round {
    border-radius: 5px;
}

.awe-btn--pill {
    border-radius: 20px;
    padding: 10px 20px;
    border-color: #049f40;
    line-height: normal;
}

.awe-btn--block {
    display: block;
    width: 100%;
}

.awe-btn--disabled {
    opacity: .65;
    cursor: not-allowed;
}
/*END of awe Button style*/

hr{ 
  height: 2px;
  color: white;
  background-color: white;
  border: none;
}


/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}


.foreground-image2 {
    vertical-align: center;
	
    width: 200px;
    border: 10px;
    position: absolute;
	left: 250;
	top: 150;
    z-index: 999;
}
.backgroung_image_1{
	background: "Login_v8/images/icons/background_1.jpg" no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: scroll !important;
}




.txt4 {
	font-family: Ubuntu-Bold;
	font-size: 30px;
	color: black;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	left: center;
	right: center;
	overflow: auto;
}


.txt_Title {
	font-family: Ubuntu-Bold;
	font-size: 30px;
	color: white;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	left: center;
	right: center;
	
}



.txt_Legend {
	font-family: Ubuntu-Bold;
	font-size: 30px;
	color: #bf0111;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	left: center;
	right: center;
	
}

.txt_content {
	font-family: Ubuntu-Bold;
	font-size: 20px;
	color: white;
	line-height: 1.5;
	text-transform: none;
	text-align: auto;
	left: auto;
	right: auto;
	
}



/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
@media only screen and (max-width: 300px){
	text_box1 {
	display: block;
    float: none;	
}
}
