@font-face {
    font-family: IranSans;
    src: url('IranianSans.ttf');
    font-style: normal
}

html, body {
    height: 100%;
}

body {
    font-family: "IranSans";
    background-image: linear-gradient(to top, #d0c2ea 0%, #f1efef 100%);
}

.cursor-pointer {
    cursor: pointer;
}

.demo-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-lg {
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

::placeholder {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.form-control-lg {
    font-size: 16px;
    padding: 25px 20px;
}

.font-500 {
    font-weight: 500;
}

.image-size-small {
    width: 140px;
    margin: 0 auto;
}

.image-size-small img {
    width: 140px;
    margin-bottom: -70px;
}

.icon-camera {
    position: absolute;
    right: -1px;
    top: 21px;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-control input:focus {
    outline: 0;
}

.input-control.error input {
    border-color: #ff3860;
}

.input-control .error {
    border-color: #ff3860;
    font-size: 9px;
    height: 10px;
}
