@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap");

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;

}

html {
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    height: 100%;
    background-color: #f3f2f2;
}

.container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    max-width: 56vh;
    width: 100%;
    height: 85vh;
    padding: 0px 8px;
    box-sizing: border-box;
    position: relative;
}

.container.id {
    height: 100%;
}

.portal {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    height: 85%;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 10px -3px rgba(0, 0, 0, 0.2);
}

.img-container {
    width: 40%;
    height: auto;
    overflow: hidden;
}

.img-container img {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

img.dummy {
    aspect-ratio: 1;
}

h3 {
    font-weight: 650;
    font-size: 36px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.loginform {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.floating-label {
    display: flex;
    flex-flow: row-reverse nowrap;
    position: relative;
    margin-bottom:  10px;
    width:  100%; 
}
label {
    position:  absolute; 
    top: calc(50% - 7px);
    left:  0; 
    opacity:  0; 
    transition:  all .3s ease; 
    padding-left:  44px; 
    cursor: text;
}
input:not(:placeholder-shown) {
    padding:  28px 0px 12px 0px; 
}
input:not(:placeholder-shown) + label {
    transform:  translateY(-10px); 
    opacity:  .7;
    font-size:  12.5px; 
    color:  #000;
    font-weight:  400;  
    transition:  all .1s linear; 
}
input {
    font-size:  16px; 
    padding:  20px 0px; 
    letter-spacing: 0.5px;
    height:  56px; 
    border:  none; 
    border-bottom:  solid 1px rgba(0,0,0,.1); 
    background:  #fff; 
    width:  280px; 
    box-sizing:  border-box; 
    transition:  all .3s linear; 
    color:  #000; 
    font-weight:  400;
    -webkit-appearance:  none; 
    border-radius: 0px;
}
input:focus {
    border-bottom:  solid 1px #82c7e7; 
    outline: 0; 
}
input {
    width:  calc(100% - 44px); 
    margin-left:  auto;
    display:  flex; 
}
.icon {
    position: relative; 
    top:  0; 
    left:  0; 
    height:  56px; 
    width:  44px; 
    display:  flex; 
}    
svg {
    height:  30px; 
    width:  30px; 
    margin:  auto;
    opacity:  .15; 
    transition:  all .3s ease; 
}

button {
    font-size: 12.5px;
    border-radius: 25px;
    padding: 13px 35px;
    background-color: #82c7e7;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 10px;
    border: 1px solid #82c7e7;
    cursor: pointer;
}

button:hover {
    background-color: #fff;
    color: #82c7e7;
}

.main-carousel {
    width: 100%;
    height: 85vh;
}

/**.flickity-viewport {
    overflow: visible!important;
    height: 80%!important;
}**/

.portal.id {
    width: 100%;
    margin: 0 20px;
    height: 100%;
}

h6 {
    color: #555;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h3#name {
    margin-bottom: 10px;
} 

.round {
    border: 1px solid #82c7e7;
	border-radius: 50%;
}

div#secondid {
    width: 60%;
    height: auto;
    text-align: center;
}

div#secondid img {
    margin-bottom: 20px;
}

div#back {
    justify-content: center;
}

.logo-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 28px;
    position: absolute;
    top: 40px;
}

.logo-img {
    max-height: 100%;
    max-width: 100%;
    margin-right: 10px;
}

.logo-text {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

h5#address {
    position: absolute;
    bottom: 40px;
}

h5#uid {
    position: absolute;
    bottom: 55px;
}

h4 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 0px;
}

textarea#bio {
    border: 1px solid rgb(221, 221, 221);
    padding: 15px;
    resize: none;
    border-radius: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0px;
}

img#photoEditable:hover {
    cursor: pointer;
}

p#uploadImage {
    display: grid;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    line-height: 0px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    border-radius: 50%;
    letter-spacing: 0.5px;
    transition:  all .2s;
}

img#photoEditable:hover + p#uploadImage {
    opacity: 1;
}