.fsSubmitButton {
	padding: 5px 10px 6px !important;
	background-color: #4CAF50;
  border: none;
  color: white;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

#Username_title {
	position: relative;
	top: -20px;
}

#Wrapper_title {
	padding-left:40px;

}

#profile_pic {
	height:64px;
	width:64px;
	border-color:#fff;
	border-style:solid;
	border-radius:5px;
}

#Tabs_account {
  top:-20px;
}

#Profile_Box {
	border-color:white;
	border-style:solid;
	border-radius:5px;
	border-width:3.5px;
	background: #f5f2f0;
}

/* above is for the tabs css */

/* below is the forms css */

textarea {
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: vertical;
}

textarea:focus {
border: 2px solid #ccc;
outline: none;
}

fieldset {
    border: 1px groove (internal value);
}

legend {
	font-size: 18px;
}

label {
	font-size: 15px;
}

.inputtextborder {
    width: 30%;
    padding: 4px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid red;
		outline: none;
}

select {
    width: 20%;
    padding: 4px 10px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
}

/* above is for the forms css */

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}



@media screen and (max-width: 1000px) { /* When the screen-size drops */
	#profile_pic {
	height:48px;
	width:48px;
}

legend {
	font-size: 10px;
}

.inputtextborder {
    width: 80%;
    padding: 4px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid red;
		outline: none;
}

select {
    width: 60%;
    padding: 4px 10px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
}
}
