.form-box,.login{
    width:90%;
    max-width:450px;
    position:absolute;
    top: -25%;
    left:50%;
    transform:translate(-50%,50%);
    background: #fff;
    /* padding:  60px 70px; */
    text-align: center;
}
.form-box h2{
    font-size: 30px;
    margin-bottom: 60px;
    /* color: #3c00a0; */
    position: inherit;
    margin-left: 49px;
    cursor: pointer;
    
}
.login h2{
    font-size: 30px;
    margin-bottom: 60px;
    /* color: #3c00a0; */
    position: inherit;
    margin-left: 215px;
    cursor: pointer;
    margin-top: -54px;
    background-color: #8ec3a0;
    color: white;
    width: 187px;
    border-start-start-radius: 20px;
    border-bottom-right-radius: 20px;
    /* margin-left: 10px; */
    height: 40px;
    border-bottom: 9px solid #6eb6ac;
}
.form-box h3{
    font-size: 30px;
    margin-bottom: 60px;
    margin-left: 169px;
    margin-top: 28px;
    cursor: pointer;
}
.form-box h2::after,.login h2::after{
    /* content: ''; */
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background: #3c00a0;
    position: absolute;
    bottom:-12px;
    left:50%;
    transform: translateX(-50%);
}
/* for Tab design */
h2#title {
    background-color: #8ec3a0;
    color: white;
    width: 187px;
    border-start-start-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 10px;
    height: 40px;
    border-bottom: 9px solid #6eb6ac;
}
.input-field{
    background: #eaeaea;
    /*margin: 15px 0;*/
    /*border-radius: 3px;*/
    display: flex;
    align-items: center;
    max-height: 65px;
    transition: max-height 0.5s;
    overflow: hidden;
    border: 2px solid gray;
    border-radius: 31px;
    margin: 46px;
}
input{
    width: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 18px 15px;
}
.input-field i{
    margin-left: 15px;
    color: #999;
}
form p{
    text-align: left;
    font-size: 13px;
    margin-top: -4px;

}
form p a{
    text-decoration: none;
    color: #3c00a0;
}
.btn-field{
    width: 100%;
    display: flex;
    justify-content: center;
}
.btn-field input{
    flex-basis:48%;
    background: #703fc0;
    color: #fff;
    height: 40px;
    border-radius: 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: background 1s;
}
.input-group{
    height: 56vh;
}
.btn-field input.disable{
    background: #eaeaea;
    color: #555;
}
h4 {
    margin-left: 17px;
    color: #999;
}
label.radio-inline {
    display: flex;
    color: #696363;
}
body{
    background-image: none;
}
#adminsign{
    margin-top:0;
    background-color: #9be0b2;
    color: white;
    font-size: large;
    padding-top: 2px;
    margin-left:1px;
    /* margin-right:2px;     */
}
#adminsign{
    margin-right:87px;
    cursor:pointer;
}
.extra {
    margin-left: 31px;
    padding-top: 62px;
}
.extra a{
    text-decoration: none;
}
.login{
        height: 500px;
    top: -20%;

}
#title {
    margin-left: -210px;
    cursor: pointer;
}
.admin:hover,h1#title:hover{
    color: #8ec3a0;
}