/* Fonts Form Google Font ::- https://fonts.google.com/  -:: */
@import url('https://fonts.googleapis.com/css?family=Abel|Abril+Fatface|Alegreya|Arima+Madurai|Dancing+Script|Dosis|Merriweather|Oleo+Script|Overlock|PT+Serif|Pacifico|Playball|Playfair+Display|Share|Unica+One|Vibur');

/* End Fonts */
/* Start Global rules */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* End Global rules */

/* Start body rules */
body {
    background:#468699;
    background-attachment: fixed;
    background-repeat: no-repeat;

    font-family: 'Vibur', cursive;
    /*   the main font */
    font-family: 'Abel', sans-serif;
    opacity: .95;
    /* background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%); */
}



/* |||||||||||||||||||||||||||||||||||||||||||||*/
/* //////////////////////////////////////////// */




/* End body rules */

/* Start form  attributes */
form {
        min-width: 320px;
    max-width: 450px;
    min-height: 500px;
    height: auto;
    border-radius:30px;

}

/* form Container */
form .con {
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-around;
    justify-content: space-around;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
justify-content: center;
    margin: 0 auto;
}

/* the header form form */
header {
    margin: 2% auto 10% auto;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
}

/* Login title form form */
header h2 {
    font-size: 250%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: #3e403f;
}

/*  A welcome message or an explanation of the login form */
header p {
    letter-spacing: 0.05em;
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
}



/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */

/* Show/hide password Font Icon */
#eye {
    background: #fff;
    color: #333;

    margin: 5.9px 0 0 0;
    margin-left: -20px;
    padding: 15px 9px 19px 0px;
    border-radius: 0px 5px 5px 0px;

    float: right;
    position: relative;
    right: 1%;
    top: -.2%;
    z-index: 5;

    cursor: pointer;
}

/* inputs form  */
input[class="form-input"] {
    width: 270px;
    height: 50px;

    padding: 10px;

    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: #5E6472;

    outline: none;
    border: none;

    border-radius: 5px 5px 5px 5px;
    transition: 0.2s linear;

}


input[id="txt-input"] {
    width: 270px;
}

/* focus  */
input:focus {
    transform: translateX(-2px);
    border-radius: 5px;
}

/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */

/* input[type="text"] {min-width: 250px;} */
/* buttons  */
button {
    display: inline-block;
    color: #252537;

    width: 270px;
    height: 50px;

    padding: 0 10px;
    background: #fff;
    border-radius: 5px;

    outline: none;
    border: none;

    cursor: pointer;
    text-align: center;
    transition: all 0.2s linear;

    margin: 7% auto;
    letter-spacing: 0.05em;
}

/* Submits */
.submits {
    width: 48%;
    display: inline-block;
    float: left;
    margin-left: 2%;
}

/*       Forgot Password button FAF3DD  */
.frgt-pass {
    background: transparent;
}

/*     Sign Up button  */
.sign-up {
    background: #ffffff;
    margin: 10px;
    width: 140px;
    flex-direction: row;
    justify-content: center;
    display: flex;
    align-items: center;
}
.formus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #87b7c5;
    width: 400px;
    border-radius: 30px;
    height: 800px;
    margin: 50px;
    box-shadow: 0 9px 50px hsl(20deg 67% 75% / 31%);
}
.overlay {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.other {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: center;

}
/* buttons hover */
button:hover {
    transform: translatey(3px);
    box-shadow: none;
}

/* buttons hover Animation */
button:hover {
    animation: ani9 0.4s ease-in-out infinite alternate;
}

@keyframes ani9 {
    0% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(5px);
    }
}
.razmer{
 min-height: 400px;
}
.field-set {
    display:flex;
    flex-direction:column;
    align-items:center;
}
 

 
#upl{
background:white;
}
.message {
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: white;
    width: 250px;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    font-size:14px;
    letter-spacing: 0.05em;
    height:50px;
}
.textmessage {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
