﻿#verify-form {
    display: none;
}
.vh-70{
    height:70vh;
}

#is-valid{
    display:none;
}

.animated-c {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}