| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- .modal-dialog{
- max-width: 800px;
- .modal-content{
- .modal-header{
-
- }
- .modal-body{
- padding:0 !important;
- .form-group.box{
- background-color: transparent;
- width: 100%;
- height: 50px;
- cursor: pointer;
- webkit-box-shadow: none;
- box-shadow: none;
- padding: 0;
- .form-control {
- border: none;
- border: 2px solid #00AFD7;
- border-radius: 0;
- -webkit-box-shadow: none;
- height: 50px;
- font-size: 16px;
- color: #00AFD7 !important;
- font-weight: bold;
- padding: .375rem 0;
- height: 50px;
- border-radius: 0;
- background-color: transparent;
- padding-left: 70px;
- padding-top: 20px;
- background-size: 30px;
- background-repeat: no-repeat;
- background-position: 30px center;
- width: 60px;
- background-image: none !important;
- padding: 0;
- font-size: 24px;
- /* line-height: 1; */
- text-align: center;
- }
- input{
- float: left;
- margin: 5px;
- }
- input[type=number]::-webkit-inner-spin-button,
- input[type=number]::-webkit-outer-spin-button {
- -webkit-appearance: none;
- margin: 0;
- }
- }
- .row {
- height: 290px;
- .col{
- height:100%;
- float: left;
- }
- .logo{
- border-right:1px solid #ccc;
- padding: 25px 25px;
- text-align: center;
- img{
- width:150px;
- }
- }
- .main_content{
- float: left;
- max-width: 100%;
- height: 100%;
- width: 100%;
- overflow: hidden;
- position: relative;
- .content{
- padding: 30px;
- position: absolute;
- width: 100%;
- max-width: 100%;
- h2{
- color:#00AFD7;
- font-size: 18px;
- padding-left: 40px;
- }
- p{
- font-size: 16px;
- padding-left: 40px;
- }
- h6{
- font-size: 16px;
- padding-left: 40px;
- color: #00AFD7;
- // font-style: italic;
- }
- h5{
- font-size: 28px;
- padding-left: 40px;
- color: #00AFD7;
- // font-style: italic;
- }
- .input_left {
- height: 90px;
- width: 100%;
- padding-left: 40px;
- form{
- width: 70%;
- float: left;
- }
- .resent{
- width:30%;
- float: left;
- text-align: center;
- margin-top: 20px;
- a{
- text-decoration: underline;
- cursor: pointer;
- }
- }
- }
- .btn_center {
- width: 373px;
- /* margin: auto;*/
- padding-left: 32px;
- margin-top: 28px;
- }
- }
- .success{
- text-align: center;
- img{
- width: 100px;
- margin: 20px;
- }
- h2{
- color:green;
- }
- }
- }
- .end_success{
- padding: 30px;
- .logo{
- // padding: 75px 25px;
- }
- }
-
- .section1{
- left: 0;
- }
- .section2{
- left: 100%;
- }
- .section3{
- left: 100%;
- }
- .section1.section_close{
- left:-100%;
- }
- .section2.section_open{
- left:0;
- }
- .section3.section_open{
- left:0;
- }
- .section_open {
- /* for chrome and safari*/
- -webkit-animation-duration: 1s;
- -webkit-animation-name: sectionin;
-
- /*for firefox*/
- -moz-animation-duration: 1s;
- -moz-animation-name: sectionin;
-
- /* for opera*/
- -o-animation-duration: 1s;
- -o-animation-name: sectionin;
-
- /* Standard syntax*/
- animation-duration: 1s;
- animation-name: sectionin;
- }
-
-
- @-webkit-keyframes sectionin {
- from {
- margin-left: 100%;
- width: 100%;
- }
-
- to {
- margin-left: 0%;
- width: 100%;
- }
- }
-
- @-moz-keyframes sectionin {
- from {
- margin-left: 100%;
- width: 100%;
- }
-
- to {
- margin-left: 0%;
- width: 100%;
- }
- }
- @-o-keyframes sectionin {
- from {
- margin-left: 100%;
- width: 100%;
- }
-
- to {
- margin-left: 0%;
- width: 100%;
- }
- }
- @keyframes sectionin {
- from {
- margin-left: 100%;
- width: 100%;
- }
-
- to {
- margin-left: 0%;
- width: 100%;
- }
- }
- .section_close {
- /* for chrome and safari*/
- -webkit-animation-duration: 1s;
- -webkit-animation-name: sectionout;
-
- /*for firefox*/
- -moz-animation-duration: 1s;
- -moz-animation-name: sectionout;
-
- /* for opera*/
- -o-animation-duration: 1s;
- -o-animation-name: sectionout;
-
- /* Standard syntax*/
- animation-duration: 1s;
- animation-name: sectionout;
- }
-
-
- @-webkit-keyframes sectionout {
- from {
- margin-left: 100%;
- width: 80%;
- }
-
- to {
- margin-left: 0%;
- width: 80%;
- }
- }
-
- @-moz-keyframes sectionout {
- from {
- margin-left: 100%;
- width: 80%;
- }
-
- to {
- margin-left: 0%;
- width: 80%;
- }
- }
- @-o-keyframes sectionout {
- from {
- margin-left: 100%;
- width: 100%;
- }
-
- to {
- margin-left: 0%;
- width: 80%;
- }
- }
- @keyframes sectionout {
- from {
- margin-left: 100%;
- width: 80%;
- }
-
- to {
- margin-left: 0%;
- width: 80%;
- }
- }
- }
- }
- }
- }
- .left72{
- padding-left: 72px;
- }
- .mt34{
- margin-top: 34px;
- }
|