/*=== Header area start ===*/

body {	
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background-image:url("https://www.softprogrammer.com/assest/vet/images/background/pharmacy-min.jpg");  
	color: #333333;	
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url("https://www.softprogrammer.com/jassest/readii/login/Fonts/Gilroy-Medium.otf") format("opentype");
	
}

@font-face {
    font-family: "LexendDeca-Bold";
    src: url("https://www.softprogrammer.com/jassest/readii/login/Fonts/LexendDeca-Bold.ttf");
}

@font-face {
    font-family: "NunitoSans-Bold";
    src: url("https://www.softprogrammer.com/jassest/readii/login/Fonts/NunitoSans-Bold.ttf");
}

a {
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

::selection {
    color: white; 
    background: #03a3ff;
}

::-webkit-selection {
    color: white; 
    background: #03a3ff;
}

::-moz-selection {
    color: white; 
    background: #03a3ff;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

.form-area {
    background: #F5F6FA;
}

.form-item {
    max-width: 408px;
    margin: 0 auto;
    padding: 50px 0 14px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-betweeen;
}

.form-item-inner {
    padding-bottom: 40px;
}

.form-item-inner2 h2 {
    font-family: "Gilroy-Medium";
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}

.form-item-inner2 img {
    max-width: 100%;
    margin-right: 8px;
}

.form-item-inner3 {
    max-width: 383px;
    margin: 0 auto;
    padding: 16px 24px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #EBECEF;
}

.form-item-inner3 h3 {
    font-family: "NunitoSans-Bold";
    font-size: 18px;
    font-weight: 700;
    color: #4D4D4D;
    margin: 0 0 18px;
}

.form-item-inner3 label {
    font-size: 13px;
    font-weight: 700;
    color: #241C15;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 4px;
}

.form-item-inner3 label a {
    font-size: 12px;
    font-weight: 400;
    color: #0066C0;
}

.form-item-inner3 label a:hover {
    opacity: .8;
}

.form-item-inner3 input {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    width: 100%;
    height: 32px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border: 1px solid #B4B2AF;
    margin-bottom: 22px;
}

.form-item-inner4 {
    position: relative;
    margin-bottom: 13px;
}

.form-item-inner4 input {
    padding-right: 40px;
}

.field-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    cursor: pointer;
}

.form-item-inner3 button {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #FF593B;
}

.form-item-inner3 button:hover {
    opacity: .8;
}

.form-item-inner3 p {
    font-size: 11px;
    font-weight: 400;
    color: #202223;
    margin: 14px 0 34px;
}

.form-item-inner3 p a {
    color: #0066C0;
}

.form-item-inner3 p a:hover {
    opacity: .8;
}

.form-item-inner5 h6 {
    font-size: 14px;
    font-weight: 400;
    color: #202223;
    text-align: center;
    margin: 0 0 12px;
}

.form-item-inner5 a {
    font-family: "LexendDeca-Bold"
    font-size: 13px;
    font-weight: 700;
    color: #FF593B;
    width: 100%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FF593B;
    border-radius: 6px;
}

.form-item-inner5 a:hover {
    background: #FF593B;
    color: #fff;
}

.form-item-inner6 {
    margin-top: auto;
}

.form-item-inner6 p {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0;
}

.form-item-inner6 p a {
    color: #0066C0;
}

.form-item-inner6 p a:hover {
    opacity: .8;
}