.custom-row{min-height:100vh}.custom-card,.custom-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-card{height:500px;width:400px;margin-top:20px;background-color:#fff!important}.spinner{border:2px solid #f3f3f3;border-top:2px solid #4682b4;border-radius:50%;width:14px;height:14px;display:inline-block;margin-right:6px;-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite;vertical-align:middle}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.otp-sent{font-weight:500}.otp-sent,.tick-circle{color:green!important;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tick-circle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-radius:50%;border:1px solid green;width:20px;height:20px;font-size:12px;margin-right:6px}