@charset "utf-8";

.BODY_PATTERN_ISO1 {
    background-clip: border-box;
    background-color: #434343;
}



/*HIPERLINKS COLOR DATA__________ONLY FOR REGISTER CSS___________*/

a:link{
    color: var(--gold2);
    text-decoration: none;
}
a:visited{color:var(--gold2);}
a:hover{
    color: var(--white1);
    text-decoration: underline;
}
a:active{color:var(--gold2),}


#Audition_informator {
    background-color: #88110455;
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 190;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#INFORMATOR_ERRORS {
    background-color: #BB2527;
}

#Audition_informator>div>img {
    width: 188px;
    margin-bottom: 5px;

}

#Audition_informator div {
    background-color: #FFFFFF;
    width: 500px;
    aspect-ratio: 1/1;
    border-radius: 21px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 39px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    margin-top: auto;
    height: 500px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-shadow: 0px 13px 15px -7px #00000099;
    box-shadow: 0px 13px 15px -7px #00000099;
}

#Audition_informator h1 {
    color: #276F09;
    text-shadow: 0px 0px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
}
#Audition_informator p {
    color: #196307;
    font-weight: normal;
    text-align: center;
    font-size: 23px;
    margin-bottom: 0px;
}
#Audition_informator a {
    width: 95%;
    background-color: #2E7611;
    display: block;
    height: 45px;
    font-size: 25px;
    color: #FFFFFF;
    padding-top: 3px;
    border-radius: 10px;
    margin-top: 20px;
    text-decoration: none;
    border: thick solid #FFFFFF22;
}
#Audition_informator a:hover {
	filter: brightness(1.2);
}



#REGISTERBOX {
    margin-top: 25px;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 50% 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 25px;
    padding-right: 25px;
    color: undefined;
}
#REGISTERBOX> header {
    width: 100%;
    color: #FFFFFF;
    font-size: 38px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 100px;
    text-align: center;
}
#REGISTERBOX>header h1 {
    text-align: left;

}
#REGISTERBOX header p {
    text-align: justify;
}
#REGISTERBOX header details {
    margin-top: 15px;
    text-align: left;
	
}
#REGISTERBOX header details summary {
    font-size: 20px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-weight: normal;
    color: var(--gold1);
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -5px;
	
	
	
}
#REGISTERBOX header details summary:hover {
    text-decoration: underline;
	


}

#REGISTERBOX header details p  {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1B1B1B88;
    padding-right: 20px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-color: #EFCB1055;
    border: thin solid #EFCB1055;
    text-align: justify;
    
	
}
#REGISTERBOX header fieldset {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 5px;
    background-color: #00000055;
    border: thin solid #EFCB1055;
    color: var(--gold1);

}
#REGISTERBOX header fieldset legend {
    text-align: left;
    padding-left: 10px;
    margin-left: 18px;
    padding-right: 10px;
    font-size: 16px;
}







/*	REGISTER DATA_______________________REGISTER DATA */ 

/*DECLARATIONS FOR GRID AREA*/


.REGISTER> img {
    grid-area: IMG;
    width: 35%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 31px;
    display: block;
	
}
.REGISTER aside {
    grid-area: ASIDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    color: #575757;
    font-size: 10px;
    height: 30px;
    margin-bottom: 15px;
    text-align: right;
    margin-top: 0px;
}
.REGISTER>div:nth-of-type(1) {grid-area: DIV1;}
.REGISTER>div:nth-of-type(2) {
    grid-area: DIV2;
}
.REGISTER>div:nth-of-type(3) {grid-area: DIV3;}
#mainSTD {grid-area: STD;}


.REGISTER {
    width: 100%;
    padding-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    /* [disabled]border-right: 2px dotted #FFFFFF; */
    /* [disabled]border-left: 2px dotted #FFFFFF; */
    border-bottom: 10px solid #FFFFFF;
    -webkit-box-shadow: 0px 9px 9px -5px #00000088;
    box-shadow: 0px 9px 9px -5px #00000088;
    text-align: left;
    border-radius: 5px;
    position: relative;
    display: grid;
    grid-template-areas: 'IMG IMG ASIDE ASIDE'
	'DIV1 DIV1 DIV2 DIV2'
	'STD STD STD STD'
	'DIV3 DIV3 DIV3 DIV3';
    grid-gap: 5px;
    background-color: #EBEBEB;
    margin-left: auto;
    margin-right: auto;
    border-top: 10px solid #FFFFFF;
}


.REGISTER div #websiteUrl {
    display: none;
}

.testerOUTPUT {
    background-color: #EC494D;
    width: 500px;
    padding-top: 21px;
    padding-right: 21px;
    padding-bottom: 21px;
    padding-left: 21px;
    height: 229px;
    margin-top: 3px;
    margin-bottom: 4px;
    display: block;
    margin-right: auto;
    margin-left: auto;/*	white-space: nowrap;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#users_list {
    display: block;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 100px;
    height: auto;
	}
#MAIN_TITLE_CREA  {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 30px;
    width: auto;
    margin-left: auto;
    margin-top: 33px;
    height: 70px;
    margin-right: auto;
	
}
#MAIN_TITLE_CREA h2 {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}
#login_container {
    width: 785px;
    height: 70px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}


#login_container label {
    width: 100%;
    display: block;
    height: 27px;
    text-align: left;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-size: 13px;
    background-color: #018800;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
    padding-top: 0px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-weight: normal;
    color: #FFFFFF;
    word-spacing: 0px;
    letter-spacing: 1px;
    text-indent: 9px;
}


#login_options p {
    text-align: center;
    width: auto;
}
#login_container div:nth-of-type(1), #login_container div:nth-of-type(2) {
    width: 300px;
    height: 58px;
    margin-right: 2px;
    margin-left: 2px;
}






#login_container label input {
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    color: #065206;
    border: none;
    margin-top: -2px;

}

#login:hover, #logout:hover {
	filter: brightness(1.2);
}
#login , #logout{
    width: 87px;
    display: block;
    padding-top: 0px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    margin-right: 5px;
    height: 70px;
    border-radius: 5px;
    border: medium solid #FFFFFF22;
}
#logout {
    background-color: #F7474A;
}
#login {
    background-color: #018800;
}










#log {
    width: 100%px;
    background-color: #F11921;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    letter-spacing: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: auto;
    padding-bottom: 0px;
    line-height: 17px;
    text-indent: 0px;
    padding-top: 13px;
    margin-top: -12px;
    margin-bottom: 250px;
}

.REGISTER header  {
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    color: #3A3A3A;
    border: thin solid #BBBBBB;
    width: 100%;
    display: flex;
    background-color: #EFEFEF;
    height: 41px;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 7px;
    margin-bottom: 45px;
    margin-top: auto;
    line-height: 39px;
    font-size: 16px;
    text-align: center;
  }
#name {
}
#height {
    width: 122px;
    display: inline-block;
}
#weight {
    width: 122px;
    display: inline-block;
}
#birth {
    margin-bottom: 17px;
}




.REGISTER header label  {
    width: 120px;
    padding-left: 29px;
    text-align: left;
    font-size: 17px;
  }

.REGISTER header select {
    text-align: center;
    display: inherit;

 
}
.REGISTER .manColor {
    border-right: 130px solid #0034FF;

}
.REGISTER .womanColor {
    border-bottom: thick solid #BA5FDC;

}




.REGISTER input {
    width: 100%;
    height: 40px;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    color: #088312;
    margin-bottom: 10px;
    border-radius: 5px;
    border: thin solid #264E2688;
}


.REGISTER label {
    color: #515151;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-size: 18px;
}
.REGISTER>div:nth-of-type(1)  {
    display: grid;
    grid-template-columns: 65% 35%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
  }
.REGISTER div:nth-of-type(1) div:first-of-type {
    display: block;
    padding-right: 10px;
    padding-top: 0px;
}



.REGISTER div:nth-of-type(1) div:last-of-type {
    width: 100%;
    margin-top: 0px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* [disabled]border: thin solid #6F6F6F; */
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 4px;
    padding-right: 0px;
    padding-top: 0px;
    height: 426px;
}


.REGISTER div:nth-of-type(1) div:last-of-type section:nth-of-type(1) {
    border: 1px solid #878787;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 100%;
    height: 272px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 7px;
    margin-top: 0px;
    position: static;
    margin-bottom: 5px;
}

.REGISTER div:nth-of-type(1) div:last-of-type section:nth-of-type(1) img{
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.REGISTER div:nth-of-type(1) div:last-of-type section label{
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    border-left: thin solid #B3B3B3;
    border-right: thin solid #B3B3B3;
    border-bottom: 3px solid #9C9C9C;
    border-top: thin solid #B3B3B3;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    border-radius: 4px;
    color: #4D4D4D;
    text-align: center;
    line-height: 0px;
    background-color: #F9F9F9;
    width: 100%;
    display: grid;
    height: 45px;
    justify-content: center;
    align-content: center;
    margin-bottom: 0px;
    margin-top: 4px;
    padding-bottom: 0px;
    position: relative;
}

.REGISTER div:nth-of-type(1) div:last-of-type section input {
    color: #424242;
    font-size: 15px;
    text-align: center;
    padding-top: 0px;
    width: 100%;
    height: 0px;
    visibility: hidden;
    margin-top: 0px;
    position: absolute;
    display: none;
}

.REGISTER div:nth-of-type(1) div:last-of-type section label:hover {
    border: thin solid #909090;
    background-color: #CFF8C9;
    transition: 300ms;
}


.REGISTER>div:nth-of-type(2)  {
    margin-left: 10px;
}
.REGISTER div:nth-of-type(3) {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1%;
    width: auto;
    margin-top: 10px;
    height: 80px;
}
.REGISTER div:nth-of-type(3) button {
    height: 70px;
    color: #FFFFFF;
    font-weight: normal;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    background-color: #FFFFFF;
    display: block;
    font-size: 17px;
    font-style: normal;
    border-radius: 15px;
    background-image: -webkit-linear-gradient(270deg,rgba(191,251,144,1.00) 0%,rgba(40,123,11,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(191,251,144,1.00) 0%,rgba(40,123,11,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(191,251,144,1.00) 0%,rgba(40,123,11,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(191,251,144,1.00) 0%,rgba(40,123,11,1.00) 100%);
    cursor: pointer;
    border: none;
    margin-top: auto;
    margin-bottom: auto;
    width: 250px;
}
.REGISTER div:nth-of-type(3) button:hover {
    transition: 50ms;
    border: thick solid #FFFFFF;
    -webkit-box-shadow: 0px 2px 3px 0px #00000099;
    box-shadow: 0px 2px 3px 0px #00000099;
}
.REGISTER div:nth-of-type(3) button:last-of-type {
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(270deg,rgba(255,147,149,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,147,149,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,147,149,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,147,149,1.00) 0%,rgba(255,0,0,1.00) 100%);
    width: 113px;
    height: 70px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
} 
.REGISTER div:nth-of-type(3) button:last-of-type:hover {
    background-color: #CC2714;
    background-image: -webkit-linear-gradient(270deg,rgba(196,40,42,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(196,40,42,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(196,40,42,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(196,40,42,1.00) 0%,rgba(255,0,0,1.00) 100%);
}
.REGISTER div textarea {
    width: 100%;
    height: 254px;
    color: #088312;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    resize: none;
}
#mainSTD  {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border: thin solid #B4B4B4;
    padding-right: 3px;
    padding-left: 3px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}
#mainSTD .STD_GALLERY   {
    overflow: hidden;
	display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 0.3%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mainSTD .STD_GALLERY img   {
    height: 115px;
    border-radius: 4px; 
}
.REGISTER select {
    width: 100%;
    height: 40px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    color: #088312;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border-width: thin;
}
.REGISTER_2  {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: thin dotted #FFFFFF;
    margin-bottom: -130px;
}
.REGISTER_2 h1 {
    text-align: center;
}
.REGISTER header #gender {
    text-transform: uppercase;
}













/*MOBILE SECTION CSS________________________________________*/




@media (max-width:1000px){
	
#REGISTERBOX {
    width: 100%;
    display: block;
    margin-top: 248px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
}
#REGISTERBOX> header {
    font-size: 102px;
}
.REGISTER>img {
    width: 30%;
    display: flex;
    margin-left: auto;
    padding-right: 0px;
    margin-right: auto;
    position: relative;
    margin-bottom: 0px;
	}

.REGISTER aside {
    font-size: 15px;
    border-radius: 0px;
    text-align: center;
    height: auto;
    margin-right: 0px;
    margin-bottom: 50px;
    visibility: visible;
    }

.REGISTER {
    width: 100%;
    margin-top: 200px;
    height: auto;
    padding-top: 30px;
    margin-right: auto;
    padding-bottom: 0px;
    margin-bottom: 1px;
    border-radius: 10px;
    margin-left: auto;
    display: block;
}
	
.REGISTER>div:nth-of-type(1) {
    display: block;
    margin-top: 18px;
    padding-top: 13px;
    padding-bottom: 27px;
    position: static;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
}
.REGISTER div:nth-of-type(1) div:first-of-type {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    height: auto;
    position: relative;
    display: block;
}
.REGISTER div:nth-of-type(1) div:last-of-type {
    height: auto;
    display: block;
    width: 100%;
    margin-top: 40px;
}

.REGISTER> main{
    display: block;
    height: 330px;
    margin-top: 195px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
#log {
    width: 100%;
    font-size: 30px;
}
#mainSTD {
    width: 100%;
    display: block;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-right: 0px;
    padding-top: 5px;
    margin-left: 0px;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-top: 0px;
}
#mainSTD .STD_GALLERY  {
    display: grid;
    grid-gap: 30px;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
	}

#mainSTD .STD_GALLERY img   {
    border-radius: 20px;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
}


.REGISTER div:nth-of-type(1) div:last-of-type section:nth-of-type(1) img{
    display: block;
	}
	
.REGISTER div:nth-of-type(1) div:last-of-type section:nth-of-type(1){
    display: block;
    width: 100%;
    position: static;
    height: 1153px;
    margin-bottom: 17px;
	}
.REGISTER>div:nth-of-type(1) div:last-of-type section:nth-of-type(2) {
    bottom: 0px;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
}
.REGISTER div:nth-of-type(1) div:last-of-type section label {
    display: flex;
    background-color: #FFFFFF;
    height: 128px;
    border-radius: 15px;
    font-weight: normal;
    font-size: 40px;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    width: 100%;
}
.REGISTER div:nth-of-type(1) div:last-of-type section input {
    display: none;

}
.REGISTER input {
    height: 120px;
    font-size: 60px;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.REGISTER>div:nth-of-type(2) {
    display: block;
    margin-top: 1px;
    position: static;
}
.REGISTER label {
    font-size: 44px;
    margin-right: 0px;
    padding-right: 0px;
    position: static;
}
.REGISTER div:nth-of-type(3) {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 29px;
}
.REGISTER div:nth-of-type(3) button {
    display: block;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 10px;
    height: 122px;
    font-size: 40px;
}
.REGISTER div:nth-of-type(3) button:last-of-type {
    width: 450px;
    margin-left: auto;
    height: 80px;
    margin-right: auto;
    margin-top: 50px;
}
.REGISTER>section {
    height: 10px;
    text-align: center;
}
.REGISTER>section img {
    width: 400px;
}
.REGISTER select {
    font-size: 60px;
    height: 120px;
}
.REGISTER header {
    height: 120px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
}
.REGISTER header label {
    width: 200px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 40px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.REGISTER div textarea {
    height: 900px;
    font-size: 50px;
    margin-bottom: 0px;
}
#height {
    width: 100%;
}
#weight {
    width: 100%;
}
#REGISTERBOX header details summary {
    font-size: 50px;
}
#REGISTERBOX header fieldset   {
    font-size: 40px;
    width: 100%;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;


}
#REGISTERBOX header fieldset legend {
    text-align: center;
    font-size: 40px;
}






	
}
