html, body{
    height: 100%;
}

body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    /* color: #FE3D00; */
    color: #7B7B7B;
    width: 100%;
    height: 100%;
}

h2{
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
}

input{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #F59D81;
    height: 50px;
    border-radius: 3px;
    border: none;
    display: flex;
    justify-items: center;
}
input[type=text]{
    width: 284px;
    border: 1px solid #AFAFAF;
    padding-left: 14px;
    padding-right: 14px;
}

input[type="file"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

input[type="file"] + label {
    background-color: #B8B8B8;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 14px;
}
    
input[type="file"]:focus + label,
input[type="file"] + label:hover {
      background-color: #8B8B8B;
}

input[type="submit"]{
    background-color: #F59D81;
    color: #fff;
    padding: 14px;
}

input[type="submit"]:focus, 
input[type="submit"]:hover{
    background-color: #F5734A;
}

.app{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.container{
    width: 580px;
    /* height: 590px; */
    border-radius: 3px;
    border: 1px solid #E6E0E0;
    margin: auto;
    padding-bottom: 30px;
}

.container>hr, .container>form>hr{
    width: 446px;
    border: 0.5px solid #E6E0E0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.container>form>span{
    display: flex;
    justify-content: center;
}
.form-item{
    display: flex;
    justify-content: center;
    margin: 20px;
}

.status-container{
    display: flex;
    justify-content: center;
}

.status-wrapper{
    border-left: 3px solid;
    padding: 15px;
}
.back-link{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.back-link>a{
    color: #F59D81;
}

.back-link>a:hover{
    color: #F5734A;
}
