﻿.FormIn{
    height: 45px;
    outline: none !important;
    font-size: 14px !important;
    border: 1px solid lightgrey !important;
    transition: all 0.4s ease !important;
    width: 100% !important;
    padding: 11px 12px !important;
    font-weight: 400 !important;
    border-radius: 2px !important;
}

    .FormIn:focus {
        border-color: orange !important;
        box-shadow: none !important;
    }

.FormMiddleInput {
    height: 49px;
    outline: none;
    font-size: 14px;
    border: 1px solid lightgrey;
    transition: all 0.4s ease;
    width: 117%;
    padding: 12px 12px;
    font-weight: 455;
    border-radius: 2px;
  
}

.FormMiddleInput:focus {
        border-color: orange;
        box-shadow: none;
    }


